Searched refs:mlx4_ib_poll_cq (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
H A D | mlx4_ib.h | 770 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
|
H A D | cq.c | 877 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in mlx4_ib_poll_cq() function
|
H A D | mad.c | 1906 while (mlx4_ib_poll_cq(ctx->cq, 1, &wc) == 1) { in mlx4_ib_sqp_comp_worker()
|
H A D | main.c | 2548 .poll_cq = mlx4_ib_poll_cq,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | mlx4_ib.h | 772 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
|
H A D | cq.c | 877 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in mlx4_ib_poll_cq() function
|
H A D | mad.c | 1909 while (mlx4_ib_poll_cq(ctx->cq, 1, &wc) == 1) { in mlx4_ib_sqp_comp_worker()
|
H A D | main.c | 2556 .poll_cq = mlx4_ib_poll_cq,
|
Completed in 20 milliseconds