Searched refs:add_head (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/
H A Dklist.c94 static void add_head(struct klist *k, struct klist_node *n) function
125 add_head(k, n);
/linux-master/drivers/pci/
H A Dsetup-bus.c483 struct list_head *add_head,
489 __assign_resources_sorted(&head, add_head, fail_head);
1492 struct list_head *add_head,
1498 add_head, fail_head);
1504 __pci_bus_assign_resources(b, add_head, fail_head);
482 pdev_assign_resources_sorted(struct pci_dev *dev, struct list_head *add_head, struct list_head *fail_head) argument
1491 __pci_bridge_assign_resources(const struct pci_dev *bridge, struct list_head *add_head, struct list_head *fail_head) argument
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c1385 struct i40e_mac_filter *f, *add_head; local
1433 add_head = i40e_add_filter(vsi, f->macaddr, new_vlan);
1434 if (!add_head)
1442 new->f = add_head;
1443 new->state = add_head->state;
1530 struct i40e_mac_filter *f, *add_head; local
1544 add_head = i40e_add_filter(vsi, f->macaddr, new_vlan);
1545 if (!add_head)
1551 new_mac->f = add_head;
1552 new_mac->state = add_head
2312 i40e_update_filter_state(int count, struct i40e_aqc_add_macvlan_element_data *add_list, struct i40e_new_mac_filter *add_head) argument
2389 i40e_aqc_add_filters(struct i40e_vsi *vsi, const char *vsi_name, struct i40e_aqc_add_macvlan_element_data *list, struct i40e_new_mac_filter *add_head, int num_add) argument
2546 struct i40e_new_mac_filter *new, *add_head = NULL; local
[all...]

Completed in 145 milliseconds