Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_attr.c333 struct fc_host_statistics *fhs = &ln->fch_stats; in csio_get_stats() local
344 fhs->tx_words += (be64_to_cpu(fcoe_port_stats.tx_bcast_bytes) + in csio_get_stats()
352 fhs->rx_words += (be64_to_cpu(fcoe_port_stats.rx_bcast_bytes) + 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()
361 fhs->fcp_output_megabytes += ln->stats.n_output_bytes >> 20; in csio_get_stats()
362 fhs->link_failure_count = ln->stats.n_link_down; in csio_get_stats()
366 fhs->seconds_since_last_reset = seconds; in csio_get_stats()
[all …]
/openbmc/linux/drivers/media/cec/core/
H A Dcec-core.c185 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 Dcec-adap.c144 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 Dcec-api.c620 list_add(&fh->list, &devnode->fhs); in cec_open()
/openbmc/docs/architecture/code-update/
H A Dflash-layout.md140 [fhs]: https://refspecs.linuxfoundation.org/fhs.shtml
/openbmc/linux/include/media/
H A Dcec.h56 struct list_head fhs; member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/
H A Dsamba_4.19.5.bb109 EXTRA_OECONF += "--enable-fhs \
/openbmc/linux/Documentation/admin-guide/
H A Ddevices.rst19 Standard (FHS). The FHS is available from https://www.pathname.com/fhs/.
/openbmc/qemu/libdecnumber/
H A DdecNumber.c1268 const decNumber *rhs, const decNumber *fhs, in decNumberFMA() argument
1280 if (decCheckOperands(res, fhs, DECUNUSED, set)) return res; in decNumberFMA()
1292 || (!decNumberIsSpecial(fhs) && decCheckMath(fhs, set, &status))) break; in decNumberFMA()
1325 fhs=&dzero; /* use that */ in decNumberFMA()
1333 decAddOp(res, acc, fhs, set, 0, &status); in decNumberFMA()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.1.rst93 https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s07.html) now