Searched refs:hbqp (Results 1 – 1 of 1) sorted by relevance
2320 struct hbq_s *hbqp = &phba->hbqs[hbqno]; in lpfc_sli_next_hbq_slot() local2324 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx && in lpfc_sli_next_hbq_slot()2325 ++hbqp->next_hbqPutIdx >= hbqp->entry_count) in lpfc_sli_next_hbq_slot()2326 hbqp->next_hbqPutIdx = 0; in lpfc_sli_next_hbq_slot()2328 if (unlikely(hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)) { in lpfc_sli_next_hbq_slot()2332 hbqp->local_hbqGetIdx = getidx; in lpfc_sli_next_hbq_slot()2334 if (unlikely(hbqp->local_hbqGetIdx >= hbqp->entry_count)) { in lpfc_sli_next_hbq_slot()2338 hbqno, hbqp->local_hbqGetIdx, in lpfc_sli_next_hbq_slot()2339 hbqp->entry_count); in lpfc_sli_next_hbq_slot()2345 if (hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx) in lpfc_sli_next_hbq_slot()[all …]