Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c108 static int alloc_txq(struct port_info *pi, struct sge_txq *txq, int idx);
109 static int free_txq(struct port_info *pi, struct sge_txq *txq);
131 static int get_frame_txinfo(struct sge_txq *txq, mblk_t **fp,
133 static inline int fits_in_txb(struct sge_txq *txq, int len, int *waste);
134 static inline int copy_into_txb(struct sge_txq *txq, mblk_t *m, int len,
137 static inline int add_mblk(struct sge_txq *txq, struct txinfo *txinfo,
139 static void free_txinfo_resources(struct sge_txq *txq, struct txinfo *txinfo);
140 static int add_to_txpkts(struct sge_txq *txq, struct txpkts *txpkts, mblk_t *m,
142 static void write_txpkts_wr(struct sge_txq *txq, struct txpkts *txpkts);
143 static int write_txpkt_wr(struct port_info *pi, struct sge_txq *txq, mblk_t *m,
[all …]
H A Dadapter.h269 struct sge_txq { struct
378 struct sge_txq *txq; /* NIC tx queues */
608 mblk_t *t4_eth_tx(struct port_info *pi, struct sge_txq *txq, mblk_t *frame);
H A Dt4_mac.c448 struct sge_txq *txq = &sc->sge.txq[pi->first_txq]; in t4_mc_tx()
H A Dt4_nexus.c507 s->txq = kmem_zalloc(s->ntxq * sizeof (struct sge_txq), KM_SLEEP); in t4_devo_attach()
731 kmem_free(s->txq, s->ntxq * sizeof (struct sge_txq)); in t4_devo_detach()