Home
last modified time | relevance | path

Searched refs:operational (Results 1 – 25 of 76) sorted by relevance

1234

/Linux-v6.1/drivers/net/ethernet/qlogic/qed/
Dqed_dcbx.c339 flags = p_hwfn->p_dcbx_info->operational.flags; in qed_dcbx_process_mib_info()
342 p_app = &p_hwfn->p_dcbx_info->operational.features.app; in qed_dcbx_process_mib_info()
345 p_ets = &p_hwfn->p_dcbx_info->operational.features.ets; in qed_dcbx_process_mib_info()
639 flags = p_hwfn->p_dcbx_info->operational.flags; in qed_dcbx_get_operational_params()
644 p_operational = &params->operational; in qed_dcbx_get_operational_params()
654 p_feat = &p_hwfn->p_dcbx_info->operational.features; in qed_dcbx_get_operational_params()
675 p_feat->pfc, &params->operational.params, in qed_dcbx_get_operational_params()
784 data.mib = &p_hwfn->p_dcbx_info->operational; in qed_dcbx_read_operational_mib()
983 if (!dcbx_info->operational.valid) { in qed_dcbx_get_priority_tc()
989 return dcbx_info->operational.params.ets_pri_tc_tbl[pri]; in qed_dcbx_get_priority_tc()
[all …]
Dqed_dcbx.h68 struct dcbx_mib operational; member
/Linux-v6.1/Documentation/networking/
Doperstates.rst11 Linux distinguishes between administrative and operational state of an
23 influence operational state. To accommodate this, operational state is
32 Both admin and operational state can be queried via the netlink
43 Interface is in RFC2863 operational state UP or UNKNOWN. This is for
60 operational state. Interface must be considered for user data as
61 setting operational state has not been implemented in every driver.
85 Interface is operational up and can be used.
154 RFC2863 operational state of an interface. Setting IFLA_LINKMODE to 1
Dmultiqueue.rst24 device is still operational. netdev->queue_lock is still used when the device
/Linux-v6.1/drivers/input/mouse/
Dcyapa.c335 cyapa->operational = true; in cyapa_check_is_operational()
337 cyapa->operational = false; in cyapa_check_is_operational()
379 if (cyapa->operational) { in cyapa_open()
393 if (error || !cyapa->operational) { in cyapa_open()
426 if (cyapa->operational) in cyapa_close()
536 if (!input || cyapa->operational) in cyapa_enable_irq_for_cmd()
552 if (!input || cyapa->operational) in cyapa_disable_irq_for_cmd()
620 if (cyapa->operational) in cyapa_initialize()
637 if (cyapa->operational) in cyapa_reinitialize()
645 if (!input && cyapa->operational) { in cyapa_reinitialize()
[all …]
Dcyapa_gen3.c425 cyapa->operational = false; in cyapa_gen3_bl_enter()
955 if (cyapa->operational && in cyapa_gen3_set_power_mode()
1130 if (cyapa->operational) in cyapa_gen3_irq_cmd_handler()
Dcyapa.h334 bool operational; /* true: ready for data reporting; false: not. */ member
/Linux-v6.1/Documentation/misc-devices/
Dapds990x.rst44 Driver controls chip operational state using pm_runtime framework.
45 Voltage regulators are controlled based on chip operational state.
Disl29003.rst27 The driver allows to set the lux range, the bit resolution, the operational
/Linux-v6.1/drivers/usb/host/
Dehci.h786 static inline void set_ohci_hcfs(struct ehci_hcd *ehci, int operational) in set_ohci_hcfs() argument
791 if (operational) in set_ohci_hcfs()
800 static inline void set_ohci_hcfs(struct ehci_hcd *ehci, int operational) in set_ohci_hcfs() argument
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/
Dg762.txt23 Additional information on operational parameters for the device is available
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dtps6105x.txt12 This subnode selects the chip's operational mode.
/Linux-v6.1/Documentation/devicetree/bindings/pci/
Dralink,rt3883-pci.txt23 - status: indicates the operational status of the device.
96 - status: indicates the operational status of the sub-node.
/Linux-v6.1/Documentation/s390/
Ddriver-model.rst30 if they are displaced by another ccw device becoming operational on their
32 if they become operational again on that subchannel.
64 The path installed, path available and path operational masks.
199 * In disconnected state, device operational again (CIO_OPER). The
Dcds.rst295 -ENODEV cdev is invalid, the device is not operational or the ccw_device is
438 -ENODEV cdev invalid or not-operational subchannel
475 -EINVAL The device is not operational or the ccw device is not online.
512 -EINVAL The device is not operational or the ccw device is not online.
/Linux-v6.1/Documentation/arm/sunxi/
Dclocks.rst16 While the system is operational, you would see something like::
/Linux-v6.1/Documentation/scsi/
Dscsi_fc_transport.rst239 The vport is not operational as the physical link is not operational.
250 The vport is not operational. One of the following conditions were
258 The vport is not operational. The Fabric failed FDISC with a status
263 The vport is not operational. The Fabric has LOGO'd the N_Port_ID
267 The vport is not operational. The Fabric failed FDISC with a status
271 The vport is not operational. This is a catchall for all other
/Linux-v6.1/drivers/ras/
DKconfig16 Availability is the probability a system is operational at a given
/Linux-v6.1/include/net/
Dmacsec.h239 bool operational; member
/Linux-v6.1/Documentation/ABI/stable/
Dsysfs-transport-srp52 remote port. "running" if the transport layer is operational;
/Linux-v6.1/drivers/net/
Dmacsec.c451 secy->operational = false; in __macsec_pn_wrapped()
608 secy->operational = false; in macsec_encrypt()
2057 was_operational = secy->operational; in macsec_add_txsa()
2059 secy->operational = true; in macsec_add_txsa()
2098 secy->operational = was_operational; in macsec_add_txsa()
2371 was_operational = secy->operational; in macsec_upd_txsa()
2373 secy->operational = tx_sa->active; in macsec_upd_txsa()
2406 secy->operational = was_operational; in macsec_upd_txsa()
3005 nla_put_u8(skb, MACSEC_SECY_ATTR_OPER, secy->operational) || in nla_put_secy()
3411 if (!secy->operational) { in macsec_start_xmit()
[all …]
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-class-usb_power_delivery173 The operational current in milliamperes that the sink requires
206 The operational power that the sink requires at the given
Dsysfs-bus-siox77 be operational. "1" means the watchdog keeps the device in reset.
/Linux-v6.1/Documentation/devicetree/bindings/ptp/
Dptp-qoriq.txt30 These properties set the operational parameters for the PTP
/Linux-v6.1/Documentation/w1/masters/
Dds2490.rst20 low-level operational chip.

1234