Lines Matching refs:hba_index
282 if (idx == q->hba_index) { in lpfc_sli4_wq_put()
365 q->hba_index = index; in lpfc_sli4_wq_release()
392 if (((q->host_index + 1) % q->entry_count) == q->hba_index) in lpfc_sli4_mq_put()
428 q->hba_index = ((q->hba_index + 1) % q->entry_count); in lpfc_sli4_mq_release()
818 if (((hq_put_index + 1) % hq->entry_count) == hq->hba_index) in lpfc_sli4_rq_put()
867 hq->hba_index = ((hq->hba_index + 1) % hq->entry_count); in lpfc_sli4_rq_release()
868 dq->hba_index = ((dq->hba_index + 1) % dq->entry_count); in lpfc_sli4_rq_release()
7838 hrq->hba_index, in lpfc_post_rq_buffer()
7841 drq->hba_index); in lpfc_post_rq_buffer()
9201 idx = mcq->hba_index; in lpfc_sli4_mbox_completions_pending()
9212 if (mcq->hba_index == idx) in lpfc_sli4_mbox_completions_pending()
16769 mq->hba_index = 0; in lpfc_mq_create()
17030 wq->hba_index = 0; in lpfc_wq_create()
17225 hrq->hba_index = 0; in lpfc_rq_create()
17318 drq->hba_index = 0; in lpfc_rq_create()
17477 hrq->hba_index = 0; in lpfc_mrq_create()
17486 drq->hba_index = 0; in lpfc_mrq_create()