Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igb/
A Digb_ethtool.c2442 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_get_ethtool_nfc_entry()
2494 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_get_ethtool_nfc_all()
2857 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_update_ethtool_nfc_entry()
2869 hlist_del(&rule->nfc_node); in igb_update_ethtool_nfc_entry()
2881 INIT_HLIST_NODE(&input->nfc_node); in igb_update_ethtool_nfc_entry()
2885 hlist_add_behind(&input->nfc_node, &parent->nfc_node); in igb_update_ethtool_nfc_entry()
2887 hlist_add_head(&input->nfc_node, &adapter->nfc_filter_list); in igb_update_ethtool_nfc_entry()
2962 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_add_ethtool_nfc_entry()
A Digb.h515 struct hlist_node nfc_node; member
A Digb_main.c2466 &adapter->nfc_filter_list, nfc_node) { in igb_set_features()
2468 hlist_del(&rule->nfc_node); in igb_set_features()
2686 hlist_for_each_entry(f, &adapter->nfc_filter_list, nfc_node) { in igb_configure_clsflower()
2695 hlist_for_each_entry(f, &adapter->cls_flower_list, nfc_node) { in igb_configure_clsflower()
2710 hlist_add_head(&filter->nfc_node, &adapter->cls_flower_list); in igb_configure_clsflower()
2733 hlist_for_each_entry(filter, &adapter->cls_flower_list, nfc_node) in igb_delete_clsflower()
2746 hlist_del(&filter->nfc_node); in igb_delete_clsflower()
9990 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) in igb_nfc_filter_exit()
9993 hlist_for_each_entry(rule, &adapter->cls_flower_list, nfc_node) in igb_nfc_filter_exit()
10005 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) in igb_nfc_filter_restore()
/linux/drivers/mtd/nand/raw/atmel/
A Dnand-controller.c2581 struct device_node *nfc_node; in atmel_nand_controller_probe() local
2588 nfc_node = of_get_compatible_child(pdev->dev.of_node, in atmel_nand_controller_probe()
2590 if (nfc_node) { in atmel_nand_controller_probe()
2592 of_node_put(nfc_node); in atmel_nand_controller_probe()

Completed in 37 milliseconds