Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dcq.c354 tail = qp->sq.w_list[idx].next; in handle_atomics()
356 tail = qp->sq.w_list[idx].next; in handle_atomics()
422 wq->last_poll = wq->w_list[idx].next; in sw_comp()
H A Dwr.c772 qp->sq.w_list[idx].opcode = mlx5_opcode; in mlx5r_finish_wqe()
775 qp->sq.w_list[idx].next = qp->sq.cur_post; in mlx5r_finish_wqe()
H A Dqp.c1089 kvfree(qp->sq.w_list); in destroy_qp()
1188 qp->sq.w_list = kvmalloc_array(qp->sq.wqe_cnt, in _create_kernel_qp()
1189 sizeof(*qp->sq.w_list), GFP_KERNEL); in _create_kernel_qp()
1194 !qp->sq.w_list || !qp->sq.wqe_head) { in _create_kernel_qp()
1203 kvfree(qp->sq.w_list); in _create_kernel_qp()
H A Dmlx5_ib.h376 struct wr_list *w_list; member