Searched defs:txinfo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c62 struct txinfo { struct
132 struct txinfo *txinfo, int sgl_only);
135 struct txinfo *txinfo);
136 static inline void add_seg(struct txinfo *txinfo, uint64_t ba, uint32_t 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 *txinf
936 struct txinfo txinfo; local
2154 get_frame_txinfo(struct sge_txq *txq, mblk_t **fp, struct txinfo *txinfo, int sgl_only) argument
2286 copy_into_txb(struct sge_txq *txq, mblk_t *m, int len, struct txinfo *txinfo) argument
2323 add_seg(struct txinfo *txinfo, uint64_t ba, uint32_t len) argument
2354 add_mblk(struct sge_txq *txq, struct txinfo *txinfo, mblk_t *m, int len) argument
2403 free_txinfo_resources(struct sge_txq *txq, struct txinfo *txinfo) argument
2440 add_to_txpkts(struct sge_txq *txq, struct txpkts *txpkts, mblk_t *m, struct txinfo *txinfo) argument
2561 write_txpkt_wr(struct port_info *pi, struct sge_txq *txq, mblk_t *m, struct txinfo *txinfo) argument
2699 write_ulp_cpl_sgl(struct port_info *pi, struct sge_txq *txq, struct txpkts *txpkts, struct txinfo *txinfo) argument
[all...]

Completed in 66 milliseconds