Searched refs:hdr_rq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c5922 RQ_DESC_t *hdr_rq; local
6014 hdr_rq = &hba->sli.sli4.rq[hdr_rqi];
6020 cqe->Code, rqid, hdr_rqi, hdr_rq->host_index, status, hdr_size,
6023 hdr_rq->num_proc++;
6027 host_index = hdr_rq->host_index;
6028 hdr_rq->host_index++;
6030 if (hdr_rq->host_index >= hdr_rq->max_index) {
6031 hdr_rq->host_index = 0;
6033 data_rq->host_index = hdr_rq
[all...]

Completed in 54 milliseconds