Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddevcom.c29 struct list_head comp_dev_list_head; member
123 INIT_LIST_HEAD(&comp->comp_dev_list_head); in mlx5_devcom_comp_alloc()
156 list_add_tail(&devcom->list, &comp->comp_dev_list_head); in devcom_alloc_comp_dev()
269 list_for_each_entry(pos, &comp->comp_dev_list_head, list) { in mlx5_devcom_send_event()
283 if (list_entry_is_head(pos, &comp->comp_dev_list_head, list)) in mlx5_devcom_send_event()
341 tmp = list_prepare_entry(*pos, &comp->comp_dev_list_head, list); in mlx5_devcom_get_next_peer_data()
343 list_for_each_entry_continue(tmp, &comp->comp_dev_list_head, list) { in mlx5_devcom_get_next_peer_data()
351 if (list_entry_is_head(tmp, &comp->comp_dev_list_head, list)) in mlx5_devcom_get_next_peer_data()
365 tmp = list_prepare_entry(*pos, &comp->comp_dev_list_head, list); in mlx5_devcom_get_next_peer_data_rcu()
367 list_for_each_entry_continue(tmp, &comp->comp_dev_list_head, list) { in mlx5_devcom_get_next_peer_data_rcu()
[all …]