Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.h73 __be16 *tail_next; member
288 *wq->tail_next = ix; in mlx5_wq_ll_pop()
289 wq->tail_next = next_tail_next; in mlx5_wq_ll_pop()
Dwq.c207 wq->tail_next = &next_seg->next_wqe_index; in mlx5_wq_ll_init_list()
Den_rx.c229 u32 tail_next = (cache->tail + 1) & (MLX5E_CACHE_SIZE - 1); in mlx5e_rx_cache_put() local
232 if (tail_next == cache->head) { in mlx5e_rx_cache_put()
243 cache->tail = tail_next; in mlx5e_rx_cache_put()
Den_main.c1144 wqe_ix_be = *wq->tail_next; in mlx5e_free_rx_descs()