Searched defs:cqid (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h242 uint32_t cqid; member in struct:FCIO_WQ_DESC
260 uint32_t cqid; member in struct:FCIO_RQ_DESC
H A Demlxs_fc.h1432 uint16_t cqid; member in struct:WQ_DESC
1446 uint16_t cqid; member in struct:RQ_DESC
1471 uint16_t cqid; member in struct:MQ_DESC
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c150 uint16_t cqid);
3061 wqe->CQId = wq->cqid;
6967 "EQE: CQIndex:%x cqid:%x", cqi, eqe.entry.CQId);
8463 hba->sli.sli4.wq[total_wq].cqid =
8480 hba->sli.sli4.wq[total_wq].cqid =
8495 hba->sli.sli4.rq[i].cqid =
8499 hba->sli.sli4.rq[i].cqid =
8503 hba->sli.sli4.rq[i].cqid = 0xffff;
8523 "RQ CREATE: rq[%d].qid=%d cqid=%d",
8524 i, hba->sli.sli4.rq[i].qid, hba->sli.sli4.rq[i].cqid);
9518 emlxs_sli4_cqid_to_index(emlxs_hba_t *hba, uint16_t cqid) argument
[all...]

Completed in 82 milliseconds