Lines Matching refs:ind
532 desc->ind |= ISERT_PROT_KEY_VALID; in isert_create_pi_ctx()
546 desc->ind |= ISERT_SIG_KEY_VALID; in isert_create_pi_ctx()
547 desc->ind &= ~ISERT_PROTECTED; in isert_create_pi_ctx()
582 fr_desc->ind |= ISERT_DATA_KEY_VALID; in isert_create_fr_desc()
1728 if (wr->fr_desc->ind & ISERT_PROTECTED) { in isert_unreg_rdma()
1730 wr->fr_desc->ind &= ~ISERT_PROTECTED; in isert_unreg_rdma()
1906 if (wr->fr_desc && wr->fr_desc->ind & ISERT_PROTECTED) { in isert_completion_rdma_write()
1909 wr->fr_desc->ind &= ~ISERT_PROTECTED; in isert_completion_rdma_write()
1932 if (wr->fr_desc && wr->fr_desc->ind & ISERT_PROTECTED) { in isert_completion_rdma_read()
1935 wr->fr_desc->ind &= ~ISERT_PROTECTED; in isert_completion_rdma_read()
2576 enum isert_indicator ind, in isert_fast_reg_mr() argument
2597 if (ind == ISERT_DATA_KEY_VALID) { in isert_fast_reg_mr()
2615 if (!(fr_desc->ind & ind)) { in isert_fast_reg_mr()
2642 fr_desc->ind &= ~ind; in isert_fast_reg_mr()
2729 if (!(fr_desc->ind & ISERT_SIG_KEY_VALID)) { in isert_reg_sig_mr()
2755 fr_desc->ind &= ~ISERT_SIG_KEY_VALID; in isert_reg_sig_mr()
2823 wr->fr_desc->ind |= ISERT_PROTECTED; in isert_handle_prot_cmd()