Searched defs:txinfo (Results 1 – 2 of 2) sorted by relevance
60 struct txinfo { struct61 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 …]
232 uint32_t info, info2, txinfo; in xhci_mdb_print_epctx() local