Searched refs:child_loc_map (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_model.h | 23 unsigned long child_loc_map[32]; member
|
H A D | ixgbe_main.c | 9222 if (!test_bit(loc - 1, jump->child_loc_map)) in ixgbe_delete_clsu32() 9224 clear_bit(loc - 1, jump->child_loc_map); in ixgbe_delete_clsu32() 9235 if (!test_bit(j, jump->child_loc_map)) in ixgbe_delete_clsu32() 9242 clear_bit(j, jump->child_loc_map); in ixgbe_delete_clsu32() 9589 if (link && (test_bit(loc - 1, link->child_loc_map))) { in ixgbe_configure_clsu32() 9630 set_bit(loc - 1, (adapter->jump_tables[uhtid])->child_loc_map); in ixgbe_configure_clsu32()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_model.h | 23 unsigned long child_loc_map[32]; member
|
H A D | ixgbe_main.c | 9313 if (!test_bit(loc - 1, jump->child_loc_map)) in ixgbe_delete_clsu32() 9315 clear_bit(loc - 1, jump->child_loc_map); in ixgbe_delete_clsu32() 9326 if (!test_bit(j, jump->child_loc_map)) in ixgbe_delete_clsu32() 9333 clear_bit(j, jump->child_loc_map); in ixgbe_delete_clsu32() 9680 if (link && (test_bit(loc - 1, link->child_loc_map))) { in ixgbe_configure_clsu32() 9721 set_bit(loc - 1, (adapter->jump_tables[uhtid])->child_loc_map); in ixgbe_configure_clsu32()
|
Completed in 25 milliseconds