Searched refs:hbqp (Results 1 – 1 of 1) sorted by relevance
2341 struct hbq_s *hbqp = &phba->hbqs[hbqno]; in lpfc_sli_next_hbq_slot() local2345 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx && in lpfc_sli_next_hbq_slot()2346 ++hbqp->next_hbqPutIdx >= hbqp->entry_count) in lpfc_sli_next_hbq_slot()2347 hbqp->next_hbqPutIdx = 0; in lpfc_sli_next_hbq_slot()2349 if (unlikely(hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)) { in lpfc_sli_next_hbq_slot()2353 hbqp->local_hbqGetIdx = getidx; in lpfc_sli_next_hbq_slot()2355 if (unlikely(hbqp->local_hbqGetIdx >= hbqp->entry_count)) { in lpfc_sli_next_hbq_slot()2359 hbqno, hbqp->local_hbqGetIdx, in lpfc_sli_next_hbq_slot()2360 hbqp->entry_count); in lpfc_sli_next_hbq_slot()2366 if (hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx) in lpfc_sli_next_hbq_slot()[all …]