Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/asihpi/
Dhpi6205.c826 status->host_index = status->dsp_index; in outstream_host_buffer_allocate()
899 return status->size_in_bytes - (status->host_index - in outstream_get_space_available()
947 (status->host_index & (status->size_in_bytes - 1))); in outstream_write()
950 (status->host_index & (status->size_in_bytes - 1)), in outstream_write()
974 status->host_index += phm->u.d.u.data.data_size; in outstream_write()
1103 status->host_index = status->dsp_index; in instream_host_buffer_allocate()
1184 return status->dsp_index - status->host_index; in instream_get_bytes_available()
1225 (status->host_index & (status->size_in_bytes - 1))); in instream_read()
1229 (status->host_index & (status->size_in_bytes - 1)), in instream_read()
1235 status->host_index += phm->u.d.u.data.data_size; in instream_read()
Dhpi_internal.h629 u32 host_index; member
1384 u32 host_index; member
/Linux-v4.19/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()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_mem.c762 rqb_entry->hrq->host_index, in lpfc_rq_buf_free()
765 rqb_entry->drq->host_index, in lpfc_rq_buf_free()
Dlpfc_sli.c144 uint32_t host_index; in lpfc_sli4_wq_put() local
153 temp_wqe = q->qe[q->host_index].wqe; in lpfc_sli4_wq_put()
156 idx = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_wq_put()
163 if (!((q->host_index + 1) % q->entry_repost)) in lpfc_sli4_wq_put()
187 host_index = q->host_index; in lpfc_sli4_wq_put()
189 q->host_index = idx; in lpfc_sli4_wq_put()
210 host_index); in lpfc_sli4_wq_put()
273 temp_mqe = q->qe[q->host_index].mqe; in lpfc_sli4_mq_put()
276 if (((q->host_index + 1) % q->entry_count) == q->hba_index) in lpfc_sli4_mq_put()
283 q->host_index = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_mq_put()
[all …]
Dlpfc_debugfs.h391 q->host_index, q->hba_index); in lpfc_debug_dump_q()
Dlpfc_sli4.h165 uint32_t host_index; /* The host's index for putting or getting */ member
Dlpfc_debugfs.c3169 qp->entry_size, qp->host_index, in __lpfc_idiag_print_wq()
3220 qp->entry_size, qp->host_index, in __lpfc_idiag_print_cq()
3246 qp->host_index, qp->hba_index, qp->entry_repost); in __lpfc_idiag_print_rqpair()
3251 datqp->entry_size, datqp->host_index, in __lpfc_idiag_print_rqpair()
3341 qp->host_index, qp->hba_index, qp->entry_repost); in __lpfc_idiag_print_eq()