Home
last modified time | relevance | path

Searched refs:vect_map (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c1875 bzero(&ixgbe->vect_map, sizeof (ixgbe->vect_map)); in ixgbe_intr_adjust()
4737 (void *)&ixgbe->vect_map[vector], NULL); in ixgbe_add_intr_handlers()
4802 BT_SET(ixgbe->vect_map[v_idx].rx_map, r_idx); in ixgbe_map_rxring_to_vector()
4807 ixgbe->vect_map[v_idx].rxr_cnt++; in ixgbe_map_rxring_to_vector()
4826 BT_SET(ixgbe->vect_map[v_idx].tx_map, t_idx); in ixgbe_map_txring_to_vector()
4831 ixgbe->vect_map[v_idx].txr_cnt++; in ixgbe_map_txring_to_vector()
5067 bzero(&ixgbe->vect_map, sizeof (ixgbe->vect_map)); in ixgbe_map_intrs_to_vectors()
5069 ixgbe->vect_map[i].ixgbe = ixgbe; in ixgbe_map_intrs_to_vectors()
5090 BT_SET(ixgbe->vect_map[vector].other_map, 0); in ixgbe_map_intrs_to_vectors()
5091 ixgbe->vect_map[vector].other_cnt++; in ixgbe_map_intrs_to_vectors()
[all …]
H A Dixgbe_debug.c67 vect = &ixgbe->vect_map[i]; in ixgbe_dump_interrupt()
H A Dixgbe_sw.h652 ixgbe_intr_vector_t vect_map[MAX_INTR_VECTOR]; member