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 */
66 uint8_t hdls_used; /* # of DMA handles used */
67 uint32_t txb_used; /* txb_space used */
68 struct ulptx_sgl sgl __attribute__((aligned(8)));
69 struct ulptx_sge_pair reserved[TX_SGL_SEGS / 2];
1134 struct txinfo txinfo; in t4_eth_tx() local
2743 struct txinfo *txinfo) in add_to_txpkts()
[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