Home
last modified time | relevance | path

Searched refs:nfc_node (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c2456 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_get_ethtool_nfc_entry()
2508 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_get_ethtool_nfc_all()
2871 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_update_ethtool_nfc_entry()
2883 hlist_del(&rule->nfc_node); in igb_update_ethtool_nfc_entry()
2895 INIT_HLIST_NODE(&input->nfc_node); in igb_update_ethtool_nfc_entry()
2899 hlist_add_behind(&input->nfc_node, &parent->nfc_node); in igb_update_ethtool_nfc_entry()
2901 hlist_add_head(&input->nfc_node, &adapter->nfc_filter_list); in igb_update_ethtool_nfc_entry()
2976 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_add_ethtool_nfc_entry()
H A Digb.h515 struct hlist_node nfc_node; member
H A Digb_main.c2472 &adapter->nfc_filter_list, nfc_node) { in igb_set_features()
2474 hlist_del(&rule->nfc_node); in igb_set_features()
2692 hlist_for_each_entry(f, &adapter->nfc_filter_list, nfc_node) { in igb_configure_clsflower()
2701 hlist_for_each_entry(f, &adapter->cls_flower_list, nfc_node) { in igb_configure_clsflower()
2716 hlist_add_head(&filter->nfc_node, &adapter->cls_flower_list); in igb_configure_clsflower()
2739 hlist_for_each_entry(filter, &adapter->cls_flower_list, nfc_node) in igb_delete_clsflower()
2752 hlist_del(&filter->nfc_node); in igb_delete_clsflower()
10019 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) in igb_nfc_filter_exit()
10022 hlist_for_each_entry(rule, &adapter->cls_flower_list, nfc_node) in igb_nfc_filter_exit()
10034 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) in igb_nfc_filter_restore()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c2447 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_get_ethtool_nfc_entry()
2499 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_get_ethtool_nfc_all()
2862 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_update_ethtool_nfc_entry()
2874 hlist_del(&rule->nfc_node); in igb_update_ethtool_nfc_entry()
2886 INIT_HLIST_NODE(&input->nfc_node); in igb_update_ethtool_nfc_entry()
2890 hlist_add_behind(&input->nfc_node, &parent->nfc_node); in igb_update_ethtool_nfc_entry()
2892 hlist_add_head(&input->nfc_node, &adapter->nfc_filter_list); in igb_update_ethtool_nfc_entry()
2967 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_add_ethtool_nfc_entry()
H A Digb.h515 struct hlist_node nfc_node; member
H A Digb_main.c2494 &adapter->nfc_filter_list, nfc_node) { in igb_set_features()
2496 hlist_del(&rule->nfc_node); in igb_set_features()
2714 hlist_for_each_entry(f, &adapter->nfc_filter_list, nfc_node) { in igb_configure_clsflower()
2723 hlist_for_each_entry(f, &adapter->cls_flower_list, nfc_node) { in igb_configure_clsflower()
2738 hlist_add_head(&filter->nfc_node, &adapter->cls_flower_list); in igb_configure_clsflower()
2761 hlist_for_each_entry(filter, &adapter->cls_flower_list, nfc_node) in igb_delete_clsflower()
2774 hlist_del(&filter->nfc_node); in igb_delete_clsflower()
10143 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) in igb_nfc_filter_exit()
10146 hlist_for_each_entry(rule, &adapter->cls_flower_list, nfc_node) in igb_nfc_filter_exit()
10158 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) in igb_nfc_filter_restore()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c2587 struct device_node *nfc_node; in atmel_nand_controller_probe() local
2594 nfc_node = of_get_compatible_child(pdev->dev.of_node, in atmel_nand_controller_probe()
2596 if (nfc_node) { in atmel_nand_controller_probe()
2598 of_node_put(nfc_node); in atmel_nand_controller_probe()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c2589 struct device_node *nfc_node; in atmel_nand_controller_probe() local
2596 nfc_node = of_get_compatible_child(pdev->dev.of_node, in atmel_nand_controller_probe()
2598 if (nfc_node) { in atmel_nand_controller_probe()
2600 of_node_put(nfc_node); in atmel_nand_controller_probe()

Completed in 49 milliseconds