Home
last modified time | relevance | path

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

/drivers/scsi/
Dsym53c416.c225 static int host_index = 0; variable
548 if(host_index >= MAXHOSTS) in sym53c416_setup()
559 for(i = 0; i < host_index && i >= 0; i++) in sym53c416_setup()
564 hosts[host_index].base = ints[1]; in sym53c416_setup()
565 hosts[host_index].irq = (ints[0] == 2)? ints[2] : 0; in sym53c416_setup()
566 host_index++; in sym53c416_setup()
681 for(count = 0, i = 0; i < host_index; i++) { in sym53c416_detect()
729 for(i = 0; i < host_index; i++) in sym53c416_info()
777 for(i = 0; i < host_index && scsi_id == -1; i++) in DEF_SCSI_QCMD()
/drivers/scsi/esas2r/
Datioctl.h502 u8 host_index; member
509 u8 host_index; member
518 u8 host_index; member
Desas2r_ioctl.c546 gsa->host_index = 0xFF; in csmi_ioctl_callback()
/drivers/scsi/lpfc/
Dlpfc_debugfs.c2044 qp->host_index, in lpfc_idiag_queinfo_read()
2075 qp->entry_size, qp->host_index, in lpfc_idiag_queinfo_read()
2107 qp->host_index, in lpfc_idiag_queinfo_read()
2141 qp->entry_size, qp->host_index, in lpfc_idiag_queinfo_read()
2166 qp->entry_size, qp->host_index, in lpfc_idiag_queinfo_read()
2196 qp->entry_size, qp->host_index, in lpfc_idiag_queinfo_read()
2228 qp->entry_size, qp->host_index, in lpfc_idiag_queinfo_read()
2261 qp->host_index, in lpfc_idiag_queinfo_read()
2274 qp->host_index, in lpfc_idiag_queinfo_read()
2305 qp->host_index, in lpfc_idiag_queinfo_read()
[all …]
Dlpfc_sli.c100 uint32_t host_index; in lpfc_sli4_wq_put() local
106 temp_wqe = q->qe[q->host_index].wqe; in lpfc_sli4_wq_put()
109 idx = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_wq_put()
116 if (!((q->host_index + 1) % q->entry_repost)) in lpfc_sli4_wq_put()
127 host_index = q->host_index; in lpfc_sli4_wq_put()
129 q->host_index = idx; in lpfc_sli4_wq_put()
135 bf_set(lpfc_wq_db_list_fm_index, &doorbell, host_index); in lpfc_sli4_wq_put()
198 temp_mqe = q->qe[q->host_index].mqe; in lpfc_sli4_mq_put()
201 if (((q->host_index + 1) % q->entry_count) == q->hba_index) in lpfc_sli4_mq_put()
208 q->host_index = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_mq_put()
[all …]
Dlpfc_debugfs.h353 q->host_index, q->hba_index); in lpfc_debug_dump_q()
Dlpfc_sli4.h142 uint32_t host_index; /* The host's index for putting or getting */ member