Home
last modified time | relevance | path

Searched refs:sge_txq (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c153 static void write_txqflush_wr(struct sge_txq *txq);
464 struct sge_txq *txq; in t4_setup_port_queues()
608 struct sge_txq *txq; in t4_teardown_port_queues()
1127 struct sge_txq *txq = (struct sge_txq *) arg; in t4_eth_tx()
1986 free_txq(struct port_info *pi, struct sge_txq *txq) in free_txq()
2565 fits_in_txb(struct sge_txq *txq, int len, int *waste) in fits_in_txb()
3193 reclaim_tx_descs(struct sge_txq *txq, int howmany) in reclaim_tx_descs()
3266 write_txqflush_wr(struct sge_txq *txq) in write_txqflush_wr()
3399 struct sge_txq *txq = arg; in tx_reclaim_task()
3416 struct sge_txq *txq; in handle_sge_egr_update()
[all …]
H A Dadapter.h301 struct sge_txq { struct
424 struct sge_txq *txq; /* NIC tx queues */
918 void t4_mac_tx_update(struct port_info *pi, struct sge_txq *txq);
H A Dt4_mac.c941 struct sge_txq *txq = (struct sge_txq *)rh; in t4_tx_stat()
994 struct sge_txq *txq = &pi->adapter->sge.txq[pi->first_txq + ring_index]; in t4_fill_ring()
1014 struct sge_txq *txq = &sc->sge.txq[pi->first_txq]; in t4_mc_tx()
2049 t4_mac_tx_update(struct port_info *pi, struct sge_txq *txq) in t4_mac_tx_update()
H A Dt4_nexus.c628 s->txq = kmem_zalloc(s->ntxq * sizeof (struct sge_txq), KM_SLEEP); in t4_devo_attach()
885 kmem_free(s->txq, s->ntxq * sizeof (struct sge_txq)); in t4_devo_detach()