Searched refs:sfxge_txq (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_tx.h151 struct sfxge_txq *__txq = (_txq); \
172 struct sfxge_txq { struct
234 struct sfxge_txq *next;
245 extern void sfxge_tx_qcomplete(struct sfxge_txq *txq, struct sfxge_evq *evq);
246 extern void sfxge_tx_qflush_done(struct sfxge_txq *txq);
H A Dsfxge_tx.c130 { #name, offsetof(struct sfxge_txq, member) }
145 static void sfxge_tx_qdpl_service(struct sfxge_txq *txq);
146 static void sfxge_tx_qlist_post(struct sfxge_txq *txq);
147 static void sfxge_tx_qunblock(struct sfxge_txq *txq);
148 static int sfxge_tx_queue_tso(struct sfxge_txq *txq, struct mbuf *mbuf,
153 sfxge_next_stmp(struct sfxge_txq *txq, struct sfxge_tx_mapping **pstmp)
164 sfxge_tx_maybe_toggle_cksum_offload(struct sfxge_txq *txq, struct mbuf *mbuf,
198 sfxge_tx_maybe_insert_tag(struct sfxge_txq *txq, struct mbuf *mbuf,
220 sfxge_tx_qcomplete(struct sfxge_txq *txq, struct sfxge_evq *evq)
273 sfxge_tx_qdpl_swizzle(struct sfxge_txq *tx
[all...]
H A Dsfxge.h144 sfxge_sw_ev_txq_magic(enum sfxge_sw_ev sw_ev, struct sfxge_txq *txq)
174 struct sfxge_txq *txq;
175 struct sfxge_txq **txqs;
315 struct sfxge_txq *txq[SFXGE_TXQ_NTYPES + SFXGE_RX_SCALE_MAX];
H A Dsfxge_ev.c57 struct sfxge_txq *txq;
70 struct sfxge_txq *next;
267 static struct sfxge_txq *
286 struct sfxge_txq *txq;
328 struct sfxge_txq *txq;
386 struct sfxge_txq *txq = sfxge_get_txq_by_label(evq, label);

Completed in 58 milliseconds