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

/linux-master/drivers/scsi/csiostor/
H A Dcsio_attr.c333 struct fc_host_statistics *fhs = &ln->fch_stats; local
340 fhs->tx_frames += (be64_to_cpu(fcoe_port_stats.tx_bcast_frames) +
344 fhs->tx_words += (be64_to_cpu(fcoe_port_stats.tx_bcast_bytes) +
349 fhs->rx_frames += (be64_to_cpu(fcoe_port_stats.rx_bcast_frames) +
352 fhs->rx_words += (be64_to_cpu(fcoe_port_stats.rx_bcast_bytes) +
356 fhs->error_frames += be64_to_cpu(fcoe_port_stats.rx_err_frames);
357 fhs->fcp_input_requests += ln->stats.n_input_requests;
358 fhs->fcp_output_requests += ln->stats.n_output_requests;
359 fhs->fcp_control_requests += ln->stats.n_control_requests;
360 fhs
[all...]
/linux-master/drivers/media/cec/core/
H A Dcec-core.c185 list_for_each_entry(fh, &devnode->fhs, list)
290 INIT_LIST_HEAD(&adap->devnode.fhs);
H A Dcec-adap.c144 list_for_each_entry(fh, &adap->devnode.fhs, list)
161 list_for_each_entry(fh, &adap->devnode.fhs, list) {
179 list_for_each_entry(fh, &adap->devnode.fhs, list)
195 list_for_each_entry(fh, &adap->devnode.fhs, list)
270 list_for_each_entry(fh, &adap->devnode.fhs, list) {
286 list_for_each_entry(fh, &adap->devnode.fhs, list) {
H A Dcec-api.c620 list_add(&fh->list, &devnode->fhs);
/linux-master/include/media/
H A Dcec.h32 * @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 in struct:cec_devnode

Completed in 225 milliseconds