Home
last modified time | relevance | path

Searched refs:host_stats (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.c169 struct ia_css_dvs2_statistics *host_stats, in ia_css_get_dvs2_statistics() argument
174 IA_CSS_ENTER("host_stats=%p, isp_stats=%p", host_stats, isp_stats); in ia_css_get_dvs2_statistics()
176 assert(host_stats); in ia_css_get_dvs2_statistics()
183 ia_css_translate_dvs2_statistics(host_stats, map); in ia_css_get_dvs2_statistics()
197 struct ia_css_dvs2_statistics *host_stats, in ia_css_translate_dvs2_statistics() argument
204 assert(host_stats); in ia_css_translate_dvs2_statistics()
205 assert(host_stats->hor_prod.odd_real); in ia_css_translate_dvs2_statistics()
206 assert(host_stats->hor_prod.odd_imag); in ia_css_translate_dvs2_statistics()
207 assert(host_stats->hor_prod.even_real); in ia_css_translate_dvs2_statistics()
208 assert(host_stats->hor_prod.even_imag); in ia_css_translate_dvs2_statistics()
[all …]
/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
H A Dia_css_sdis.host.c232 struct ia_css_dvs_statistics *host_stats, in ia_css_get_dvs_statistics() argument
238 IA_CSS_ENTER("host_stats=%p, isp_stats=%p", host_stats, isp_stats); in ia_css_get_dvs_statistics()
240 assert(host_stats); in ia_css_get_dvs_statistics()
246 ia_css_translate_dvs_statistics(host_stats, map); in ia_css_get_dvs_statistics()
259 struct ia_css_dvs_statistics *host_stats, in ia_css_translate_dvs_statistics() argument
265 assert(host_stats); in ia_css_translate_dvs_statistics()
266 assert(host_stats->hor_proj); in ia_css_translate_dvs_statistics()
267 assert(host_stats->ver_proj); in ia_css_translate_dvs_statistics()
273 host_stats->hor_proj, host_stats->ver_proj, in ia_css_translate_dvs_statistics()
276 hor_num_isp = host_stats->grid.aligned_height; in ia_css_translate_dvs_statistics()
[all …]
/linux/drivers/scsi/elx/efct/
H A Defct_xport.c129 result->stats.host_stats.transmit_kbyte_count = in efct_xport_host_stats_cb()
131 result->stats.host_stats.receive_kbyte_count = in efct_xport_host_stats_cb()
133 result->stats.host_stats.transmit_frame_count = in efct_xport_host_stats_cb()
135 result->stats.host_stats.receive_frame_count = in efct_xport_host_stats_cb()
167 result->stats.host_stats.transmit_kbyte_count = in efct_xport_async_host_stats_cb()
169 result->stats.host_stats.receive_kbyte_count = in efct_xport_async_host_stats_cb()
171 result->stats.host_stats.transmit_frame_count = in efct_xport_async_host_stats_cb()
173 result->stats.host_stats.receive_frame_count = in efct_xport_async_host_stats_cb()
833 stats.stats.host_stats.transmit_kbyte_count * 256; in efct_get_stats()
836 stats.stats.host_stats.receive_kbyte_count * 256; in efct_get_stats()
[all …]
H A Defct_xport.h97 struct efct_xport_host_stats host_stats; member
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_dvs.c262 union ia_css_dvs_statistics_host *host_stats, in ia_css_dvs_statistics_get() argument
266 ia_css_get_dvs_statistics(host_stats->p_dvs_statistics_host, in ia_css_dvs_statistics_get()
269 ia_css_get_dvs2_statistics(host_stats->p_dvs2_statistics_host, in ia_css_dvs_statistics_get()
H A Dsh_css_params.c1478 struct ia_css_3a_statistics *host_stats, in ia_css_translate_3a_statistics() argument
1482 if (host_stats->grid.use_dmem) { in ia_css_translate_3a_statistics()
1484 ia_css_s3a_dmem_decode(host_stats, isp_stats->dmem_stats); in ia_css_translate_3a_statistics()
1487 ia_css_s3a_vmem_decode(host_stats, isp_stats->vmem_stats_hi, in ia_css_translate_3a_statistics()
1491 ia_css_s3a_hmem_decode(host_stats, isp_stats->hmem_stats); in ia_css_translate_3a_statistics()
1555 ia_css_get_3a_statistics(struct ia_css_3a_statistics *host_stats, in ia_css_get_3a_statistics() argument
1561 IA_CSS_ENTER("host_stats=%p, isp_stats=%p", host_stats, isp_stats); in ia_css_get_3a_statistics()
1563 assert(host_stats); in ia_css_get_3a_statistics()
1569 ia_css_translate_3a_statistics(host_stats, map); in ia_css_get_3a_statistics()
/linux/drivers/scsi/fnic/
H A Dfnic_stats.h162 struct fc_host_statistics host_stats; member
/linux/drivers/scsi/libfc/
H A Dfc_rport.c1668 hst = &lport->host_stats; in fc_rport_recv_rls_req()
H A Dfc_lport.c307 fc_stats = &lport->host_stats; in fc_get_host_stats()
H A Dfc_exch.c2367 st = &lport->host_stats; in fc_exch_update_stats()