Searched defs:rx_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
321 hv_rv = (*rx->get_map)(vr->cookie, &rx_map);
327 res_map_parse(nxge, NXGE_RECEIVE_GROUP, rx_map);
334 if ((1 << i) & rx_map) {
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h613 ulong_t rx_map[BT_BITOUL(MAX_RX_QUEUE_NUM)]; /* bitmap of rx rings */ member in struct:ixgbe_intr_vector

Completed in 94 milliseconds