Lines Matching refs:hba_index
157 if (idx == q->hba_index) { in lpfc_sli4_wq_put()
240 q->hba_index = index; in lpfc_sli4_wq_release()
267 if (((q->host_index + 1) % q->entry_count) == q->hba_index) in lpfc_sli4_mq_put()
303 q->hba_index = ((q->hba_index + 1) % q->entry_count); in lpfc_sli4_mq_release()
693 if (((hq_put_index + 1) % hq->entry_count) == hq->hba_index) in lpfc_sli4_rq_put()
742 hq->hba_index = ((hq->hba_index + 1) % hq->entry_count); in lpfc_sli4_rq_release()
743 dq->hba_index = ((dq->hba_index + 1) % dq->entry_count); in lpfc_sli4_rq_release()
7276 hrq->hba_index, in lpfc_post_rq_buffer()
7279 drq->hba_index); in lpfc_post_rq_buffer()
8064 idx = mcq->hba_index; in lpfc_sli4_mbox_completions_pending()
8075 if (mcq->hba_index == idx) in lpfc_sli4_mbox_completions_pending()
15828 mq->hba_index = 0; in lpfc_mq_create()
16095 wq->hba_index = 0; in lpfc_wq_create()
16290 hrq->hba_index = 0; in lpfc_rq_create()
16383 drq->hba_index = 0; in lpfc_rq_create()
16542 hrq->hba_index = 0; in lpfc_mrq_create()
16551 drq->hba_index = 0; in lpfc_mrq_create()