Searched refs:fhs (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_attr.c | 333 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->fcp_input_megabytes += ln->stats.n_input_bytes >> 20; in csio_get_stats() [all …]
|
/Linux-v4.19/drivers/media/cec/ |
D | cec-adap.c | 139 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_event() 156 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_pin_cec_event() 173 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_pin_hpd_event() 189 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_pin_5v_event() 264 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_msg_monitor() 280 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_msg_followers() 1501 if (adap->needs_hpd || list_empty(&adap->devnode.fhs)) in __cec_s_phys_addr() 1509 if ((adap->needs_hpd || list_empty(&adap->devnode.fhs)) && in __cec_s_phys_addr() 1517 if (adap->needs_hpd || list_empty(&adap->devnode.fhs)) in __cec_s_phys_addr()
|
D | cec-api.c | 557 if (list_empty(&devnode->fhs) && in cec_open() 592 list_add(&fh->list, &devnode->fhs); in cec_open() 623 if (cec_is_registered(adap) && list_empty(&devnode->fhs) && in cec_release()
|
D | cec-core.c | 164 list_for_each_entry(fh, &devnode->fhs, list) in cec_devnode_unregister() 285 INIT_LIST_HEAD(&adap->devnode.fhs); in cec_allocate_adapter()
|
/Linux-v4.19/include/media/ |
D | cec.h | 49 struct list_head fhs; member
|
/Linux-v4.19/Documentation/admin-guide/ |
D | devices.rst | 19 Standard (FHS). The FHS is available from http://www.pathname.com/fhs/.
|