Searched refs:hba_index (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/target/ |
A D | target_core_stat.c | 52 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()
|
A D | target_core_hba.c | 123 hba->hba_index = scsi_get_new_index(SCSI_INST_INDEX); in core_alloc_hba()
|
A D | target_core_device.c | 761 dev->hba_index = hba->hba_index; in target_alloc_device()
|
/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc_mem.c | 745 rqb_entry->hrq->hba_index, in lpfc_rq_buf_free() 748 rqb_entry->drq->hba_index); in lpfc_rq_buf_free()
|
A D | lpfc_debugfs.h | 404 q->host_index, q->hba_index); in lpfc_debug_dump_q()
|
A D | lpfc_sli.c | 365 q->hba_index = index; in lpfc_sli4_wq_release() 428 q->hba_index = ((q->hba_index + 1) % q->entry_count); in lpfc_sli4_mq_release() 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() 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() [all …]
|
A D | lpfc_sli4.h | 217 uint32_t hba_index; /* The last known hba index for get or put */ member
|
A D | lpfc_debugfs.c | 3871 qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_wq() 3940 qp->host_index, qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_rqpair() 3946 datqp->hba_index, datqp->notify_interval); in __lpfc_idiag_print_rqpair()
|
/linux-6.3-rc2/include/target/ |
A D | target_core_base.h | 866 u32 hba_index; member 894 u32 hba_index; member
|
Completed in 79 milliseconds