Searched refs:comp_dev_list_head (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | devcom.c | 35 struct list_head comp_dev_list_head; member 137 INIT_LIST_HEAD(&comp->comp_dev_list_head); in mlx5_devcom_comp_alloc() 171 list_add_tail(&devcom->list, &comp->comp_dev_list_head); in devcom_alloc_comp_dev() 303 list_for_each_entry(pos, &comp->comp_dev_list_head, list) { in mlx5_devcom_send_event() 317 if (list_entry_is_head(pos, &comp->comp_dev_list_head, list)) in mlx5_devcom_send_event() 320 list_for_each_entry_from_reverse(pos, &comp->comp_dev_list_head, list) { in mlx5_devcom_send_event() 375 tmp = list_prepare_entry(*pos, &comp->comp_dev_list_head, list); in mlx5_devcom_get_next_peer_data() 377 list_for_each_entry_continue(tmp, &comp->comp_dev_list_head, list) { in mlx5_devcom_get_next_peer_data() 385 if (list_entry_is_head(tmp, &comp->comp_dev_list_head, list)) in mlx5_devcom_get_next_peer_data() 399 tmp = list_prepare_entry(*pos, &comp->comp_dev_list_head, list); in mlx5_devcom_get_next_peer_data_rcu() [all …]
|