Searched refs:hbqp (Results 1 – 1 of 1) sorted by relevance
2342 struct hbq_s *hbqp = &phba->hbqs[hbqno]; in lpfc_sli_next_hbq_slot() local2346 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->local_hbqGetIdx >= hbqp->entry_count)) { in lpfc_sli_next_hbq_slot()2360 hbqno, hbqp->local_hbqGetIdx, in lpfc_sli_next_hbq_slot()2361 hbqp->entry_count); in lpfc_sli_next_hbq_slot()2367 if (hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx) in lpfc_sli_next_hbq_slot()[all …]