Home
last modified time | relevance | path

Searched refs:tx_map (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio_guest.c187 uint64_t tx_map, rx_map; in nxge_hio_vr_add() local
288 hv_rv = (*tx->get_map)(vr->cookie, &tx_map); in nxge_hio_vr_add()
294 res_map_parse(nxge, NXGE_TRANSMIT_GROUP, tx_map); in nxge_hio_vr_add()
301 if ((1 << i) & tx_map) { in nxge_hio_vr_add()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c86 j = bt_getlowbit(vect->tx_map, 0, (ixgbe->num_tx_rings - 1)); in ixgbe_dump_interrupt()
91 j = bt_getlowbit(vect->tx_map, (j + 1), in ixgbe_dump_interrupt()
H A Dixgbe_sw.h626 ulong_t tx_map[BT_BITOUL(MAX_TX_QUEUE_NUM)]; /* bitmap of tx rings */ member
H A Dixgbe_main.c5017 r_idx = bt_getlowbit(vect->tx_map, 0, (ixgbe->num_tx_rings - 1)); in ixgbe_intr_msix()
5020 r_idx = bt_getlowbit(vect->tx_map, (r_idx + 1), in ixgbe_intr_msix()
5431 BT_SET(ixgbe->vect_map[v_idx].tx_map, t_idx); in ixgbe_map_txring_to_vector()
5807 r_idx = bt_getlowbit(vect->tx_map, 0, in ixgbe_setup_adapter_vector()
5812 r_idx = bt_getlowbit(vect->tx_map, (r_idx + 1), in ixgbe_setup_adapter_vector()