| /linux/drivers/net/ethernet/huawei/hinic3/ |
| H A D | hinic3_filter.c | 167 struct list_head *add_list, in hinic3_mac_filter_sync_hw() argument 183 if (!list_empty(add_list)) { in hinic3_mac_filter_sync_hw() 184 list_for_each_entry_safe(f, ftmp, add_list, list) { in hinic3_mac_filter_sync_hw()
|
| /linux/drivers/pci/hotplug/ |
| H A D | acpiphp_glue.c | 501 LIST_HEAD(add_list); in enable_slot() 516 &add_list); in enable_slot() 520 __pci_bus_assign_resources(bus, &add_list, NULL); in enable_slot()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_arfs.c | 216 struct hlist_head *add_list, in ice_arfs_update_flow_rules() argument 238 hlist_add_head(&ep->list_entry, add_list); in ice_arfs_update_flow_rules()
|
| /linux/fs/btrfs/ |
| H A D | delayed-ref.h | 69 struct list_head add_list; member
|
| H A D | extent-tree.c | 2023 if (!list_empty(&ref->add_list)) in btrfs_run_delayed_refs_for_head() 2024 list_del(&ref->add_list); in btrfs_run_delayed_refs_for_head()
|
| /linux/tools/mm/ |
| H A D | page_owner_sort.c | 472 static bool add_list(char *buf, int len, char *ext_buf) in add_list() function 825 if (!add_list(buf, buf_len, ext_buf)) in main()
|
| /linux/fs/btrfs/tests/ |
| H A D | delayed-refs-tests.c | 65 if (!list_empty(&node->add_list)) in delete_delayed_ref_node() 66 list_del_init(&node->add_list); in delete_delayed_ref_node()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_main.c | 2317 * @add_list: return data from fw 2325 struct i40e_aqc_add_macvlan_element_data *add_list, in i40e_update_filter_state() 2338 if (add_list[i].match_method == I40E_AQC_MM_ERR_NO_RES) { in i40e_update_filter_state() 2574 struct i40e_aqc_add_macvlan_element_data *add_list; in i40e_sync_vsi_filters() 2718 add_list = kzalloc(list_size, GFP_ATOMIC); in i40e_sync_vsi_filters() 2719 if (!add_list) in i40e_sync_vsi_filters() 2740 ether_addr_copy(add_list[num_add].mac_addr, in i40e_sync_vsi_filters() 2743 add_list[num_add].vlan_tag = 0; in i40e_sync_vsi_filters() 2746 add_list[num_add].vlan_tag = in i40e_sync_vsi_filters() 2749 add_list[num_ad in i40e_sync_vsi_filters() 2322 i40e_update_filter_state(int count,struct i40e_aqc_add_macvlan_element_data * add_list,struct i40e_new_mac_filter * add_head) i40e_update_filter_state() argument 2571 struct i40e_aqc_add_macvlan_element_data *add_list; i40e_sync_vsi_filters() local [all...] |
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_main.c | 1079 static void hclgevf_sync_from_add_list(struct list_head *add_list, in hclgevf_sync_from_add_list() 1084 list_for_each_entry_safe(mac_node, tmp, add_list, node) { in hclgevf_sync_from_add_list() 1075 hclgevf_sync_from_add_list(struct list_head * add_list,struct list_head * mac_list) hclgevf_sync_from_add_list() argument
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 6482 static bool hclge_sync_from_add_list(struct list_head *add_list, in hclge_add_fd_entry_common() 6488 list_for_each_entry_safe(mac_node, tmp, add_list, node) { in hclge_add_fd_entry_common() 8888 hclge_sync_from_add_list(struct list_head * add_list,struct list_head * mac_list) hclge_sync_from_add_list() argument
|