Searched refs:sge_nm_txq (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_netmap.c | 122 static int free_nm_txq_hwq(struct vi_info *, struct sge_nm_txq *); 213 alloc_nm_txq(struct vi_info *vi, struct sge_nm_txq *nm_txq, int iqidx, int idx) in alloc_nm_txq() 259 free_nm_txq(struct vi_info *vi, struct sge_nm_txq *nm_txq) in free_nm_txq() 405 alloc_nm_txq_hwq(struct vi_info *vi, struct sge_nm_txq *nm_txq) in alloc_nm_txq_hwq() 499 free_nm_txq_hwq(struct vi_info *vi, struct sge_nm_txq *nm_txq) in free_nm_txq_hwq() 693 struct sge_nm_txq *nm_txq; in cxgbe_netmap_on() 782 struct sge_nm_txq *nm_txq; in cxgbe_netmap_off() 910 ring_nm_txq_db(struct adapter *sc, struct sge_nm_txq *nm_txq) in ring_nm_txq_db() 966 cxgbe_nm_tx(struct adapter *sc, struct sge_nm_txq *nm_txq, in cxgbe_nm_tx() 1058 contiguous_ndesc_available(struct sge_nm_txq *nm_txq) in contiguous_ndesc_available() [all …]
|
H A D | adapter.h | 810 struct sge_nm_txq { struct 850 struct sge_nm_txq *nm_txq; /* netmap tx queues */ argument 1445 int alloc_nm_txq(struct vi_info *, struct sge_nm_txq *, int, int); 1446 int free_nm_txq(struct vi_info *, struct sge_nm_txq *);
|
H A D | t4_sge.c | 1120 struct sge_nm_txq *nm_txq; in t4_setup_vi_queues() 1227 struct sge_nm_txq *nm_txq; in t4_teardown_vi_queues()
|
H A D | t4_main.c | 1518 s->nm_txq = malloc(s->nnmtxq * sizeof(struct sge_nm_txq), in t4_attach()
|