Home
last modified time | relevance | path

Searched refs:ctrl_flags (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.6.21/drivers/scsi/qedi/ !
Dqedi_nvm_iscsi_cfg.h100 u32 ctrl_flags; /* 0x0 */ member
138 u32 ctrl_flags; member
146 u32 ctrl_flags; /* 0x0 */ member
Dqedi_main.c925 ipv6_en = !!(block->generic.ctrl_flags & in qedi_get_boot_tgt_info()
955 pri_ctrl_flags = !!(block->target[0].ctrl_flags & in qedi_find_boot_info()
964 sec_ctrl_flags = !!(block->target[1].ctrl_flags & in qedi_find_boot_info()
1092 chap_en = !!(block->generic.ctrl_flags & in qedi_get_protocol_tlv_data()
1094 mchap_en = !!(block->generic.ctrl_flags & in qedi_get_protocol_tlv_data()
2059 ipv6_en = block->generic.ctrl_flags & in qedi_show_boot_eth_info()
2061 dhcp_en = block->generic.ctrl_flags & in qedi_show_boot_eth_info()
2183 u32 ctrl_flags, ipv6_en, chap_en, mchap_en, ip_len; in qedi_show_boot_tgt_info() local
2196 ctrl_flags = block->target[idx].ctrl_flags & in qedi_show_boot_tgt_info()
2199 if (!ctrl_flags) { in qedi_show_boot_tgt_info()
[all …]
/linux-6.6.21/drivers/remoteproc/ !
Dti_sci_proc.h92 u32 *ctrl_flags, u32 *status_flags) in ti_sci_proc_get_status() argument
97 cfg_flags, ctrl_flags, status_flags); in ti_sci_proc_get_status()
/linux-6.6.21/drivers/scsi/qla4xxx/ !
Dql4_iocb.c390 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-6.6.21/drivers/net/wireless/intel/iwlwifi/fw/api/ !
Dsta.h439 __le32 ctrl_flags; member
458 __le32 ctrl_flags; member
/linux-6.6.21/drivers/net/ethernet/atheros/atl1c/ !
Datl1c_main.c696 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()
1172 if (hw->ctrl_flags & ATL1C_RX_IPV6_CHKSUM) in atl1c_configure_rx()
1316 u16 ctrl_flags = hw->ctrl_flags; in atl1c_disable_l0s_l1() local
1318 hw->ctrl_flags &= ~(ATL1C_ASPM_L0S_SUPPORT | ATL1C_ASPM_L1_SUPPORT); in atl1c_disable_l0s_l1()
1320 hw->ctrl_flags = ctrl_flags; in atl1c_disable_l0s_l1()
1354 if ((hw->ctrl_flags & ATL1C_ASPM_L0S_SUPPORT) && link_speed != SPEED_0) in atl1c_set_aspm()
1356 if (hw->ctrl_flags & ATL1C_ASPM_L1_SUPPORT) in atl1c_set_aspm()
1426 if (hw->ctrl_flags & ATL1C_CLK_GATING_EN) { in atl1c_configure_mac()
[all …]
Datl1c_hw.c267 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()
Datl1c.h392 u16 ctrl_flags; member
/linux-6.6.21/drivers/crypto/cavium/cpt/ !
Dcptvf_algs.c104 __be64 *ctrl_flags = NULL; in create_ctx_hdr() local
129 ctrl_flags = (__be64 *)&fctx->enc.enc_ctrl.flags; in create_ctx_hdr()
130 *ctrl_flags = cpu_to_be64(fctx->enc.enc_ctrl.flags); in create_ctx_hdr()
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/flower/ !
Dlag_conf.c38 u8 ctrl_flags; member
282 cmsg_payload->ctrl_flags = flags; in nfp_fl_lag_config_group()
454 flags = cmsg_payload->ctrl_flags; in nfp_flower_lag_unprocessed_msg()
/linux-6.6.21/net/mac80211/ !
Dtx.c2580 struct sta_info *sta, u32 ctrl_flags, in ieee80211_build_hdr() argument
2600 u8 link_id = u32_get_bits(ctrl_flags, IEEE80211_TX_CTRL_MLO_LINK); in ieee80211_build_hdr()
2748 if ((ctrl_flags & IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP) && in ieee80211_build_hdr()
2861 ctrl_flags & IEEE80211_TX_CTL_REQ_TX_STATUS))) in ieee80211_build_hdr()
2949 ctrl_flags |= u32_encode_bits(link_id, in ieee80211_build_hdr()
2960 pre_conf_link_id = u32_get_bits(ctrl_flags, in ieee80211_build_hdr()
2975 info->control.flags = ctrl_flags; in ieee80211_build_hdr()
4251 u32 ctrl_flags, in __ieee80211_subif_start_xmit() argument
4271 ieee80211_mesh_xmit_fast(sdata, skb, ctrl_flags)) in __ieee80211_subif_start_xmit()
4307 ctrl_flags |= IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP; in __ieee80211_subif_start_xmit()
[all …]
Dmesh.h338 struct sk_buff *skb, u32 ctrl_flags);
Dmesh.c765 struct sk_buff *skb, u32 ctrl_flags) in ieee80211_mesh_xmit_fast() argument
777 if (ctrl_flags & IEEE80211_TX_CTRL_SKIP_MPATH_LOOKUP) in ieee80211_mesh_xmit_fast()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/ !
Den_main.c107 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()
Den_tx.c997 tx_desc->ctrl.srcrb_flags = priv->ctrl_flags; in mlx4_en_xmit()
1166 tx_desc->ctrl.srcrb_flags = priv->ctrl_flags; in mlx4_en_init_tx_xdp_ring_descs()
Dmlx4_en.h581 __be32 ctrl_flags; member
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/falcon/ !
Dcmdq.c142 cmd->ctrl_flags = CMD_FLAGS_STATUS | CMD_FLAGS_INTR; in nvkm_falcon_cmdq_send()
/linux-6.6.21/tools/testing/nvdimm/test/ !
Dnfit_test.h189 __u8 ctrl_flags; member
Dnfit.c355 __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-6.6.21/drivers/gpu/drm/nouveau/include/nvkm/core/ !
Dfalcon.h176 u8 ctrl_flags; member
/linux-6.6.21/include/linux/soc/ti/ !
Dti_sci_protocol.h526 u64 *boot_vector, u32 *cfg_flags, u32 *ctrl_flags,
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/ !
Dsta.c3724 igtk_cmd.ctrl_flags |= cpu_to_le32(STA_KEY_NOT_VALID); in iwl_mvm_send_sta_igtk()
3731 igtk_cmd.ctrl_flags |= cpu_to_le32(STA_KEY_FLG_CCM); in iwl_mvm_send_sta_igtk()
3735 igtk_cmd.ctrl_flags |= cpu_to_le32(STA_KEY_FLG_GCMP); in iwl_mvm_send_sta_igtk()
3743 igtk_cmd.ctrl_flags |= in iwl_mvm_send_sta_igtk()
3762 .ctrl_flags = igtk_cmd.ctrl_flags, in iwl_mvm_send_sta_igtk()
/linux-6.6.21/drivers/net/wireless/ath/ath6kl/ !
Dwmi.c1852 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()
3394 le32_to_cpu(p->ctrl_flags), res); in ath6kl_wmi_ap_profile_commit()
Dwmi.h747 __le32 ctrl_flags; member
2563 u8 *bssid, u16 channel, u32 ctrl_flags,
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ !
Damdgpu_ttm.c832 uint64_t ctrl_flags = (flags & ~AMDGPU_PTE_MTYPE_VG10_MASK) | in amdgpu_ttm_gart_bind_gfx9_mqd() local
851 ctrl_flags); in amdgpu_ttm_gart_bind_gfx9_mqd()

12