tail_next 863 drivers/net/ethernet/mellanox/mlx5/core/en_main.c wqe_ix_be = *wq->tail_next; tail_next 196 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c u32 tail_next = (cache->tail + 1) & (MLX5E_CACHE_SIZE - 1); tail_next 199 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c if (tail_next == cache->head) { tail_next 210 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c cache->tail = tail_next; tail_next 214 drivers/net/ethernet/mellanox/mlx5/core/wq.c wq->tail_next = &next_seg->next_wqe_index; tail_next 73 drivers/net/ethernet/mellanox/mlx5/core/wq.h __be16 *tail_next; tail_next 266 drivers/net/ethernet/mellanox/mlx5/core/wq.h *wq->tail_next = ix; tail_next 267 drivers/net/ethernet/mellanox/mlx5/core/wq.h wq->tail_next = next_tail_next;