Home
last modified time | relevance | path

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

/linux/sound/pci/asihpi/
H A Dhpi6205.c815 status->host_index = status->dsp_index; in outstream_host_buffer_allocate()
888 return status->size_in_bytes - (status->host_index - in outstream_get_space_available()
936 (status->host_index & (status->size_in_bytes - 1))); in outstream_write()
939 (status->host_index & (status->size_in_bytes - 1)), in outstream_write()
963 status->host_index += phm->u.d.u.data.data_size; in outstream_write()
1092 status->host_index = status->dsp_index; in instream_host_buffer_allocate()
1173 return status->dsp_index - status->host_index; in instream_get_bytes_available()
1214 (status->host_index & (status->size_in_bytes - 1))); in instream_read()
1218 (status->host_index & (status->size_in_bytes - 1)), in instream_read()
1224 status->host_index += phm->u.d.u.data.data_size; in instream_read()
H A Dhpi_internal.h618 u32 host_index; member
1373 u32 host_index; member
/linux/drivers/scsi/esas2r/
H A Datioctl.h502 u8 host_index; member
509 u8 host_index; member
518 u8 host_index; member
H A Desas2r_ioctl.c548 gsa->host_index = 0xFF; in csmi_ioctl_callback()
/linux/drivers/scsi/lpfc/
H A Dlpfc_mem.c751 rqb_entry->hrq->host_index, in lpfc_rq_buf_free()
754 rqb_entry->drq->host_index, in lpfc_rq_buf_free()
H A Dlpfc_sli.c270 uint32_t host_index; in lpfc_sli4_wq_put() local
280 temp_wqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_wq_put()
283 idx = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_wq_put()
290 if (!((q->host_index + 1) % q->notify_interval)) in lpfc_sli4_wq_put()
314 host_index = q->host_index; in lpfc_sli4_wq_put()
316 q->host_index = idx; in lpfc_sli4_wq_put()
337 host_index); in lpfc_sli4_wq_put()
391 temp_mqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_mq_put()
394 if (((q->host_index + 1) % q->entry_count) == q->hba_index) in lpfc_sli4_mq_put()
401 q->host_index = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_mq_put()
[all …]