Searched defs:list_head (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/common/dpaax/ |
| H A D | dpaa_list.h | 14 struct list_head { struct 15 struct list_head *prev; argument 16 struct list_head *next; argument
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_osdep.h | 337 #define INIT_LIST_HEAD(list_head) LIST_INIT(list_head) argument 345 #define LIST_ADD(entry, list_head) LIST_INSERT_HEAD(list_head, entry, next) argument 389 #define LIST_REPLACE_INIT(list_head, head) do { \ argument 396 #define INIT_HLIST_HEAD(list_head) INIT_LIST_HEAD(list_head) argument 397 #define HLIST_ADD_HEAD(entry, list_head) LIST_ADD(entry, list_head) argument 398 #define HLIST_EMPTY(list_head) LIST_EMPTY(list_head) argument
|
| H A D | ice_switch.c | 4415 ice_find_rule_entry(struct LIST_HEAD_TYPE *list_head, in ice_find_rule_entry() 4447 struct LIST_HEAD_TYPE *list_head; in ice_find_vsi_list_entry() local 5509 ice_find_ucast_rule_entry(struct LIST_HEAD_TYPE *list_head, in ice_find_ucast_rule_entry() 9244 struct LIST_HEAD_TYPE *list_head; in ice_rem_adv_rule_by_id() local 9280 struct LIST_HEAD_TYPE *list_head; in ice_rem_adv_rule_for_vsi() local 9329 ice_replay_fltr(struct ice_hw *hw, u8 recp_id, struct LIST_HEAD_TYPE *list_head) in ice_replay_fltr() 9430 struct LIST_HEAD_TYPE *list_head) in ice_replay_vsi_fltr() 9492 struct LIST_HEAD_TYPE *list_head) in ice_replay_vsi_adv_rule()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 914 struct LIST_HEAD_TYPE list_head; in ice_add_mac_filter() local 973 struct LIST_HEAD_TYPE list_head; in ice_remove_mac_filter() local 1039 struct LIST_HEAD_TYPE list_head; in ice_add_vlan_filter() local 1109 struct LIST_HEAD_TYPE list_head; in ice_remove_vlan_filter() local 2034 struct LIST_HEAD_TYPE list_head; in ice_vsi_config_sw_lldp() local
|
| H A D | ice_switch_filter.c | 1967 struct LIST_HEAD_TYPE *list_head; in ice_switch_redirect() local
|
| /dpdk/app/test/ |
| H A D | test_malloc.c | 691 } *list_head = NULL; in test_random_alloc_free() local
|