diff options
| author | Navdeep Parhar <np@FreeBSD.org> | 2018-08-15 03:03:01 +0000 |
|---|---|---|
| committer | Navdeep Parhar <np@FreeBSD.org> | 2018-08-15 03:03:01 +0000 |
| commit | 51347c3ff1e796e7b57e98c547b516ac497c8369 (patch) | |
| tree | 21fae31e1f465c5fc2bb7e6691001d6718f500fd /sys/dev/cxgbe/adapter.h | |
| parent | 74cc33ce5785a85d68d6e3ef0ec9ba3a3678c6e5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cxgbe/adapter.h')
| -rw-r--r-- | sys/dev/cxgbe/adapter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/adapter.h b/sys/dev/cxgbe/adapter.h index 8f0bf8a5b3fd6..ffeb7d3d1fb4a 100644 --- a/sys/dev/cxgbe/adapter.h +++ b/sys/dev/cxgbe/adapter.h @@ -1270,7 +1270,7 @@ int t4_filter_rpl(struct sge_iq *, const struct rss_header *, struct mbuf *); int t4_hashfilter_ao_rpl(struct sge_iq *, const struct rss_header *, struct mbuf *); int t4_hashfilter_tcb_rpl(struct sge_iq *, const struct rss_header *, struct mbuf *); int t4_del_hashfilter_rpl(struct sge_iq *, const struct rss_header *, struct mbuf *); -void free_hftid_tab(struct tid_info *); +void free_hftid_hash(struct tid_info *); static inline struct wrqe * alloc_wrqe(int wr_len, struct sge_wrq *wrq) |
