Home
last modified time | relevance | path

Searched refs:HBQ_PutIdx (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c6446 hbq->HBQ_PutIdx = hbq->HBQ_numEntries - 1; in emlxs_hbq_setup()
6493 WRITE_SLIM_ADDR(hba, (volatile uint32_t *)ioa2, hbq->HBQ_PutIdx); in emlxs_hbq_setup()
6618 hbq->HBQ_PutIdx = in emlxs_update_HBQ_index()
6619 (hbq->HBQ_PutIdx + 1 >= in emlxs_update_HBQ_index()
6620 hbq->HBQ_numEntries) ? 0 : hbq->HBQ_PutIdx + 1; in emlxs_update_HBQ_index()
6622 if (hbq->HBQ_PutIdx == hbq->HBQ_GetIdx) { in emlxs_update_HBQ_index()
6629 if (hbq->HBQ_PutIdx == hbq->HBQ_GetIdx) { in emlxs_update_HBQ_index()
6636 status = hbq->HBQ_PutIdx; in emlxs_update_HBQ_index()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h357 uint32_t HBQ_PutIdx; /* HBQ slot to use */ member