Home
last modified time | relevance | path

Searched refs:hba_index (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_stat.c55 return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index); in target_stat_inst_show()
105 return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index); in target_stat_tgt_inst_show()
203 return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index); in target_stat_lu_inst_show()
433 ret = snprintf(page, PAGE_SIZE, "%u\n", dev->hba_index); in target_stat_port_inst_show()
537 ret = snprintf(page, PAGE_SIZE, "%u\n", dev->hba_index); in target_stat_tgt_port_inst_show()
721 ret = snprintf(page, PAGE_SIZE, "%u\n", dev->hba_index); in target_stat_transport_inst_show()
H A Dtarget_core_hba.c123 hba->hba_index = scsi_get_new_index(SCSI_INST_INDEX); in core_alloc_hba()
H A Dtarget_core_device.c749 dev->hba_index = hba->hba_index; in target_alloc_device()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_stat.c52 return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index); in target_stat_inst_show()
102 return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index); in target_stat_tgt_inst_show()
200 return snprintf(page, PAGE_SIZE, "%u\n", hba->hba_index); in target_stat_lu_inst_show()
430 ret = snprintf(page, PAGE_SIZE, "%u\n", dev->hba_index); in target_stat_port_inst_show()
534 ret = snprintf(page, PAGE_SIZE, "%u\n", dev->hba_index); in target_stat_tgt_port_inst_show()
718 ret = snprintf(page, PAGE_SIZE, "%u\n", dev->hba_index); in target_stat_transport_inst_show()
H A Dtarget_core_hba.c123 hba->hba_index = scsi_get_new_index(SCSI_INST_INDEX); in core_alloc_hba()
H A Dtarget_core_device.c715 dev->hba_index = hba->hba_index; in target_alloc_device()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_mem.c729 rqb_entry->hrq->hba_index, in lpfc_rq_buf_free()
732 rqb_entry->drq->hba_index); in lpfc_rq_buf_free()
H A Dlpfc_debugfs.h395 q->host_index, q->hba_index); in lpfc_debug_dump_q()
H A Dlpfc_sli4.h217 uint32_t hba_index; /* The last known hba index for get or put */ member
H A Dlpfc_sli.c157 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 in lpfc_sli4_rq_release()
[all...]
H A Dlpfc_debugfs.c3877 qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_wq()
3946 qp->host_index, qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_rqpair()
3952 datqp->hba_index, datqp->notify_interval); in __lpfc_idiag_print_rqpair()
/kernel/linux/linux-5.10/include/target/
H A Dtarget_core_base.h849 u32 hba_index; member
863 u32 hba_index; member
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_mem.c745 rqb_entry->hrq->hba_index, in lpfc_rq_buf_free()
748 rqb_entry->drq->hba_index); in lpfc_rq_buf_free()
H A Dlpfc_debugfs.h404 q->host_index, q->hba_index); in lpfc_debug_dump_q()
H A Dlpfc_sli4.h217 uint32_t hba_index; /* The last known hba index for get or put */ member
H A Dlpfc_sli.c282 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 in lpfc_sli4_rq_release()
[all...]
H A Dlpfc_debugfs.c3878 qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_wq()
3947 qp->host_index, qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_rqpair()
3953 datqp->hba_index, datqp->notify_interval); in __lpfc_idiag_print_rqpair()
/kernel/linux/linux-6.6/include/target/
H A Dtarget_core_base.h867 u32 hba_index; member
897 u32 hba_index; member

Completed in 51 milliseconds