Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_sli.c1947 struct hbq_s *hbqp = &phba->hbqs[hbqno]; in lpfc_sli_next_hbq_slot() local
1951 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx && in lpfc_sli_next_hbq_slot()
1952 ++hbqp->next_hbqPutIdx >= hbqp->entry_count) in lpfc_sli_next_hbq_slot()
1953 hbqp->next_hbqPutIdx = 0; in lpfc_sli_next_hbq_slot()
1955 if (unlikely(hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)) { in lpfc_sli_next_hbq_slot()
1959 hbqp->local_hbqGetIdx = getidx; in lpfc_sli_next_hbq_slot()
1961 if (unlikely(hbqp in lpfc_sli_next_hbq_slot()
2057 struct hbq_s *hbqp = &phba->hbqs[hbqno]; lpfc_sli_hbq_to_firmware_s3() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_sli.c2342 struct hbq_s *hbqp = &phba->hbqs[hbqno]; in lpfc_sli_next_hbq_slot() local
2346 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx && in lpfc_sli_next_hbq_slot()
2347 ++hbqp->next_hbqPutIdx >= hbqp->entry_count) in lpfc_sli_next_hbq_slot()
2348 hbqp->next_hbqPutIdx = 0; in lpfc_sli_next_hbq_slot()
2350 if (unlikely(hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)) { in lpfc_sli_next_hbq_slot()
2354 hbqp->local_hbqGetIdx = getidx; in lpfc_sli_next_hbq_slot()
2356 if (unlikely(hbqp in lpfc_sli_next_hbq_slot()
2452 struct hbq_s *hbqp = &phba->hbqs[hbqno]; lpfc_sli_hbq_to_firmware_s3() local
[all...]

Completed in 21 milliseconds