Searched refs:tx_map (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_hio_guest.c | 187 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()
|
/titanic_44/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 86 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 D | ixgbe_sw.h | 608 ulong_t tx_map[BT_BITOUL(MAX_TX_QUEUE_NUM)]; /* bitmap of tx rings */ member
|
H A D | ixgbe_main.c | 4845 r_idx = bt_getlowbit(vect->tx_map, 0, (ixgbe->num_tx_rings - 1)); in ixgbe_intr_msix() 4848 r_idx = bt_getlowbit(vect->tx_map, (r_idx + 1), in ixgbe_intr_msix() 5256 BT_SET(ixgbe->vect_map[v_idx].tx_map, t_idx); in ixgbe_map_txring_to_vector() 5626 r_idx = bt_getlowbit(vect->tx_map, 0, in ixgbe_setup_adapter_vector() 5631 r_idx = bt_getlowbit(vect->tx_map, (r_idx + 1), in ixgbe_setup_adapter_vector()
|