Lines Matching refs:ind
507 desc->ind |= ISERT_PROT_KEY_VALID; in isert_create_pi_ctx()
518 desc->ind |= ISERT_SIG_KEY_VALID; in isert_create_pi_ctx()
519 desc->ind &= ~ISERT_PROTECTED; in isert_create_pi_ctx()
542 fr_desc->ind |= ISERT_DATA_KEY_VALID; in isert_create_fr_desc()
1706 if (wr->fr_desc->ind & ISERT_PROTECTED) { in isert_unreg_rdma()
1708 wr->fr_desc->ind &= ~ISERT_PROTECTED; in isert_unreg_rdma()
1884 if (wr->fr_desc && wr->fr_desc->ind & ISERT_PROTECTED) { in isert_completion_rdma_write()
1887 wr->fr_desc->ind &= ~ISERT_PROTECTED; in isert_completion_rdma_write()
1910 if (wr->fr_desc && wr->fr_desc->ind & ISERT_PROTECTED) { in isert_completion_rdma_read()
1913 wr->fr_desc->ind &= ~ISERT_PROTECTED; in isert_completion_rdma_read()
2519 enum isert_indicator ind, in isert_fast_reg_mr() argument
2538 if (ind == ISERT_DATA_KEY_VALID) in isert_fast_reg_mr()
2545 if (!(fr_desc->ind & ind)) { in isert_fast_reg_mr()
2579 fr_desc->ind &= ~ind; in isert_fast_reg_mr()
2666 if (!(fr_desc->ind & ISERT_SIG_KEY_VALID)) { in isert_reg_sig_mr()
2692 fr_desc->ind &= ~ISERT_SIG_KEY_VALID; in isert_reg_sig_mr()
2760 wr->fr_desc->ind |= ISERT_PROTECTED; in isert_handle_prot_cmd()