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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h199 uint32_t host_index; member in struct:FCIO_EQ_DESC
217 uint32_t host_index; member in struct:FCIO_CQ_DESC
237 uint32_t host_index; member in struct:FCIO_WQ_DESC
257 uint32_t host_index; member in struct:FCIO_RQ_DESC
H A Demlxs_fc.h1388 uint16_t host_index; member in struct:EQ_DESC
1405 uint16_t host_index; member in struct:CQ_DESC
1426 uint16_t host_index; member in struct:WQ_DESC
1443 uint16_t host_index; member in struct:RQ_DESC
1468 uint16_t host_index; member in struct:MQ_DESC
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c2905 next_wqe = wq->host_index + 1;
3059 wqeslot += wq->host_index;
3080 wqdb |= ((1 << 24) | (wq->host_index << 16));
3088 wq->host_index = next_wqe;
3594 iptr += (hba->sli.sli4.mq.host_index * MAILBOX_CMD_SLI4_WSIZE);
3595 hba->sli.sli4.mq.host_index++;
3596 if (hba->sli.sli4.mq.host_index >= hba->sli.sli4.mq.max_index) {
3597 hba->sli.sli4.mq.host_index = 0;
3695 iptr += (hba->sli.sli4.mq.host_index * MAILBOX_CMD_SLI4_WSIZE);
3696 hba->sli.sli4.mq.host_index
5930 uint32_t host_index; local
[all...]

Completed in 60 milliseconds