Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.h73 __be16 *tail_next; member
264 *wq->tail_next = ix; in mlx5_wq_ll_pop()
265 wq->tail_next = next_tail_next; in mlx5_wq_ll_pop()
Dwq.c230 wq->tail_next = &next_seg->next_wqe_index; in mlx5_wq_ll_create()
Den_rx.c196 u32 tail_next = (cache->tail + 1) & (MLX5E_CACHE_SIZE - 1); in mlx5e_rx_cache_put() local
199 if (tail_next == cache->head) { in mlx5e_rx_cache_put()
210 cache->tail = tail_next; in mlx5e_rx_cache_put()
Den_main.c843 wqe_ix_be = *wq->tail_next; in mlx5e_free_rx_descs()