Home
last modified time | relevance | path

Searched refs:hba_index (Results 1 – 7 of 7) sorted by relevance

/drivers/target/
Dtarget_core_stat.c68 return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index); in target_stat_inst_show()
118 return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index); in target_stat_tgt_inst_show()
198 return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index); in target_stat_lu_inst_show()
445 ret = snprintf(page, PAGE_SIZE, "%u\n", dev->hba_index); in target_stat_port_inst_show()
549 ret = snprintf(page, PAGE_SIZE, "%u\n", dev->hba_index); in target_stat_tgt_port_inst_show()
733 ret = snprintf(page, PAGE_SIZE, "%u\n", dev->hba_index); in target_stat_transport_inst_show()
Dtarget_core_hba.c136 hba->hba_index = scsi_get_new_index(SCSI_INST_INDEX); in core_alloc_hba()
Dtarget_core_device.c776 dev->hba_index = hba->hba_index; in target_alloc_device()
/drivers/scsi/lpfc/
Dlpfc_debugfs.c2045 qp->hba_index); in lpfc_idiag_queinfo_read()
2076 qp->hba_index); in lpfc_idiag_queinfo_read()
2108 qp->hba_index); in lpfc_idiag_queinfo_read()
2142 qp->hba_index); in lpfc_idiag_queinfo_read()
2167 qp->hba_index); in lpfc_idiag_queinfo_read()
2197 qp->hba_index); in lpfc_idiag_queinfo_read()
2229 qp->hba_index); in lpfc_idiag_queinfo_read()
2262 qp->hba_index); in lpfc_idiag_queinfo_read()
2275 qp->hba_index); in lpfc_idiag_queinfo_read()
2306 qp->hba_index); in lpfc_idiag_queinfo_read()
[all …]
Dlpfc_sli.c110 if (idx == q->hba_index) { in lpfc_sli4_wq_put()
168 if (q->hba_index == index) in lpfc_sli4_wq_release()
171 q->hba_index = ((q->hba_index + 1) % q->entry_count); in lpfc_sli4_wq_release()
173 } while (q->hba_index != index); in lpfc_sli4_wq_release()
201 if (((q->host_index + 1) % q->entry_count) == q->hba_index) in lpfc_sli4_mq_put()
237 q->hba_index = ((q->hba_index + 1) % q->entry_count); in lpfc_sli4_mq_release()
259 eqe = q->qe[q->hba_index].eqe; in lpfc_sli4_eq_get()
265 idx = ((q->hba_index + 1) % q->entry_count); in lpfc_sli4_eq_get()
269 q->hba_index = idx; in lpfc_sli4_eq_get()
329 while (q->hba_index != q->host_index) { in lpfc_sli4_eq_release()
[all …]
Dlpfc_debugfs.h353 q->host_index, q->hba_index); in lpfc_debug_dump_q()
Dlpfc_sli4.h143 uint32_t hba_index; /* The last known hba index for get or put */ member