Searched refs:nfc_node (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/igb/ |
| H A D | igb_ethtool.c | 2439 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_get_ethtool_nfc_entry() 2491 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_get_ethtool_nfc_all() 2853 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_update_ethtool_nfc_entry() 2865 hlist_del(&rule->nfc_node); in igb_update_ethtool_nfc_entry() 2877 INIT_HLIST_NODE(&input->nfc_node); in igb_update_ethtool_nfc_entry() 2881 hlist_add_behind(&input->nfc_node, &parent->nfc_node); in igb_update_ethtool_nfc_entry() 2883 hlist_add_head(&input->nfc_node, &adapter->nfc_filter_list); in igb_update_ethtool_nfc_entry() 2958 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_add_ethtool_nfc_entry()
|
| H A D | igb.h | 522 struct hlist_node nfc_node; member
|
| H A D | igb_main.c | 2477 &adapter->nfc_filter_list, nfc_node) { in igb_set_features() 2479 hlist_del(&rule->nfc_node); in igb_set_features() 2700 hlist_for_each_entry(f, &adapter->nfc_filter_list, nfc_node) { in igb_configure_clsflower() 2709 hlist_for_each_entry(f, &adapter->cls_flower_list, nfc_node) { in igb_configure_clsflower() 2724 hlist_add_head(&filter->nfc_node, &adapter->cls_flower_list); in igb_configure_clsflower() 2747 hlist_for_each_entry(filter, &adapter->cls_flower_list, nfc_node) in igb_delete_clsflower() 2760 hlist_del(&filter->nfc_node); in igb_delete_clsflower() 10227 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) in igb_nfc_filter_exit() 10230 hlist_for_each_entry(rule, &adapter->cls_flower_list, nfc_node) in igb_nfc_filter_exit() 10242 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) in igb_nfc_filter_restore()
|
| /linux-6.15/drivers/mtd/nand/raw/atmel/ |
| H A D | nand-controller.c | 2592 struct device_node *nfc_node; in atmel_nand_controller_probe() local 2599 nfc_node = of_get_compatible_child(pdev->dev.of_node, in atmel_nand_controller_probe() 2601 if (nfc_node) { in atmel_nand_controller_probe() 2603 of_node_put(nfc_node); in atmel_nand_controller_probe()
|