Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c60 struct txinfo { struct
61 uint32_t len; /* Total length of frame */
62 uint32_t flags; /* Checksum and LSO flags */
63 uint32_t mss; /* MSS for LSO */
64 uint8_t nsegs; /* # of segments in the SGL, 0 means imm. tx */
65 uint8_t nflits; /* # of flits needed for the SGL */
66 uint8_t hdls_used; /* # of DMA handles used */
67 uint32_t txb_used; /* txb_space used */
68 mac_ether_offload_info_t meoi; /* pkt hdr info for offloads */
69 struct ulptx_sgl sgl __attribute__((aligned(8)));
[all …]
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c232 uint32_t info, info2, txinfo; in xhci_mdb_print_epctx() local