Lines Matching refs:reg_wr
2525 struct ib_reg_wr reg_wr; in isert_fast_reg_mr() local
2560 reg_wr.wr.next = NULL; in isert_fast_reg_mr()
2561 reg_wr.wr.opcode = IB_WR_REG_MR; in isert_fast_reg_mr()
2562 reg_wr.wr.wr_id = ISER_FASTREG_LI_WRID; in isert_fast_reg_mr()
2563 reg_wr.wr.send_flags = 0; in isert_fast_reg_mr()
2564 reg_wr.wr.num_sge = 0; in isert_fast_reg_mr()
2565 reg_wr.mr = mr; in isert_fast_reg_mr()
2566 reg_wr.key = mr->lkey; in isert_fast_reg_mr()
2567 reg_wr.access = IB_ACCESS_LOCAL_WRITE; in isert_fast_reg_mr()
2570 wr = ®_wr.wr; in isert_fast_reg_mr()
2572 wr->next = ®_wr.wr; in isert_fast_reg_mr()