Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/
HDt4_sge.c150 struct txpkts { struct
228 static int try_txpkts(struct mbuf *, struct mbuf *, struct txpkts *, u_int);
229 static int add_to_txpkts(struct mbuf *, struct txpkts *, u_int);
231 struct mbuf *, const struct txpkts *, u_int);
2353 struct txpkts txp; in eth_tx()
4037 try_txpkts(struct mbuf *m, struct mbuf *n, struct txpkts *txp, u_int available) in try_txpkts()
4071 add_to_txpkts(struct mbuf *m, struct txpkts *txp, u_int available) in add_to_txpkts()
4110 struct mbuf *m0, const struct txpkts *txp, u_int available) in write_txpkts_wr()