Home
last modified time | relevance | path

Searched refs:nfc_node (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/intel/igb/
Digb_ethtool.c2444 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_get_ethtool_nfc_entry()
2496 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_get_ethtool_nfc_all()
2859 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_update_ethtool_nfc_entry()
2871 hlist_del(&rule->nfc_node); in igb_update_ethtool_nfc_entry()
2883 INIT_HLIST_NODE(&input->nfc_node); in igb_update_ethtool_nfc_entry()
2887 hlist_add_behind(&input->nfc_node, &parent->nfc_node); in igb_update_ethtool_nfc_entry()
2889 hlist_add_head(&input->nfc_node, &adapter->nfc_filter_list); in igb_update_ethtool_nfc_entry()
2964 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_add_ethtool_nfc_entry()
Digb.h515 struct hlist_node nfc_node; member
Digb_main.c2465 &adapter->nfc_filter_list, nfc_node) { in igb_set_features()
2467 hlist_del(&rule->nfc_node); in igb_set_features()
2685 hlist_for_each_entry(f, &adapter->nfc_filter_list, nfc_node) { in igb_configure_clsflower()
2694 hlist_for_each_entry(f, &adapter->cls_flower_list, nfc_node) { in igb_configure_clsflower()
2709 hlist_add_head(&filter->nfc_node, &adapter->cls_flower_list); in igb_configure_clsflower()
2732 hlist_for_each_entry(filter, &adapter->cls_flower_list, nfc_node) in igb_delete_clsflower()
2745 hlist_del(&filter->nfc_node); in igb_delete_clsflower()
10114 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) in igb_nfc_filter_exit()
10117 hlist_for_each_entry(rule, &adapter->cls_flower_list, nfc_node) in igb_nfc_filter_exit()
10129 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) in igb_nfc_filter_restore()
/Linux-v6.1/drivers/mtd/nand/raw/atmel/
Dnand-controller.c2590 struct device_node *nfc_node; in atmel_nand_controller_probe() local
2597 nfc_node = of_get_compatible_child(pdev->dev.of_node, in atmel_nand_controller_probe()
2599 if (nfc_node) { in atmel_nand_controller_probe()
2601 of_node_put(nfc_node); in atmel_nand_controller_probe()