Searched refs:fhs (Results 1 – 4 of 4) sorted by relevance
/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 …]
|
/drivers/media/cec/core/ |
D | cec-core.c | 185 list_for_each_entry(fh, &devnode->fhs, list) in cec_devnode_unregister() 290 INIT_LIST_HEAD(&adap->devnode.fhs); in cec_allocate_adapter()
|
D | cec-adap.c | 144 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_event() 161 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_pin_cec_event() 179 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_pin_hpd_event() 195 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_pin_5v_event() 270 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_msg_monitor() 286 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_msg_followers()
|
D | cec-api.c | 620 list_add(&fh->list, &devnode->fhs); in cec_open()
|