Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c62 struct txinfo { struct
63 uint32_t len; /* Total length of frame */
64 uint32_t flags; /* Checksum and LSO flags */
65 uint32_t mss; /* MSS for LSO */
66 uint8_t nsegs; /* # of segments in the SGL, 0 means imm. tx */
67 uint8_t nflits; /* # of flits needed for the SGL */
68 uint8_t hdls_used; /* # of DMA handles used */
69 uint32_t txb_used; /* txb_space used */
70 struct ulptx_sgl sgl __attribute__((aligned(8)));
71 struct ulptx_sge_pair reserved[TX_SGL_SEGS / 2];
[all …]