Lines Matching defs:cid

261 	inv_tbl.cid = beiscsi_conn->beiscsi_conn_cid;
352 inv_tbl->tbl[nents].cid = beiscsi_conn->beiscsi_conn_cid;
373 "BM_%d : cid %u scmds invalidation failed\n",
996 * @cid: The cid to use for allocation
1001 struct wrb_handle *alloc_wrb_handle(struct beiscsi_hba *phba, unsigned int cid,
1006 uint16_t cri_index = BE_GET_CRI_FROM_CID(cid);
1237 uint16_t wrb_index, cid, cri_index;
1247 cid = AMAP_GET_BITS(struct amap_it_dmsg_cqe,
1248 cid, psol);
1252 cid = AMAP_GET_BITS(struct amap_it_dmsg_cqe_v2,
1253 cid, psol);
1256 cri_index = BE_GET_CRI_FROM_CID(cid);
1300 csol_cqe->cid = AMAP_GET_BITS(struct amap_sol_cqe,
1301 cid, psol);
1317 csol_cqe->cid = AMAP_GET_BITS(struct amap_sol_cqe_v2,
1318 cid, psol);
1359 cri_index = BE_GET_CRI_FROM_CID(csol_cqe.cid);
1407 csol_cqe.cid);
1504 u16 cid, code, ci, cri;
1508 cid = beiscsi_conn->beiscsi_conn_cid;
1509 cri = BE_GET_ASYNC_CRI_FROM_CID(cid);
1566 "BM_%d : cid %u async PDU handle mismatch - addr in %cQE %llx at %u:addr in CQE %llx ci %u\n",
1567 cid, pasync_handle->is_header ? 'H' : 'D',
1585 "BM_%d : cid %d async PDU handle in use - code %d ci %d addr %llx\n",
1586 cid, code, ci, phys_addr.u.a64.address);
1642 "BM_%d : cid %u %p fwd async PDU opcode %x with last handle missing - HL%u:DN%u:DR%u\n",
1710 "BM_%d : cid %u async PDU %s - def-%c:HL%u:DN%u:DR%u\n",
1872 unsigned short code = 0, cid = 0;
1895 cid = AMAP_GET_BITS(struct amap_sol_cqe, cid, sol);
1900 cid = AMAP_GET_BITS(
1902 cid, sol);
1904 cid = AMAP_GET_BITS(struct amap_sol_cqe_v2,
1905 cid, sol);
1908 cri_index = BE_GET_CRI_FROM_CID(cid);
1917 "BM_%d : proc cqe of disconn ep: cid %d\n",
1918 cid);
1940 cqe_desc[code], code, cid);
1948 cqe_desc[code], code, cid);
1959 cqe_desc[code], code, cid);
1972 cqe_desc[code], code, cid);
1979 cqe_desc[code], code, cid);
1991 cqe_desc[code], code, cid);
1997 cqe_desc[code], code, cid);
2022 cqe_desc[code], code, cid);
2031 code, cid);
3439 BE_SET_CID_TO_CRI(i, pwrb_context->cid);
3814 phwi_ctrlr->wrb_context[cri].cid] =
4059 phba->phwi_ctrlr->wrb_context[i].cid;
4640 unsigned int cid;
4644 cid = beiscsi_conn->beiscsi_conn_cid;
4741 doorbell |= cid & DB_WRB_POST_CID_MASK;