Searched refs:nfc_rule_list (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc.h | 297 /* Any access to elements in nfc_rule_list is protected by the 301 struct list_head nfc_rule_list; member
|
H A D | igc_main.c | 3980 list_for_each_entry(rule, &adapter->nfc_rule_list, list) { in igc_get_nfc_rule() 4015 list_for_each_entry_safe(rule, tmp, &adapter->nfc_rule_list, list) in igc_flush_nfc_rules() 4042 list_for_each_entry(cur, &adapter->nfc_rule_list, list) { in igc_add_nfc_rule() 4048 list_add(&rule->list, pred ? &pred->list : &adapter->nfc_rule_list); in igc_add_nfc_rule() 4059 list_for_each_entry_reverse(rule, &adapter->nfc_rule_list, list) in igc_restore_nfc_rules() 5066 INIT_LIST_HEAD(&adapter->nfc_rule_list); in igc_sw_init()
|