Searched refs:nfc_node (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/igc/ |
| D | igc_ethtool.c | 887 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igc_get_ethtool_nfc_entry() 939 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igc_get_ethtool_nfc_all() 1310 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igc_update_ethtool_nfc_entry() 1322 hlist_del(&rule->nfc_node); in igc_update_ethtool_nfc_entry() 1334 INIT_HLIST_NODE(&input->nfc_node); in igc_update_ethtool_nfc_entry() 1338 hlist_add_behind(&input->nfc_node, &parent->nfc_node); in igc_update_ethtool_nfc_entry() 1340 hlist_add_head(&input->nfc_node, &adapter->nfc_filter_list); in igc_update_ethtool_nfc_entry() 1415 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igc_add_ethtool_nfc_entry()
|
| D | igc.h | 328 struct hlist_node nfc_node; member
|
| D | igc_main.c | 2077 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) in igc_nfc_filter_exit() 2080 hlist_for_each_entry(rule, &adapter->cls_flower_list, nfc_node) in igc_nfc_filter_exit() 2092 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) in igc_nfc_filter_restore() 2272 &adapter->nfc_filter_list, nfc_node) { in igc_set_features() 2274 hlist_del(&rule->nfc_node); in igc_set_features()
|
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ |
| D | igb_ethtool.c | 2460 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_get_ethtool_nfc_entry() 2512 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_get_ethtool_nfc_all() 2875 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_update_ethtool_nfc_entry() 2887 hlist_del(&rule->nfc_node); in igb_update_ethtool_nfc_entry() 2899 INIT_HLIST_NODE(&input->nfc_node); in igb_update_ethtool_nfc_entry() 2903 hlist_add_behind(&input->nfc_node, &parent->nfc_node); in igb_update_ethtool_nfc_entry() 2905 hlist_add_head(&input->nfc_node, &adapter->nfc_filter_list); in igb_update_ethtool_nfc_entry() 2980 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_add_ethtool_nfc_entry()
|
| D | igb.h | 446 struct hlist_node nfc_node; member
|
| D | igb_main.c | 2470 &adapter->nfc_filter_list, nfc_node) { in igb_set_features() 2472 hlist_del(&rule->nfc_node); in igb_set_features() 2687 hlist_for_each_entry(f, &adapter->nfc_filter_list, nfc_node) { in igb_configure_clsflower() 2696 hlist_for_each_entry(f, &adapter->cls_flower_list, nfc_node) { in igb_configure_clsflower() 2711 hlist_add_head(&filter->nfc_node, &adapter->cls_flower_list); in igb_configure_clsflower() 2734 hlist_for_each_entry(filter, &adapter->cls_flower_list, nfc_node) in igb_delete_clsflower() 2747 hlist_del(&filter->nfc_node); in igb_delete_clsflower() 9554 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) in igb_nfc_filter_exit() 9557 hlist_for_each_entry(rule, &adapter->cls_flower_list, nfc_node) in igb_nfc_filter_exit() 9569 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) in igb_nfc_filter_restore()
|
| /Linux-v5.4/drivers/mtd/nand/raw/atmel/ |
| D | nand-controller.c | 2515 struct device_node *nfc_node; in atmel_nand_controller_probe() local 2522 nfc_node = of_get_compatible_child(pdev->dev.of_node, in atmel_nand_controller_probe() 2524 if (nfc_node) { in atmel_nand_controller_probe() 2526 of_node_put(nfc_node); in atmel_nand_controller_probe()
|