Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/pci/asihpi/
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()
A Dhpi_internal.h618 u32 host_index; member
1373 u32 host_index; member
/linux-6.3-rc2/drivers/scsi/esas2r/
A Datioctl.h502 u8 host_index; member
509 u8 host_index; member
518 u8 host_index; member
A Desas2r_ioctl.c546 gsa->host_index = 0xFF; in csmi_ioctl_callback()
/linux-6.3-rc2/drivers/scsi/lpfc/
A Dlpfc_mem.c744 rqb_entry->hrq->host_index, in lpfc_rq_buf_free()
747 rqb_entry->drq->host_index, in lpfc_rq_buf_free()
A Dlpfc_sli.c268 uint32_t host_index; in lpfc_sli4_wq_put() local
312 host_index = q->host_index; in lpfc_sli4_wq_put()
314 q->host_index = idx; in lpfc_sli4_wq_put()
335 host_index); in lpfc_sli4_wq_put()
399 q->host_index = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_mq_put()
580 eq->host_index = ((eq->host_index + 1) % eq->entry_count); in __lpfc_sli4_consume_eqe()
715 cq->host_index = ((cq->host_index + 1) % cq->entry_count); in __lpfc_sli4_consume_cqe()
16147 eq->host_index = 0; in lpfc_eq_create()
16299 cq->host_index = 0; in lpfc_cq_create()
16768 mq->host_index = 0; in lpfc_mq_create()
[all …]
A Dlpfc_debugfs.h404 q->host_index, q->hba_index); in lpfc_debug_dump_q()
A Dlpfc_sli4.h216 uint32_t host_index; /* The host's index for putting or getting */ member
A Dlpfc_debugfs.c3870 qp->entry_size, qp->host_index, in __lpfc_idiag_print_wq()
3913 qp->entry_size, qp->host_index, in __lpfc_idiag_print_cq()
3940 qp->host_index, qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_rqpair()
3945 datqp->entry_size, datqp->host_index, in __lpfc_idiag_print_rqpair()
4012 qp->host_index, qp->notify_interval, in __lpfc_idiag_print_eq()

Completed in 74 milliseconds