Symbol: sge_txq
sys/dev/pci/cxgb/cxgb_adapter.h
297
struct sge_txq txq[SGE_TXQ_PER_SET];
sys/dev/pci/cxgb/cxgb_adapter.h
560
txq_to_qset(struct sge_txq *q, int qidx)
sys/dev/pci/cxgb/cxgb_main.c
1375
struct sge_txq *txq;
sys/dev/pci/cxgb/cxgb_main.c
1461
struct sge_txq *txq;
sys/dev/pci/cxgb/cxgb_main.c
1480
struct sge_txq *txq;
sys/dev/pci/cxgb/cxgb_sge.c
1033
check_ring_tx_db(adapter_t *adap, struct sge_txq *q)
sys/dev/pci/cxgb/cxgb_sge.c
1083
const struct sge_txq *txq, const struct sg_ent *sgl, unsigned int flits,
sys/dev/pci/cxgb/cxgb_sge.c
1159
struct sge_txq *txq;
sys/dev/pci/cxgb/cxgb_sge.c
1350
check_desc_avail(adapter_t *adap, struct sge_txq *q,
sys/dev/pci/cxgb/cxgb_sge.c
1390
reclaim_completed_tx_imm(struct sge_txq *q)
sys/dev/pci/cxgb/cxgb_sge.c
1417
ctrl_xmit(adapter_t *adap, struct sge_txq *q, struct mbuf *m)
sys/dev/pci/cxgb/cxgb_sge.c
1468
struct sge_txq *q = &qs->txq[TXQ_CTRL];
sys/dev/pci/cxgb/cxgb_sge.c
1639
free_tx_desc(struct sge_txq *q, int n, struct mbuf **m_vec)
sys/dev/pci/cxgb/cxgb_sge.c
1716
struct sge_txq *q, unsigned int pidx,
sys/dev/pci/cxgb/cxgb_sge.c
174
static int free_tx_desc(struct sge_txq *q, int n, struct mbuf **m_vec);
sys/dev/pci/cxgb/cxgb_sge.c
1784
ofld_xmit(adapter_t *adap, struct sge_txq *q, struct mbuf *m)
sys/dev/pci/cxgb/cxgb_sge.c
1849
struct sge_txq *q = &qs->txq[TXQ_OFLD];
sys/dev/pci/cxgb/cxgb_sge.c
186
reclaim_completed_tx(struct sge_txq *q, int nbufs, struct mbuf **mvec)
sys/dev/pci/cxgb/cxgb_sge.c
208
should_restart_tx(const struct sge_txq *q)
sys/dev/pci/cxgb/cxgb_sge.c
683
struct sge_txq *txq;
sys/dev/pci/cxgb/cxgb_sge.c
769
sge_txq_reclaim_(struct sge_txq *txq)
sys/dev/pci/cxgb/cxgb_sge.c
803
struct sge_txq *q = arg;
sys/dev/pci/cxgb/cxgb_sge.c
815
struct sge_txq *txq;
sys/dev/pci/cxgb/cxgb_sge.c
874
txq_prod(struct sge_txq *txq, unsigned int ndesc, struct txq_state *txqs)
sys/dev/pci/cxgb/cxgb_sge.c
920
busdma_map_mbufs(struct mbuf **m, struct sge_txq *txq,