Lines Matching refs:ind
484 desc->ind |= ISERT_PROT_KEY_VALID; in isert_create_pi_ctx()
498 desc->ind |= ISERT_SIG_KEY_VALID; in isert_create_pi_ctx()
499 desc->ind &= ~ISERT_PROTECTED; in isert_create_pi_ctx()
534 fr_desc->ind |= ISERT_DATA_KEY_VALID; in isert_create_fr_desc()
1708 if (wr->fr_desc->ind & ISERT_PROTECTED) { in isert_unreg_rdma()
1710 wr->fr_desc->ind &= ~ISERT_PROTECTED; in isert_unreg_rdma()
1881 if (wr->fr_desc && wr->fr_desc->ind & ISERT_PROTECTED) { in isert_completion_rdma_write()
1884 wr->fr_desc->ind &= ~ISERT_PROTECTED; in isert_completion_rdma_write()
1907 if (wr->fr_desc && wr->fr_desc->ind & ISERT_PROTECTED) { in isert_completion_rdma_read()
1910 wr->fr_desc->ind &= ~ISERT_PROTECTED; in isert_completion_rdma_read()
2667 enum isert_indicator ind, in isert_fast_reg_mr() argument
2689 if (ind == ISERT_DATA_KEY_VALID) { in isert_fast_reg_mr()
2707 if (!(fr_desc->ind & ISERT_DATA_KEY_VALID)) { in isert_fast_reg_mr()
2740 fr_desc->ind &= ~ind; in isert_fast_reg_mr()
2829 if (!(fr_desc->ind & ISERT_SIG_KEY_VALID)) { in isert_reg_sig_mr()
2861 fr_desc->ind &= ~ISERT_SIG_KEY_VALID; in isert_reg_sig_mr()
2929 wr->fr_desc->ind |= ISERT_PROTECTED; in isert_handle_prot_cmd()