Home
last modified time | relevance | path

Searched refs:next_wqe_index (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/mlx4/
H A Dsrq.h38 __be16 next_wqe_index; member
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dsrq.c154 next->next_wqe_index = in mlx4_ib_create_srq()
301 next->next_wqe_index = cpu_to_be16(wqe_index); in mlx4_ib_free_srq_wqe()
342 srq->head = be16_to_cpu(next->next_wqe_index); in mlx4_ib_post_srq_recv()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.c204 next_seg->next_wqe_index = cpu_to_be16(i + 1); in mlx5_wq_ll_init_list()
207 wq->tail_next = &next_seg->next_wqe_index; in mlx5_wq_ll_init_list()
H A Dwq.h292 return be16_to_cpu(wqe->next_wqe_index); in mlx5_wq_ll_get_wqe_next_ix()
H A Den_rx.c590 u16 next_wqe_index = mlx5_wq_ll_get_wqe_next_ix(wq, wq->head); in mlx5e_post_rx_mpwqe() local
592 mlx5_wq_ll_push(wq, next_wqe_index); in mlx5e_post_rx_mpwqe()
1957 mlx5_wq_ll_pop(wq, cqe->wqe_id, &wqe->next.next_wqe_index); in mlx5e_handle_rx_cqe_mpwrq_rep()
2383 mlx5_wq_ll_pop(wq, cqe->wqe_id, &wqe->next.next_wqe_index); in mlx5e_handle_rx_cqe_mpwrq_shampo()
2442 mlx5_wq_ll_pop(wq, cqe->wqe_id, &wqe->next.next_wqe_index); in mlx5e_handle_rx_cqe_mpwrq()
H A Den_main.c1185 &wqe->next.next_wqe_index); in mlx5e_free_rx_descs()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dsrq.c134 next->next_wqe_index = in create_srq_kernel()
399 next->next_wqe_index = cpu_to_be16(wqe_index); in mlx5_ib_free_srq_wqe()
442 srq->head = be16_to_cpu(next->next_wqe_index); in mlx5_ib_post_srq_recv()
/openbmc/linux/include/linux/mlx5/
H A Ddevice.h1048 __be16 next_wqe_index; member