Home
last modified time | relevance | path

Searched defs:nm_txq (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c213 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() local
782 struct sge_nm_txq *nm_txq; in cxgbe_netmap_off() local
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()
1059 contiguous_ndesc_available(struct sge_nm_txq *nm_txq) in contiguous_ndesc_available()
1071 reclaim_nm_tx_desc(struct sge_nm_txq *nm_txq) in reclaim_nm_tx_desc()
[all …]
H A Dt4_sge.c1120 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 Dadapter.h850 struct sge_nm_txq *nm_txq; /* netmap tx queues */ member