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

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge.h148 sfxge_sw_ev_txq_magic(enum sfxge_sw_ev sw_ev, struct sfxge_txq *txq)
178 struct sfxge_txq *txq;
179 struct sfxge_txq **txqs;
317 struct sfxge_txq *txq[SFXGE_TXQ_NTYPES + SFXGE_RX_SCALE_MAX];
H A Dsfxge_ev.c55 struct sfxge_txq *txq;
68 struct sfxge_txq *next;
265 static struct sfxge_txq *
284 struct sfxge_txq *txq;
326 struct sfxge_txq *txq;
384 struct sfxge_txq *txq = sfxge_get_txq_by_label(evq, label);
H A Dsfxge_tx.c130 { #name, offsetof(struct sfxge_txq, member) }
146 static void sfxge_tx_qdpl_service(struct sfxge_txq *txq);
147 static void sfxge_tx_qlist_post(struct sfxge_txq *txq);
148 static void sfxge_tx_qunblock(struct sfxge_txq *txq);
149 static int sfxge_tx_queue_tso(struct sfxge_txq *txq, struct mbuf *mbuf,
154 sfxge_next_stmp(struct sfxge_txq *txq, struct sfxge_tx_mapping **pstmp)
165 sfxge_tx_maybe_toggle_cksum_offload(struct sfxge_txq *txq, struct mbuf *mbuf,
199 sfxge_tx_maybe_insert_tag(struct sfxge_txq *txq, struct mbuf *mbuf,
221 sfxge_tx_qcomplete(struct sfxge_txq *txq, struct sfxge_evq *evq)
274 sfxge_tx_qdpl_swizzle(struct sfxge_txq *tx
[all...]
H A Dsfxge_tx.h150 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);

Completed in 125 milliseconds