Searched refs:nfc_rule_list (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
H A D | igc.h | 196 /* Any access to elements in nfc_rule_list is protected by the 200 struct list_head nfc_rule_list; member
|
H A D | igc_main.c | 2628 list_for_each_entry(rule, &adapter->nfc_rule_list, list) { in igc_get_nfc_rule() 2663 list_for_each_entry_safe(rule, tmp, &adapter->nfc_rule_list, list) in igc_flush_nfc_rules() 2690 list_for_each_entry(cur, &adapter->nfc_rule_list, list) { in igc_add_nfc_rule() 2696 list_add(&rule->list, pred ? &pred->list : &adapter->nfc_rule_list); in igc_add_nfc_rule() 2707 list_for_each_entry_reverse(rule, &adapter->nfc_rule_list, list) in igc_restore_nfc_rules() 3683 INIT_LIST_HEAD(&adapter->nfc_rule_list); in igc_sw_init()
|
H A D | igc_ethtool.c | 996 list_for_each_entry(rule, &adapter->nfc_rule_list, list) { in igc_ethtool_get_nfc_rules() 1247 list_for_each_entry(tmp, &adapter->nfc_rule_list, list) { in igc_ethtool_check_nfc_rule()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/ |
H A D | igc.h | 239 /* Any access to elements in nfc_rule_list is protected by the 243 struct list_head nfc_rule_list; member
|
H A D | igc_ethtool.c | 1032 list_for_each_entry(rule, &adapter->nfc_rule_list, list) { in igc_ethtool_get_nfc_rules() 1311 list_for_each_entry(tmp, &adapter->nfc_rule_list, list) { in igc_ethtool_check_nfc_rule()
|
H A D | igc_main.c | 3767 list_for_each_entry(rule, &adapter->nfc_rule_list, list) { in igc_get_nfc_rule() 3802 list_for_each_entry_safe(rule, tmp, &adapter->nfc_rule_list, list) in igc_flush_nfc_rules() 3829 list_for_each_entry(cur, &adapter->nfc_rule_list, list) { in igc_add_nfc_rule() 3835 list_add(&rule->list, pred ? &pred->list : &adapter->nfc_rule_list); in igc_add_nfc_rule() 3846 list_for_each_entry_reverse(rule, &adapter->nfc_rule_list, list) in igc_restore_nfc_rules() 4829 INIT_LIST_HEAD(&adapter->nfc_rule_list); in igc_sw_init()
|
Completed in 25 milliseconds