Searched refs:s_wr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_send.c | 157 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op() 181 __func__, send->s_wr.opcode); in rds_ib_send_unmap_op() 185 send->s_wr.opcode = 0xdead; in rds_ib_send_unmap_op() 200 send->s_wr.wr_id = i; in rds_ib_send_init_ring() 201 send->s_wr.sg_list = send->s_sge; in rds_ib_send_init_ring() 202 send->s_wr.ex.imm_data = 0; in rds_ib_send_init_ring() 220 if (send->s_op && send->s_wr.opcode != 0xdead) in rds_ib_send_clear_ring() 273 if (send->s_wr.send_flags & IB_SEND_SIGNALED) in rds_ib_send_cqe_handler() 466 send->s_wr.send_flags |= IB_SEND_SIGNALED; in rds_ib_set_wr_signal_state() 629 send->s_wr in rds_ib_xmit() [all...] |
H A D | ib_frmr.c | 268 struct ib_send_wr *s_wr; in rds_ib_post_inv() local 285 s_wr = &frmr->fr_wr; in rds_ib_post_inv() 287 memset(s_wr, 0, sizeof(*s_wr)); in rds_ib_post_inv() 288 s_wr->wr_id = (unsigned long)(void *)ibmr; in rds_ib_post_inv() 289 s_wr->opcode = IB_WR_LOCAL_INV; in rds_ib_post_inv() 290 s_wr->ex.invalidate_rkey = frmr->mr->rkey; in rds_ib_post_inv() 291 s_wr->send_flags = IB_SEND_SIGNALED; in rds_ib_post_inv() 293 ret = ib_post_send(i_cm_id->qp, s_wr, NULL); in rds_ib_post_inv()
|
H A D | ib.h | 104 struct ib_send_wr s_wr; member
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | ib_send.c | 157 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op() 181 __func__, send->s_wr.opcode); in rds_ib_send_unmap_op() 185 send->s_wr.opcode = 0xdead; in rds_ib_send_unmap_op() 200 send->s_wr.wr_id = i; in rds_ib_send_init_ring() 201 send->s_wr.sg_list = send->s_sge; in rds_ib_send_init_ring() 202 send->s_wr.ex.imm_data = 0; in rds_ib_send_init_ring() 220 if (send->s_op && send->s_wr.opcode != 0xdead) in rds_ib_send_clear_ring() 273 if (send->s_wr.send_flags & IB_SEND_SIGNALED) in rds_ib_send_cqe_handler() 465 send->s_wr.send_flags |= IB_SEND_SIGNALED; in rds_ib_set_wr_signal_state() 628 send->s_wr in rds_ib_xmit() [all...] |
H A D | ib_frmr.c | 268 struct ib_send_wr *s_wr; in rds_ib_post_inv() local 285 s_wr = &frmr->fr_wr; in rds_ib_post_inv() 287 memset(s_wr, 0, sizeof(*s_wr)); in rds_ib_post_inv() 288 s_wr->wr_id = (unsigned long)(void *)ibmr; in rds_ib_post_inv() 289 s_wr->opcode = IB_WR_LOCAL_INV; in rds_ib_post_inv() 290 s_wr->ex.invalidate_rkey = frmr->mr->rkey; in rds_ib_post_inv() 291 s_wr->send_flags = IB_SEND_SIGNALED; in rds_ib_post_inv() 293 ret = ib_post_send(i_cm_id->qp, s_wr, NULL); in rds_ib_post_inv()
|
H A D | ib.h | 104 struct ib_send_wr s_wr; member
|
Completed in 6 milliseconds