Searched refs:hbqp (Results 1 – 1 of 1) sorted by relevance
1941 struct hbq_s *hbqp = &phba->hbqs[hbqno]; in lpfc_sli_next_hbq_slot() local1945 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx && in lpfc_sli_next_hbq_slot()1946 ++hbqp->next_hbqPutIdx >= hbqp->entry_count) in lpfc_sli_next_hbq_slot()1947 hbqp->next_hbqPutIdx = 0; in lpfc_sli_next_hbq_slot()1949 if (unlikely(hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)) { in lpfc_sli_next_hbq_slot()1953 hbqp->local_hbqGetIdx = getidx; in lpfc_sli_next_hbq_slot()1955 if (unlikely(hbqp->local_hbqGetIdx >= hbqp->entry_count)) { in lpfc_sli_next_hbq_slot()1960 hbqno, hbqp->local_hbqGetIdx, in lpfc_sli_next_hbq_slot()1961 hbqp->entry_count); in lpfc_sli_next_hbq_slot()1967 if (hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx) in lpfc_sli_next_hbq_slot()[all …]