Searched defs:nm_txq (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/sys/dev/cxgbe/ |
H A D | t4_netmap.c | 213 alloc_nm_txq(struct vi_info *vi, struct sge_nm_txq *nm_txq, int iqidx, int idx) in alloc_nm_txq() argument 259 free_nm_txq(struct vi_info * vi,struct sge_nm_txq * nm_txq) free_nm_txq() argument 405 alloc_nm_txq_hwq(struct vi_info * vi,struct sge_nm_txq * nm_txq) alloc_nm_txq_hwq() argument 499 free_nm_txq_hwq(struct vi_info * vi,struct sge_nm_txq * nm_txq) free_nm_txq_hwq() argument 693 struct sge_nm_txq *nm_txq; cxgbe_netmap_on() local 782 struct sge_nm_txq *nm_txq; cxgbe_netmap_off() local 910 ring_nm_txq_db(struct adapter * sc,struct sge_nm_txq * nm_txq) ring_nm_txq_db() argument 966 cxgbe_nm_tx(struct adapter * sc,struct sge_nm_txq * nm_txq,struct netmap_kring * kring,int npkt,int npkt_remaining) cxgbe_nm_tx() argument 1059 contiguous_ndesc_available(struct sge_nm_txq * nm_txq) contiguous_ndesc_available() argument 1071 reclaim_nm_tx_desc(struct sge_nm_txq * nm_txq) reclaim_nm_tx_desc() argument 1111 struct sge_nm_txq *nm_txq = &sc->sge.nm_txq[vi->first_nm_txq + kring->ring_id]; cxgbe_netmap_txsync() local 1318 struct sge_nm_txq *nm_txq; handle_nm_sge_egr_update() local [all...] |
H A D | t4_sge.c | 1120 struct sge_nm_txq *nm_txq; in t4_setup_vi_queues() local 1227 struct sge_nm_txq *nm_txq; in t4_teardown_vi_queues() local
|
H A D | adapter.h | 850 struct sge_nm_txq *nm_txq; /* netmap tx queues */ member
|