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 | 36 struct list_head comp_dev_list_head; member 139 INIT_LIST_HEAD(&comp->comp_dev_list_head); in mlx5_devcom_comp_alloc() 173 list_add_tail(&devcom->list, &comp->comp_dev_list_head); in devcom_alloc_comp_dev() 307 list_for_each_entry(pos, &comp->comp_dev_list_head, list) { in mlx5_devcom_locked_send_event() 325 if (list_entry_is_head(pos, &comp->comp_dev_list_head, list)) in mlx5_devcom_locked_send_event() 328 list_for_each_entry_from_reverse(pos, &comp->comp_dev_list_head, list) { in mlx5_devcom_locked_send_event() 399 tmp = list_prepare_entry(*pos, &comp->comp_dev_list_head, list); in mlx5_devcom_get_next_peer_data() 401 list_for_each_entry_continue(tmp, &comp->comp_dev_list_head, list) { in mlx5_devcom_get_next_peer_data() 409 if (list_entry_is_head(tmp, &comp->comp_dev_list_head, list)) in mlx5_devcom_get_next_peer_data() 423 tmp = list_prepare_entry(*pos, &comp->comp_dev_list_head, list); in mlx5_devcom_get_next_peer_data_rcu() [all …]
|