Searched defs:txinfo (Results 1 – 2 of 2) sorted by relevance
59 struct txinfo { struct60 uint32_t len; /* Total length of frame */61 uint32_t flags; /* Checksum and LSO flags */62 uint32_t mss; /* MSS for LSO */63 uint8_t nsegs; /* # of segments in the SGL, 0 means imm. tx */64 uint8_t nflits; /* # of flits needed for the SGL */65 uint8_t hdls_used; /* # of DMA handles used */66 uint32_t txb_used; /* txb_space used */67 mac_ether_offload_info_t meoi; /* pkt hdr info for offloads */68 struct ulptx_sgl sgl __attribute__((aligned(8)));[all …]
232 uint32_t info, info2, txinfo; in xhci_mdb_print_epctx() local