Lines Matching refs:sfxge_txq

130 	{ #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 *txq)
325 sfxge_tx_qreap(struct sfxge_txq *txq)
333 sfxge_tx_qlist_post(struct sfxge_txq *txq)
398 static int sfxge_tx_queue_mbuf(struct sfxge_txq *txq, struct mbuf *mbuf)
537 sfxge_tx_qdpl_drain(struct sfxge_txq *txq)
622 sfxge_tx_qdpl_service(struct sfxge_txq *txq)
642 sfxge_tx_qdpl_put_locked(struct sfxge_txq *txq, struct mbuf *mbuf)
679 sfxge_tx_qdpl_put_unlocked(struct sfxge_txq *txq, struct mbuf *mbuf)
718 sfxge_tx_packet_add(struct sfxge_txq *txq, struct mbuf *m)
763 sfxge_tx_qdpl_flush(struct sfxge_txq *txq)
880 struct sfxge_txq *txq;
1007 static int tso_init(struct sfxge_txq *txq)
1033 static void tso_fini(struct sfxge_txq *txq)
1044 static void tso_start(struct sfxge_txq *txq, struct sfxge_tso_state *tso,
1157 static void tso_fill_packet_with_fragment(struct sfxge_txq *txq,
1221 static int tso_start_new_packet(struct sfxge_txq *txq,
1368 sfxge_tx_queue_tso(struct sfxge_txq *txq, struct mbuf *mbuf,
1437 sfxge_tx_qunblock(struct sfxge_txq *txq)
1468 sfxge_tx_qflush_done(struct sfxge_txq *txq)
1477 struct sfxge_txq *txq;
1618 struct sfxge_txq *txq;
1753 sfxge_txq_stat_init(struct sfxge_txq *txq, struct sysctl_oid *txq_node)
1782 struct sfxge_txq *txq;
1818 struct sfxge_txq *txq;
1826 txq = malloc(sizeof(struct sfxge_txq), M_SFXGE, M_ZERO | M_WAITOK);
1980 struct sfxge_txq *txq;