/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | hpi6205.c | 815 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 in instream_read() [all...] |
H A D | hpi_internal.h | 618 u32 host_index; member 1373 u32 host_index; member
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpi6205.c | 815 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 in instream_read() [all...] |
H A D | hpi_internal.h | 618 u32 host_index; member 1373 u32 host_index; member
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_mem.c | 728 rqb_entry->hrq->host_index, in lpfc_rq_buf_free() 731 rqb_entry->drq->host_index, in lpfc_rq_buf_free()
|
H A D | lpfc_sli.c | 144 uint32_t host_index; in lpfc_sli4_wq_put() local 153 temp_wqe = lpfc_sli4_qe(q, q->host_index); 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->notify_interval)) 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() 264 temp_mqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_mq_put() 267 if (((q->host_index in lpfc_sli4_mq_put() [all...] |
H A D | lpfc_debugfs.h | 391 "host_index:%d, port_index:%d]\n", in lpfc_debug_dump_q() 395 q->host_index, q->hba_index); in lpfc_debug_dump_q()
|
H A D | lpfc_sli4.h | 216 uint32_t host_index; /* The host's index for putting or getting */ member
|
H A D | lpfc_debugfs.c | 3876 qp->entry_size, qp->host_index, in __lpfc_idiag_print_wq() 3919 qp->entry_size, qp->host_index, in __lpfc_idiag_print_cq() 3946 qp->host_index, qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_rqpair() 3951 datqp->entry_size, datqp->host_index, in __lpfc_idiag_print_rqpair() 4018 qp->host_index, qp->notify_interval, in __lpfc_idiag_print_eq()
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | atioctl.h | 502 u8 host_index; member 509 u8 host_index; member 518 u8 host_index; member
|
H A D | esas2r_ioctl.c | 546 gsa->host_index = 0xFF; in csmi_ioctl_callback()
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | atioctl.h | 502 u8 host_index; member 509 u8 host_index; member 518 u8 host_index; member
|
H A D | esas2r_ioctl.c | 546 gsa->host_index = 0xFF; in csmi_ioctl_callback()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_mem.c | 744 rqb_entry->hrq->host_index, in lpfc_rq_buf_free() 747 rqb_entry->drq->host_index, in lpfc_rq_buf_free()
|
H A D | lpfc_sli.c | 268 uint32_t host_index; in lpfc_sli4_wq_put() local 278 temp_wqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_wq_put() 281 idx = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_wq_put() 288 if (!((q->host_index + 1) % q->notify_interval)) in lpfc_sli4_wq_put() 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() 389 temp_mqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_mq_put() 392 if (((q->host_index in lpfc_sli4_mq_put() [all...] |
H A D | lpfc_debugfs.h | 400 "host_index:%d, port_index:%d]\n", in lpfc_debug_dump_q() 404 q->host_index, q->hba_index); in lpfc_debug_dump_q()
|
H A D | lpfc_sli4.h | 216 uint32_t host_index; /* The host's index for putting or getting */ member
|
H A D | lpfc_debugfs.c | 3877 qp->entry_size, qp->host_index, in __lpfc_idiag_print_wq() 3920 qp->entry_size, qp->host_index, in __lpfc_idiag_print_cq() 3947 qp->host_index, qp->hba_index, qp->notify_interval); in __lpfc_idiag_print_rqpair() 3952 datqp->entry_size, datqp->host_index, in __lpfc_idiag_print_rqpair() 4019 qp->host_index, qp->notify_interval, in __lpfc_idiag_print_eq()
|
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | api_shell.c | 156 u8_t host_index; member 2201 if (lwip_strnicmp(inet_ntop(AF_INET6, &to.sin6_addr, buf, sizeof(buf)), argv[ping6_params.host_index], 2205 argv[ping6_params.host_index], buf, LWIP_PING6_STANDARD_PKT_SIZE); 2355 PRINTK("--- %s ping statistics ---\n", argv[ping6_params.host_index]); 2461 ping6_params->host_index = 0; 2561 /* Setting host_index to the index of argv[] where the host/IP is present */ 2563 ping6_params->host_index = (u8_t)(i);
|