Home
last modified time | relevance | path

Searched refs:fhs (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/csiostor/
H A Dcsio_attr.c333 struct fc_host_statistics *fhs = &ln->fch_stats; in csio_get_stats() local
340 fhs->tx_frames += (be64_to_cpu(fcoe_port_stats.tx_bcast_frames) + in csio_get_stats()
344 fhs->tx_words += (be64_to_cpu(fcoe_port_stats.tx_bcast_bytes) + in csio_get_stats()
349 fhs->rx_frames += (be64_to_cpu(fcoe_port_stats.rx_bcast_frames) + in csio_get_stats()
352 fhs->rx_words += (be64_to_cpu(fcoe_port_stats.rx_bcast_bytes) + in csio_get_stats()
356 fhs->error_frames += be64_to_cpu(fcoe_port_stats.rx_err_frames); in csio_get_stats()
357 fhs->fcp_input_requests += ln->stats.n_input_requests; in csio_get_stats()
358 fhs->fcp_output_requests += ln->stats.n_output_requests; in csio_get_stats()
359 fhs->fcp_control_requests += ln->stats.n_control_requests; in csio_get_stats()
360 fhs in csio_get_stats()
[all...]
/linux/drivers/media/cec/core/
H A Dcec-core.c157 list_for_each_entry(fh, &devnode->fhs, list) in cec_devnode_unregister()
262 INIT_LIST_HEAD(&adap->devnode.fhs); in cec_allocate_adapter()
H A Dcec-adap.c145 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_event()
162 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_pin_cec_event()
180 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_pin_hpd_event()
196 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_pin_5v_event()
271 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_msg_monitor()
287 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_msg_followers()
H A Dcec-api.c620 list_add(&fh->list, &devnode->fhs); in cec_open()
/linux/Documentation/admin-guide/
H A Ddevices.rst19 Standard (FHS). The FHS is available from https://www.pathname.com/fhs/.