Searched refs:hba_index (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/target/ |
| D | target_core_stat.c | 55 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()
|
| D | target_core_hba.c | 123 hba->hba_index = scsi_get_new_index(SCSI_INST_INDEX); in core_alloc_hba()
|
| D | target_core_device.c | 736 dev->hba_index = hba->hba_index; in target_alloc_device()
|
| /Linux-v5.4/drivers/scsi/lpfc/ |
| D | lpfc_mem.c | 736 rqb_entry->hrq->hba_index, in lpfc_rq_buf_free() 739 rqb_entry->drq->hba_index); in lpfc_rq_buf_free()
|
| D | lpfc_debugfs.h | 396 q->host_index, q->hba_index); in lpfc_debug_dump_q()
|
| D | lpfc_sli.c | 155 if (idx == q->hba_index) { in lpfc_sli4_wq_put() 241 if (q->hba_index == index) in lpfc_sli4_wq_release() 244 q->hba_index = ((q->hba_index + 1) % q->entry_count); in lpfc_sli4_wq_release() 246 } while (q->hba_index != index); in lpfc_sli4_wq_release() 274 if (((q->host_index + 1) % q->entry_count) == q->hba_index) in lpfc_sli4_mq_put() 310 q->hba_index = ((q->hba_index + 1) % q->entry_count); in lpfc_sli4_mq_release() 675 if (((hq_put_index + 1) % hq->entry_count) == hq->hba_index) in lpfc_sli4_rq_put() 725 hq->hba_index = ((hq->hba_index + 1) % hq->entry_count); in lpfc_sli4_rq_release() 726 dq->hba_index = ((dq->hba_index + 1) % dq->entry_count); in lpfc_sli4_rq_release() 7124 hrq->hba_index, in lpfc_post_rq_buffer() [all …]
|
| D | lpfc_sli4.h | 182 uint32_t hba_index; /* The last known hba index for get or put */ member
|
| D | lpfc_debugfs.c | 3677 qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_wq() 3746 qp->host_index, qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_rqpair() 3752 datqp->hba_index, datqp->notify_interval); in __lpfc_idiag_print_rqpair()
|
| /Linux-v5.4/include/target/ |
| D | target_core_base.h | 833 u32 hba_index; member 844 u32 hba_index; member
|