Symbol: sge_nm_txq
sys/dev/cxgbe/adapter.h
1527
int alloc_nm_txq(struct vi_info *, struct sge_nm_txq *, int, int);
sys/dev/cxgbe/adapter.h
1528
int free_nm_txq(struct vi_info *, struct sge_nm_txq *);
sys/dev/cxgbe/adapter.h
919
struct sge_nm_txq *nm_txq; /* netmap tx queues */
sys/dev/cxgbe/t4_main.c
1634
s->nm_txq = malloc(s->nnmtxq * sizeof(struct sge_nm_txq),
sys/dev/cxgbe/t4_netmap.c
1063
contiguous_ndesc_available(struct sge_nm_txq *nm_txq)
sys/dev/cxgbe/t4_netmap.c
1075
reclaim_nm_tx_desc(struct sge_nm_txq *nm_txq)
sys/dev/cxgbe/t4_netmap.c
1115
struct sge_nm_txq *nm_txq = &sc->sge.nm_txq[vi->first_nm_txq + kring->ring_id];
sys/dev/cxgbe/t4_netmap.c
122
static int free_nm_txq_hwq(struct vi_info *, struct sge_nm_txq *);
sys/dev/cxgbe/t4_netmap.c
1322
struct sge_nm_txq *nm_txq;
sys/dev/cxgbe/t4_netmap.c
213
alloc_nm_txq(struct vi_info *vi, struct sge_nm_txq *nm_txq, int iqidx, int idx)
sys/dev/cxgbe/t4_netmap.c
259
free_nm_txq(struct vi_info *vi, struct sge_nm_txq *nm_txq)
sys/dev/cxgbe/t4_netmap.c
408
alloc_nm_txq_hwq(struct vi_info *vi, struct sge_nm_txq *nm_txq)
sys/dev/cxgbe/t4_netmap.c
506
free_nm_txq_hwq(struct vi_info *vi, struct sge_nm_txq *nm_txq)
sys/dev/cxgbe/t4_netmap.c
698
struct sge_nm_txq *nm_txq;
sys/dev/cxgbe/t4_netmap.c
787
struct sge_nm_txq *nm_txq;
sys/dev/cxgbe/t4_netmap.c
915
ring_nm_txq_db(struct adapter *sc, struct sge_nm_txq *nm_txq)
sys/dev/cxgbe/t4_netmap.c
971
cxgbe_nm_tx(struct adapter *sc, struct sge_nm_txq *nm_txq,
sys/dev/cxgbe/t4_sge.c
1164
struct sge_nm_txq *nm_txq;
sys/dev/cxgbe/t4_sge.c
1271
struct sge_nm_txq *nm_txq;