/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 339 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 = ¶ms->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, ¶ms->operational.params, in qed_dcbx_get_operational_params() 785 data.mib = &p_hwfn->p_dcbx_info->operational; in qed_dcbx_read_operational_mib() 863 * Reconfigure QM and invoke PF update ramrod command if operational MIB 985 if (!dcbx_info->operational in qed_dcbx_get_priority_tc() [all...] |
H A D | qed_dcbx.h | 68 struct dcbx_mib operational; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 339 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 = ¶ms->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, ¶ms->operational.params, in qed_dcbx_get_operational_params() 784 data.mib = &p_hwfn->p_dcbx_info->operational; in qed_dcbx_read_operational_mib() 861 * Reconfigure QM and invoke PF update ramrod command if operational MIB 983 if (!dcbx_info->operational in qed_dcbx_get_priority_tc() [all...] |
H A D | qed_dcbx.h | 68 struct dcbx_mib operational; member
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | cyapa.c | 296 * Check if device is operational. 298 * An operational device is responding, has exited bootloader, and has 308 * -EINVAL device is in operational mode, but not supported by this driver 335 cyapa->operational = true; in cyapa_check_is_operational() 337 cyapa->operational = false; in cyapa_check_is_operational() 345 * And when the device is detected and operational, it will be reset to 357 dev_warn(dev, "device detected but not operational\n"); in cyapa_detect() 379 if (cyapa->operational) { in cyapa_open() 383 * when in operational mode. in cyapa_open() 393 if (error || !cyapa->operational) { in cyapa_open() [all...] |
H A D | cyapa_gen3.c | 178 /* register block read/write command in operational mode */ 367 * Normal state when running in operational mode, in cyapa_gen3_state_parse() 425 cyapa->operational = false; in cyapa_gen3_bl_enter() 501 * operational mode. If this is the first time the device's firmware is 508 * 0 device is supported and in operational mode 905 * Device power mode can only be set when device is in operational mode. 955 if (cyapa->operational && input && input->users && in cyapa_gen3_set_power_mode() 1044 * Check if device is operational. 1046 * An operational device is responding, has exited bootloader, and has 1054 * -EINVAL device is in operational mod [all...] |
H A D | cyapa.h | 334 bool operational; /* true: ready for data reporting; false: not. */ member
|
H A D | cyapa_gen5.c | 521 } else if (cyapa->operational && input && input->users && in cyapa_empty_pip_output_data() 1199 cyapa->operational = false; in cyapa_pip_bl_enter()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | cyapa.c | 296 * Check if device is operational. 298 * An operational device is responding, has exited bootloader, and has 308 * -EINVAL device is in operational mode, but not supported by this driver 335 cyapa->operational = true; in cyapa_check_is_operational() 337 cyapa->operational = false; in cyapa_check_is_operational() 345 * And when the device is detected and operational, it will be reset to 357 dev_warn(dev, "device detected but not operational\n"); in cyapa_detect() 379 if (cyapa->operational) { in cyapa_open() 383 * when in operational mode. in cyapa_open() 393 if (error || !cyapa->operational) { in cyapa_open() [all...] |
H A D | cyapa_gen3.c | 178 /* register block read/write command in operational mode */ 367 * Normal state when running in operational mode, in cyapa_gen3_state_parse() 425 cyapa->operational = false; in cyapa_gen3_bl_enter() 501 * operational mode. If this is the first time the device's firmware is 508 * 0 device is supported and in operational mode 905 * Device power mode can only be set when device is in operational mode. 955 if (cyapa->operational && in cyapa_gen3_set_power_mode() 1045 * Check if device is operational. 1047 * An operational device is responding, has exited bootloader, and has 1055 * -EINVAL device is in operational mod [all...] |
H A D | cyapa.h | 334 bool operational; /* true: ready for data reporting; false: not. */ member
|
H A D | cyapa_gen5.c | 521 } else if (cyapa->operational && in cyapa_empty_pip_output_data() 1200 cyapa->operational = false; in cyapa_pip_bl_enter()
|
/kernel/linux/linux-6.6/net/dsa/ |
H A D | switch.h | 111 bool operational; member
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci.h | 784 static inline void set_ohci_hcfs(struct ehci_hcd *ehci, int operational) in set_ohci_hcfs() argument 789 if (operational) in set_ohci_hcfs() 798 static inline void set_ohci_hcfs(struct ehci_hcd *ehci, int operational) in set_ohci_hcfs() argument
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci.h | 796 static inline void set_ohci_hcfs(struct ehci_hcd *ehci, int operational) in set_ohci_hcfs() argument 801 if (operational) in set_ohci_hcfs() 810 static inline void set_ohci_hcfs(struct ehci_hcd *ehci, int operational) in set_ohci_hcfs() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | macsec.h | 207 * @operational: MAC_Operational flag 222 bool operational; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | macsec.h | 225 * @operational: MAC_Operational flag 240 bool operational; member
|
H A D | dsa.h | 1229 bool operational);
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | macsec.c | 473 secy->operational = false; in __macsec_pn_wrapped() 630 secy->operational = false; in macsec_encrypt() 2086 was_operational = secy->operational; in macsec_add_txsa() 2088 secy->operational = true; in macsec_add_txsa() 2127 secy->operational = was_operational; in macsec_add_txsa() 2400 was_operational = secy->operational; in macsec_upd_txsa() 2402 secy->operational = tx_sa->active; in macsec_upd_txsa() 2436 secy->operational = was_operational; in macsec_upd_txsa() 3044 nla_put_u8(skb, MACSEC_SECY_ATTR_OPER, secy->operational) || in nla_put_secy() 3444 if (!secy->operational) { in macsec_start_xmit() [all...] |
/kernel/linux/linux-6.6/drivers/net/ |
H A D | macsec.c | 451 secy->operational = false; in __macsec_pn_wrapped() 602 secy->operational = false; in macsec_encrypt() 2055 was_operational = secy->operational; in macsec_add_txsa() 2057 secy->operational = true; in macsec_add_txsa() 2096 secy->operational = was_operational; in macsec_add_txsa() 2369 was_operational = secy->operational; in macsec_upd_txsa() 2371 secy->operational = tx_sa->active; in macsec_upd_txsa() 2405 secy->operational = was_operational; in macsec_upd_txsa() 3007 nla_put_u8(skb, MACSEC_SECY_ATTR_OPER, secy->operational) || in nla_put_secy() 3413 if (!secy->operational) { in macsec_start_xmit() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_main.c | 641 "prio=%d.\n", get->operational.valid, get->operational.enabled, in qedf_dcbx_handler() 642 get->operational.app_prio.fcoe); in qedf_dcbx_handler() 644 if (get->operational.enabled && get->operational.valid) { in qedf_dcbx_handler() 661 tmp_prio = get->operational.app_prio.fcoe; in qedf_dcbx_handler()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_main.c | 641 "prio=%d.\n", get->operational.valid, get->operational.enabled, in qedf_dcbx_handler() 642 get->operational.app_prio.fcoe); in qedf_dcbx_handler() 644 if (get->operational.enabled && get->operational.valid) { in qedf_dcbx_handler() 661 tmp_prio = get->operational.app_prio.fcoe; in qedf_dcbx_handler()
|
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | qed_if.h | 127 struct qed_dcbx_operational_params operational; member
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | qed_if.h | 131 struct qed_dcbx_operational_params operational; member
|
/kernel/linux/linux-6.6/drivers/net/dsa/qca/ |
H A D | qca8k-8xxx.c | 326 /* Check mgmt_master if is operational */ in qca8k_read_eth() 378 /* Check mgmt_master if is operational */ in qca8k_write_eth() 686 /* Check if mgmt_master is operational */ in qca8k_phy_eth_command() 1743 bool operational) in qca8k_master_change() 1755 priv->mgmt_master = operational ? (struct net_device *)master : NULL; in qca8k_master_change() 1742 qca8k_master_change(struct dsa_switch *ds, const struct net_device *master, bool operational) qca8k_master_change() argument
|