hba_index        3677 drivers/scsi/lpfc/lpfc_debugfs.c 			qp->hba_index, qp->notify_interval);
hba_index        3746 drivers/scsi/lpfc/lpfc_debugfs.c 			qp->host_index, qp->hba_index, qp->notify_interval);
hba_index        3752 drivers/scsi/lpfc/lpfc_debugfs.c 			datqp->hba_index, datqp->notify_interval);
hba_index         396 drivers/scsi/lpfc/lpfc_debugfs.h 		q->host_index, q->hba_index);
hba_index         736 drivers/scsi/lpfc/lpfc_mem.c 				rqb_entry->hrq->hba_index,
hba_index         739 drivers/scsi/lpfc/lpfc_mem.c 				rqb_entry->drq->hba_index);
hba_index         155 drivers/scsi/lpfc/lpfc_sli.c 	if (idx == q->hba_index) {
hba_index         241 drivers/scsi/lpfc/lpfc_sli.c 	if (q->hba_index == index)
hba_index         244 drivers/scsi/lpfc/lpfc_sli.c 		q->hba_index = ((q->hba_index + 1) % q->entry_count);
hba_index         246 drivers/scsi/lpfc/lpfc_sli.c 	} while (q->hba_index != index);
hba_index         274 drivers/scsi/lpfc/lpfc_sli.c 	if (((q->host_index + 1) % q->entry_count) == q->hba_index)
hba_index         310 drivers/scsi/lpfc/lpfc_sli.c 	q->hba_index = ((q->hba_index + 1) % q->entry_count);
hba_index         676 drivers/scsi/lpfc/lpfc_sli.c 	if (((hq_put_index + 1) % hq->entry_count) == hq->hba_index)
hba_index         726 drivers/scsi/lpfc/lpfc_sli.c 	hq->hba_index = ((hq->hba_index + 1) % hq->entry_count);
hba_index         727 drivers/scsi/lpfc/lpfc_sli.c 	dq->hba_index = ((dq->hba_index + 1) % dq->entry_count);
hba_index        7134 drivers/scsi/lpfc/lpfc_sli.c 					hrq->hba_index,
hba_index        7137 drivers/scsi/lpfc/lpfc_sli.c 					drq->hba_index);
hba_index        7830 drivers/scsi/lpfc/lpfc_sli.c 	idx = mcq->hba_index;
hba_index        7841 drivers/scsi/lpfc/lpfc_sli.c 		if (mcq->hba_index == idx)
hba_index        15458 drivers/scsi/lpfc/lpfc_sli.c 	mq->hba_index = 0;
hba_index        15723 drivers/scsi/lpfc/lpfc_sli.c 	wq->hba_index = 0;
hba_index        15917 drivers/scsi/lpfc/lpfc_sli.c 	hrq->hba_index = 0;
hba_index        16010 drivers/scsi/lpfc/lpfc_sli.c 	drq->hba_index = 0;
hba_index        16168 drivers/scsi/lpfc/lpfc_sli.c 		hrq->hba_index = 0;
hba_index        16177 drivers/scsi/lpfc/lpfc_sli.c 		drq->hba_index = 0;
hba_index         199 drivers/scsi/lpfc/lpfc_sli4.h 	uint32_t hba_index;	/* The last known hba index for get or put */
hba_index         736 drivers/target/target_core_device.c 	dev->hba_index = hba->hba_index;
hba_index         123 drivers/target/target_core_hba.c 	hba->hba_index = scsi_get_new_index(SCSI_INST_INDEX);
hba_index          55 drivers/target/target_core_stat.c 	return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index);
hba_index         105 drivers/target/target_core_stat.c 	return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index);
hba_index         203 drivers/target/target_core_stat.c 	return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index);
hba_index         433 drivers/target/target_core_stat.c 		ret = snprintf(page, PAGE_SIZE, "%u\n", dev->hba_index);
hba_index         537 drivers/target/target_core_stat.c 		ret = snprintf(page, PAGE_SIZE, "%u\n", dev->hba_index);
hba_index         721 drivers/target/target_core_stat.c 		ret = snprintf(page, PAGE_SIZE, "%u\n", dev->hba_index);
hba_index         833 include/target/target_core_base.h 	u32			hba_index;
hba_index         844 include/target/target_core_base.h 	u32			hba_index;