Searched refs:cri_index (Results 1 – 3 of 3) sorted by relevance
170 uint16_t cri_index = BE_GET_CRI_FROM_CID(cid); in beiscsi_bindconn_cid() local172 if (phba->conn_table[cri_index]) { in beiscsi_bindconn_cid()180 cri_index, beiscsi_conn); in beiscsi_bindconn_cid()182 phba->conn_table[cri_index] = beiscsi_conn; in beiscsi_bindconn_cid()1049 uint16_t cri_index = BE_GET_CRI_FROM_CID(cid); in beiscsi_put_cid() local1052 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in beiscsi_put_cid()1337 uint16_t cri_index = BE_GET_CRI_FROM_CID(cid); in beiscsi_unbind_conn_to_cid() local1339 if (phba->conn_table[cri_index]) in beiscsi_unbind_conn_to_cid()1340 phba->conn_table[cri_index] = NULL; in beiscsi_unbind_conn_to_cid()
1197 uint16_t cri_index = BE_GET_CRI_FROM_CID(cid); in alloc_wrb_handle() local1200 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in alloc_wrb_handle()1421 uint16_t wrb_index, cid, cri_index; in hwi_complete_drvr_msgs() local1436 cri_index = BE_GET_CRI_FROM_CID(cid); in hwi_complete_drvr_msgs()1437 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in hwi_complete_drvr_msgs()1532 uint16_t cri_index = 0; in hwi_complete_cmd() local1539 cri_index = BE_GET_CRI_FROM_CID(csol_cqe.cid); in hwi_complete_cmd()1540 pwrb_context = &phwi_ctrlr->wrb_context[cri_index]; in hwi_complete_cmd()1860 uint16_t cri_index = BE_GET_CRI_FROM_CID( in hwi_flush_default_pdu_buffer() local1866 cri_index)); in hwi_flush_default_pdu_buffer()[all …]
382 #define BE_SET_CID_TO_CRI(cri_index, cid) \ argument383 (phba->cid_to_cri_map[cid] = cri_index)