Searched refs:tail_next (Results 1 – 4 of 4) sorted by relevance
73 __be16 *tail_next; member288 *wq->tail_next = ix; in mlx5_wq_ll_pop()289 wq->tail_next = next_tail_next; in mlx5_wq_ll_pop()
207 wq->tail_next = &next_seg->next_wqe_index; in mlx5_wq_ll_init_list()
229 u32 tail_next = (cache->tail + 1) & (MLX5E_CACHE_SIZE - 1); in mlx5e_rx_cache_put() local232 if (tail_next == cache->head) { in mlx5e_rx_cache_put()243 cache->tail = tail_next; in mlx5e_rx_cache_put()
1144 wqe_ix_be = *wq->tail_next; in mlx5e_free_rx_descs()