Home
last modified time | relevance | path

Searched refs:inv_stag (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Duser.h241 irdma_stag inv_stag; /* or L_R_Key */ member
268 bool inv_stag, bool post_sq);
H A Duk.c324 * @inv_stag: flag for inv_stag
328 bool inv_stag, bool post_sq) in irdma_uk_rdma_read()
385 (inv_stag ? IRDMAQP_OP_RDMA_READ_LOC_INV : IRDMAQP_OP_RDMA_READ)) | in irdma_uk_rdma_read()
1110 info->inv_stag = (u32)FIELD_GET(IRDMACQ_INVSTAG, qword2); in irdma_uk_cq_poll_cmpl()
327 irdma_uk_rdma_read(struct irdma_qp_uk *qp, struct irdma_post_sq_info *info, bool inv_stag, bool post_sq) irdma_uk_rdma_read() argument
H A Dverbs.c3292 bool inv_stag; in irdma_post_send() local
3302 inv_stag = false; in irdma_post_send()
3375 inv_stag = true; in irdma_post_send()
3388 err = irdma_uk_rdma_read(ukqp, &info, inv_stag, false); in irdma_post_send()
3579 entry->ex.invalidate_rkey = cq_poll_info->inv_stag; in irdma_process_cqe()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_user.h269 i40iw_stag inv_stag; member
H A Di40iw_uk.c311 * @inv_stag: flag for inv_stag
316 bool inv_stag, in i40iw_rdma_read()
338 LS_64((inv_stag ? I40IWQP_OP_RDMA_READ_LOC_INV : I40IWQP_OP_RDMA_READ), I40IWQPSQ_OPCODE) | in i40iw_rdma_read()
816 info->inv_stag = (u32)RS_64(qword2, I40IWCQ_INVSTAG); in i40iw_cq_poll_completion()
314 i40iw_rdma_read(struct i40iw_qp_uk *qp, struct i40iw_post_sq_info *info, bool inv_stag, bool post_sq) i40iw_rdma_read() argument
H A Di40iw_verbs.c2110 bool inv_stag; in i40iw_post_send() local
2123 inv_stag = false; in i40iw_post_send()
2188 inv_stag = true; in i40iw_post_send()
2201 ret = ukqp->ops.iw_rdma_read(ukqp, &info, inv_stag, false); in i40iw_post_send()

Completed in 14 milliseconds