Searched refs:bt_getlowbit (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 74 j = bt_getlowbit(vect->rx_map, 0, (ixgbe->num_rx_rings - 1)); in ixgbe_dump_interrupt() 81 j = bt_getlowbit(vect->rx_map, (j + 1), in ixgbe_dump_interrupt() 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_main.c | 4424 r_idx = bt_getlowbit(vect->rx_map, 0, (ixgbe->num_rx_rings - 1)); in ixgbe_intr_msix() 4427 r_idx = bt_getlowbit(vect->rx_map, (r_idx + 1), in ixgbe_intr_msix() 4434 r_idx = bt_getlowbit(vect->tx_map, 0, (ixgbe->num_tx_rings - 1)); in ixgbe_intr_msix() 4437 r_idx = bt_getlowbit(vect->tx_map, (r_idx + 1), in ixgbe_intr_msix() 5171 r_idx = bt_getlowbit(vect->rx_map, 0, in ixgbe_setup_adapter_vector() 5177 r_idx = bt_getlowbit(vect->rx_map, (r_idx + 1), in ixgbe_setup_adapter_vector() 5184 r_idx = bt_getlowbit(vect->tx_map, 0, in ixgbe_setup_adapter_vector() 5189 r_idx = bt_getlowbit(vect->tx_map, (r_idx + 1), in ixgbe_setup_adapter_vector()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | bitmap.c | 172 bt_getlowbit(ulong_t *map, size_t start, size_t stop) in bt_getlowbit() function
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | bitmap.h | 159 extern int bt_getlowbit(ulong_t *bitmap, size_t start, size_t stop);
|
/titanic_41/usr/src/uts/common/io/ |
H A D | devpoll.c | 284 fd = bt_getlowbit(pcp->pc_bitmap, start, end); in dp_pcache_poll()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | poll.c | 1896 fd = bt_getlowbit(pcp->pc_bitmap, begin, end); in pcache_poll()
|