Home
last modified time | relevance | path

Searched refs:s_wq (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/rdma/
H A Drdmavt_qp.h339 struct rvt_swqe *s_wq; /* send work queue */ member
367 u8 s_max_sge; /* size of s_wq->sg_list */
529 * struct rvt_qp.s_wq. This function does the array index computation.
534 return (struct rvt_swqe *)((char *)qp->s_wq + in rvt_get_swqe_ptr()
/kernel/linux/linux-6.6/include/rdma/
H A Drdmavt_qp.h339 struct rvt_swqe *s_wq; /* send work queue */ member
367 u8 s_max_sge; /* size of s_wq->sg_list */
529 * struct rvt_qp.s_wq. This function does the array index computation.
534 return (struct rvt_swqe *)((char *)qp->s_wq + in rvt_get_swqe_ptr()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dqp.c1194 qp->s_wq = swq; in rvt_create_qp()
1756 vfree(qp->s_wq); in rvt_destroy_qp()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dqp.c1152 qp->s_wq = swq; in rvt_create_qp()
1705 vfree(qp->s_wq); in rvt_destroy_qp()

Completed in 11 milliseconds