Searched refs:fhs (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A 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 in csio_get_stats() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A 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 in csio_get_stats() [all...] |
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
H A D | cec-adap.c | 165 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_event() 182 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_pin_cec_event() 199 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_pin_hpd_event() 215 list_for_each_entry(fh, &adap->devnode.fhs, list) in cec_queue_pin_5v_event() 290 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_msg_monitor() 306 list_for_each_entry(fh, &adap->devnode.fhs, list) { in cec_queue_msg_followers() 1578 if (adap->needs_hpd || list_empty(&adap->devnode.fhs)) { in __cec_s_phys_addr() 1592 if ((adap->needs_hpd || list_empty(&adap->devnode.fhs)) && in __cec_s_phys_addr() 1600 if (adap->needs_hpd || list_empty(&adap->devnode.fhs)) in __cec_s_phys_addr()
|
H A D | cec-api.c | 590 if (list_empty(&devnode->fhs) && in cec_open() 627 list_add(&fh->list, &devnode->fhs); in cec_open() 658 if (cec_is_registered(adap) && list_empty(&devnode->fhs) && in cec_release()
|
H A D | cec-core.c | 170 list_for_each_entry(fh, &devnode->fhs, list) in cec_devnode_unregister() 274 INIT_LIST_HEAD(&adap->devnode.fhs); in cec_allocate_adapter()
|
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A 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()
|
H A 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()
|
H A D | cec-api.c | 620 list_add(&fh->list, &devnode->fhs); in cec_open()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | cec.h | 32 * @fhs: the list of open filehandles (cec_fh) 48 struct list_head fhs; member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | cec.h | 32 * @lock_fhs: lock to control access to @fhs 33 * @fhs: the list of open filehandles (cec_fh) 37 * To add or remove filehandles from @fhs the @lock must be taken first, 38 * followed by @lock_fhs. It is safe to access @fhs if either lock is held. 54 /* protect access to fhs */ 56 struct list_head fhs; member
|
Completed in 11 milliseconds