diff options
| author | Navdeep Parhar <np@FreeBSD.org> | 2018-02-07 20:13:08 +0000 |
|---|---|---|
| committer | Navdeep Parhar <np@FreeBSD.org> | 2018-02-07 20:13:08 +0000 |
| commit | 919da4ceff155efd6bd59c368d538029312cc2ca (patch) | |
| tree | 163e89452f351f24d89b6d3ed376d02b32826b41 | |
| parent | 05890ca018513401980415f735eca8c94aaa644a (diff) | |
Notes
| -rw-r--r-- | sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h b/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h index 9ed78565f417..1b352c68b3fc 100644 --- a/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h +++ b/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h @@ -964,7 +964,6 @@ void c4iw_pblpool_free(struct c4iw_rdev *rdev, u32 addr, int size); int c4iw_ofld_send(struct c4iw_rdev *rdev, struct mbuf *m); void c4iw_flush_hw_cq(struct c4iw_cq *cq); void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count); -void c4iw_count_scqes(struct t4_cq *cq, struct t4_wq *wq, int *count); int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp); int __c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp); int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count); |
