Home
last modified time | relevance | path

Searched refs:next_hbqPutIdx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc.h767 uint32_t next_hbqPutIdx; /* Index to next HBQ slot to use */ member
H A Dlpfc_sli.c2353 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx && in lpfc_sli_next_hbq_slot()
2354 ++hbqp->next_hbqPutIdx >= hbqp->entry_count) in lpfc_sli_next_hbq_slot()
2355 hbqp->next_hbqPutIdx = 0; in lpfc_sli_next_hbq_slot()
2357 if (unlikely(hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)) { in lpfc_sli_next_hbq_slot()
2374 if (hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx) in lpfc_sli_next_hbq_slot()
2468 hbqp->hbqPutIdx = hbqp->next_hbqPutIdx; in lpfc_sli_hbq_to_firmware_s3()
5507 phba->hbqs[hbqno].next_hbqPutIdx = 0; in lpfc_sli_hbq_setup()