Searched refs:txinfo (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 60 struct txinfo { struct 135 struct txinfo *txinfo, int sgl_only); 138 struct txinfo *txinfo); 139 static inline void add_seg(struct txinfo *txinfo, uint64_t ba, uint32_t len); 140 static inline int add_mblk(struct sge_txq *txq, struct txinfo *txinfo, 142 static void free_txinfo_resources(struct sge_txq *txq, struct txinfo *txinfo); 144 struct txinfo *txinfo); 147 struct txinfo *txinfo); 149 struct txpkts *txpkts, struct txinfo *txinfo); 1135 struct txinfo txinfo; in t4_eth_tx() local [all …]
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/ |
H A D | xhci.c | 232 uint32_t info, info2, txinfo; in xhci_mdb_print_epctx() local 247 txinfo = LE_32(epctx.xec_txinfo); in xhci_mdb_print_epctx() 270 mdb_printf("Average TRB Length: %d\n", XHCI_EPCTX_AVG_TRB_LEN(txinfo)); in xhci_mdb_print_epctx() 271 mdb_printf("Max ESIT: %d\n", XHCI_EPCTX_GET_MAX_ESIT_PAYLOAD(txinfo)); in xhci_mdb_print_epctx()
|