Searched defs:tx_map (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio_guest.c187 uint64_t tx_map, rx_map; local
288 hv_rv = (*tx->get_map)(vr->cookie, &tx_map);
294 res_map_parse(nxge, NXGE_TRANSMIT_GROUP, tx_map);
301 if ((1 << i) & tx_map) {
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h615 ulong_t tx_map[BT_BITOUL(MAX_TX_QUEUE_NUM)]; /* bitmap of tx rings */ member in struct:ixgbe_intr_vector

Completed in 63 milliseconds