Searched refs:comp_dev_list_head (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | devcom.c | 29 struct list_head comp_dev_list_head; member 126 INIT_LIST_HEAD(&comp->comp_dev_list_head); in mlx5_devcom_comp_alloc() 160 list_add_tail(&devcom->list, &comp->comp_dev_list_head); in devcom_alloc_comp_dev() 280 list_for_each_entry(pos, &comp->comp_dev_list_head, list) { in mlx5_devcom_send_event() 294 if (list_entry_is_head(pos, &comp->comp_dev_list_head, list)) in mlx5_devcom_send_event() 297 list_for_each_entry_from_reverse(pos, &comp->comp_dev_list_head, list) { in mlx5_devcom_send_event() 352 tmp = list_prepare_entry(*pos, &comp->comp_dev_list_head, list); in mlx5_devcom_get_next_peer_data() 354 list_for_each_entry_continue(tmp, &comp->comp_dev_list_head, list) { in mlx5_devcom_get_next_peer_data() 362 if (list_entry_is_head(tmp, &comp->comp_dev_list_head, list)) in mlx5_devcom_get_next_peer_data() 376 tmp = list_prepare_entry(*pos, &comp->comp_dev_list_head, list); in mlx5_devcom_get_next_peer_data_rcu() [all …]
|