/linux/drivers/scsi/qedi/ |
H A D | qedi_nvm_iscsi_cfg.h | 100 u32 ctrl_flags; /* 0x0 */ member 138 u32 ctrl_flags; member 146 u32 ctrl_flags; /* 0x0 */ member
|
H A D | qedi_main.c | 926 ipv6_en = !!(block->generic.ctrl_flags & in qedi_get_boot_tgt_info() 956 pri_ctrl_flags = !!(block->target[0].ctrl_flags & in qedi_find_boot_info() 965 sec_ctrl_flags = !!(block->target[1].ctrl_flags & in qedi_find_boot_info() 1093 chap_en = !!(block->generic.ctrl_flags & in qedi_get_protocol_tlv_data() 1095 mchap_en = !!(block->generic.ctrl_flags & in qedi_get_protocol_tlv_data() 2050 ipv6_en = block->generic.ctrl_flags & in qedi_show_boot_eth_info() 2052 dhcp_en = block->generic.ctrl_flags & in qedi_show_boot_eth_info() 2174 u32 ctrl_flags, ipv6_en, chap_en, mchap_en, ip_len; in qedi_show_boot_tgt_info() local 2187 ctrl_flags = block->target[idx].ctrl_flags in qedi_show_boot_tgt_info() [all...] |
/linux/drivers/remoteproc/ |
H A D | ti_sci_proc.h | 118 u32 *ctrl_flags, u32 *status_flags) in ti_sci_proc_get_status() argument 123 cfg_flags, ctrl_flags, status_flags); in ti_sci_proc_get_status()
|
/linux/include/net/ |
H A D | flow_offload.h | 455 * @ctrl_flags: control flags present in rule 461 const u32 ctrl_flags, in flow_rule_is_supp_control_flags() argument 464 if (likely((ctrl_flags & ~supp_flags) == 0)) in flow_rule_is_supp_control_flags() 469 ctrl_flags); in flow_rule_is_supp_control_flags() 498 * @ctrl_flags: control flags present in rule 503 static inline bool flow_rule_has_control_flags(const u32 ctrl_flags, in flow_rule_has_control_flags() argument 506 return !flow_rule_is_supp_control_flags(0, ctrl_flags, extack); in flow_rule_has_control_flags()
|
/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_iocb.c | 390 uint16_t ctrl_flags = 0; in qla4xxx_send_passthru0() local 414 ctrl_flags |= PT_FLAG_SEND_BUFFER; in qla4xxx_send_passthru0() 432 ctrl_flags |= (PT_FLAG_ISCSI_PDU | PT_FLAG_WAIT_4_RESPONSE); in qla4xxx_send_passthru0() 433 passthru_iocb->control_flags = cpu_to_le16(ctrl_flags); in qla4xxx_send_passthru0()
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | sta.h | 433 * @ctrl_flags: &enum iwl_sta_key_flag 442 __le32 ctrl_flags; member 454 * @ctrl_flags: &enum iwl_sta_key_flag 461 __le32 ctrl_flags; member
|
/linux/net/core/ |
H A D | flow_dissector.c | 303 u32 ctrl_flags, in skb_flow_dissect_set_enc_control() argument 316 ctrl->flags = ctrl_flags; in skb_flow_dissect_set_enc_control() 372 u32 ctrl_flags = 0; in skb_flow_dissect_tunnel_info() local 398 ctrl_flags |= FLOW_DIS_F_TUNNEL_CSUM; in skb_flow_dissect_tunnel_info() 400 ctrl_flags |= FLOW_DIS_F_TUNNEL_DONT_FRAGMENT; in skb_flow_dissect_tunnel_info() 402 ctrl_flags |= FLOW_DIS_F_TUNNEL_OAM; in skb_flow_dissect_tunnel_info() 404 ctrl_flags |= FLOW_DIS_F_TUNNEL_CRIT_OPT; in skb_flow_dissect_tunnel_info() 409 ctrl_flags, flow_dissector, in skb_flow_dissect_tunnel_info() 424 ctrl_flags, flow_dissector, in skb_flow_dissect_tunnel_info() 438 skb_flow_dissect_set_enc_control(0, ctrl_flags, flow_dissecto in skb_flow_dissect_tunnel_info() [all...] |
/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_main.c | 696 hw->ctrl_flags = ATL1C_INTR_MODRT_ENABLE | in atl1c_setup_mac_funcs() 698 hw->ctrl_flags |= ATL1C_ASPM_L0S_SUPPORT | in atl1c_setup_mac_funcs() 700 hw->ctrl_flags |= ATL1C_ASPM_CTRL_MON; in atl1c_setup_mac_funcs() 1173 if (hw->ctrl_flags & ATL1C_RX_IPV6_CHKSUM) in atl1c_configure_rx() 1317 u16 ctrl_flags = hw->ctrl_flags; in atl1c_disable_l0s_l1() local 1319 hw->ctrl_flags &= ~(ATL1C_ASPM_L0S_SUPPORT | ATL1C_ASPM_L1_SUPPORT); in atl1c_disable_l0s_l1() 1321 hw->ctrl_flags = ctrl_flags; in atl1c_disable_l0s_l1() 1355 if ((hw->ctrl_flags in atl1c_set_aspm() [all...] |
H A D | atl1c_hw.c | 267 if (!(hw->ctrl_flags & ATL1C_FPGA_VERSION)) in atl1c_stop_phy_polling() 278 if (!(hw->ctrl_flags & ATL1C_FPGA_VERSION)) in atl1c_start_phy_polling() 510 if (!(hw->ctrl_flags & ATL1C_HIB_DISABLE)) in atl1c_phy_reset() 536 if (!(hw->ctrl_flags & ATL1C_HIB_DISABLE)) { in atl1c_phy_reset()
|
H A D | atl1c.h | 392 u16 ctrl_flags; member
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | lag_conf.c | 28 * @ctrl_flags: Configuration flags 38 u8 ctrl_flags; member 282 cmsg_payload->ctrl_flags = flags; in nfp_fl_lag_config_group() 458 flags = cmsg_payload->ctrl_flags; in nfp_flower_lag_unprocessed_msg()
|
/linux/net/mac80211/ |
H A D | tx.c | 2574 * @ctrl_flags: info control flags to set 2591 struct sta_info *sta, u32 ctrl_flags, in ieee80211_build_hdr() argument 2611 u8 link_id = u32_get_bits(ctrl_flags, IEEE80211_TX_CTRL_MLO_LINK); in ieee80211_build_hdr() 2759 if ((ctrl_flags & IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP) && in ieee80211_build_hdr() 2871 ctrl_flags & IEEE80211_TX_CTL_REQ_TX_STATUS))) in ieee80211_build_hdr() 2962 ctrl_flags |= u32_encode_bits(link_id, in ieee80211_build_hdr() 2968 * ctrl_flags already have been set by in ieee80211_build_hdr() 2973 pre_conf_link_id = u32_get_bits(ctrl_flags, in ieee80211_build_hdr() 2988 info->control.flags = ctrl_flags; in ieee80211_build_hdr() 4266 u32 ctrl_flags, in __ieee80211_subif_start_xmit() argument 4452 ieee80211_mlo_multicast_tx_one(struct ieee80211_sub_if_data * sdata,struct sk_buff * skb,u32 ctrl_flags,unsigned int link_id) ieee80211_mlo_multicast_tx_one() argument 4471 u32 ctrl_flags = IEEE80211_TX_CTRL_MCAST_MLO_FIRST_TX; ieee80211_mlo_multicast_tx() local 6229 u32 ctrl_flags = 0; ieee80211_tx_control_port() local [all...] |
H A D | mesh.h | 369 struct sk_buff *skb, u32 ctrl_flags);
|
H A D | mesh.c | 748 struct sk_buff *skb, u32 ctrl_flags) in ieee80211_mesh_xmit_fast() argument 763 if (ctrl_flags & IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP) in ieee80211_mesh_xmit_fast()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_main.c | 107 priv->ctrl_flags |= cpu_to_be32(MLX4_WQE_CTRL_FORCE_LOOPBACK); in mlx4_en_update_loopback_state() 109 priv->ctrl_flags &= cpu_to_be32(~MLX4_WQE_CTRL_FORCE_LOOPBACK); in mlx4_en_update_loopback_state()
|
H A D | mlx4_en.h | 574 __be32 ctrl_flags; member
|
/linux/drivers/gpu/drm/nouveau/nvkm/falcon/ |
H A D | cmdq.c | 142 cmd->ctrl_flags = CMD_FLAGS_STATUS | CMD_FLAGS_INTR; in nvkm_falcon_cmdq_send()
|
/linux/tools/testing/nvdimm/test/ |
H A D | nfit_test.h | 189 __u8 ctrl_flags; member
|
H A D | nfit.c | 354 dev_dbg(dev, "%s: context: %#x ctrl_flags: %#x\n", in nd_intel_test_finish_fw() 355 __func__, nd_cmd->context, nd_cmd->ctrl_flags); in nd_intel_test_finish_fw() 357 switch (nd_cmd->ctrl_flags) { in nd_intel_test_finish_fw() 382 __func__, nd_cmd->ctrl_flags); in nd_intel_test_finish_fw()
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | falcon.h | 177 * @ctrl_flags: control flags 183 u8 ctrl_flags; member
|
/linux/include/linux/soc/ti/ |
H A D | ti_sci_protocol.h | 555 u64 *boot_vector, u32 *cfg_flags, u32 *ctrl_flags,
|
/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.c | 1852 u8 *bssid, u16 channel, u32 ctrl_flags, in ath6kl_wmi_connect_cmd() argument 1862 bssid, channel, ctrl_flags, ssid_len, nw_type, in ath6kl_wmi_connect_cmd() 1892 cc->ctrl_flags = cpu_to_le32(ctrl_flags); in ath6kl_wmi_connect_cmd() 3392 "%s: nw_type=%u auth_mode=%u ch=%u ctrl_flags=0x%x-> res=%d\n", in ath6kl_wmi_ap_profile_commit() 3394 le32_to_cpu(p->ctrl_flags), res); in ath6kl_wmi_ap_profile_commit()
|
H A D | wmi.h | 747 __le32 ctrl_flags; member 2563 u8 *bssid, u16 channel, u32 ctrl_flags,
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 872 uint64_t ctrl_flags = AMDGPU_PTE_MTYPE_VG10(flags, AMDGPU_MTYPE_NC); in amdgpu_ttm_gart_bind_gfx9_mqd() local 883 * Ctrl pages - modify the memory type to NC (ctrl_flags) from in amdgpu_ttm_gart_bind_gfx9_mqd() 890 ctrl_flags); in amdgpu_ttm_gart_bind_gfx9_mqd()
|
/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 2129 int ctrl_flags = flags | in ofdpa_port_stp_update() local 2131 err = ofdpa_port_ctrl(ofdpa_port, ctrl_flags, in ofdpa_port_stp_update()
|