/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.h | 78 getSingleConstraintMatchWeight(AsmOperandInfo &info,
|
/third_party/skia/third_party/externals/expat/expat/ |
H A D | coverage.sh | 266 coverage_info=coverage.info
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | toplevel.mk | 172 $(info Checking out submodule in `subprojects/dlg') 177 $(info Copying files from `subprojects/dlg' to `src/dlg' and `include/dlg')
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | bss.h | 155 void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info,
|
H A D | ctrl_iface.c | 5216 u16 info, realms; local 5227 info = WPA_GET_LE16(ie); 5229 ret = os_snprintf(pos, end - pos, "fils_info=%04x\n", info); 5234 if (info & BIT(7)) { 5246 if (info & BIT(8)) { 5258 realms = (info & (BIT(3) | BIT(4) | BIT(5))) >> 3; 5671 "protected-anqp-info[%u]=1\n", 6208 char *info = NULL; local 6213 pos = os_strstr(cmd, "info="); 6219 info 7434 const struct p2p_peer_info *info; global() local [all...] |
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btusb.c | 3687 const struct qca_device_info *info) in btusb_setup_qca_load_rampatch() 3710 rver = (struct qca_rampatch_version *)(fw->data + info->ver_offset); in btusb_setup_qca_load_rampatch() 3731 err = btusb_setup_qca_download_fw(hdev, fw, info->rampatch_hdr); in btusb_setup_qca_load_rampatch() 3741 const struct qca_device_info *info) in btusb_setup_qca_load_nvm() 3759 err = btusb_setup_qca_download_fw(hdev, fw, info->nvm_hdr); in btusb_setup_qca_load_nvm() 3782 const struct qca_device_info *info = NULL; in btusb_setup_qca() local 3797 info = &qca_devices_table[i]; in btusb_setup_qca() 3799 if (!info) { in btusb_setup_qca() 3817 err = btusb_setup_qca_load_rampatch(hdev, &ver, info); in btusb_setup_qca() 3823 err = btusb_setup_qca_load_nvm(hdev, &ver, info); in btusb_setup_qca() 3685 btusb_setup_qca_load_rampatch(struct hci_dev *hdev, struct qca_version *ver, const struct qca_device_info *info) btusb_setup_qca_load_rampatch() argument 3739 btusb_setup_qca_load_nvm(struct hci_dev *hdev, struct qca_version *ver, const struct qca_device_info *info) btusb_setup_qca_load_nvm() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc.c | 2247 /* update current stream with writeback info */ in copy_stream_update_to_stream() 3030 void get_clock_requirements_for_state(struct dc_state *state, struct AsicStateEx *info) in get_clock_requirements_for_state() argument 3032 info->displayClock = (unsigned int)state->bw_ctx.bw.dcn.clk.dispclk_khz; in get_clock_requirements_for_state() 3033 info->engineClock = (unsigned int)state->bw_ctx.bw.dcn.clk.dcfclk_khz; in get_clock_requirements_for_state() 3034 info->memoryClock = (unsigned int)state->bw_ctx.bw.dcn.clk.dramclk_khz; in get_clock_requirements_for_state() 3035 info->maxSupportedDppClock = (unsigned int)state->bw_ctx.bw.dcn.clk.max_supported_dppclk_khz; in get_clock_requirements_for_state() 3036 info->dppClock = (unsigned int)state->bw_ctx.bw.dcn.clk.dppclk_khz; in get_clock_requirements_for_state() 3037 info->socClock = (unsigned int)state->bw_ctx.bw.dcn.clk.socclk_khz; in get_clock_requirements_for_state() 3038 info->dcfClockDeepSleep = (unsigned int)state->bw_ctx.bw.dcn.clk.dcfclk_deep_sleep_khz; in get_clock_requirements_for_state() 3039 info in get_clock_requirements_for_state() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x550.c | 489 u32 info[FW_PHY_ACT_DATA_COUNT] = { 0 }; in ixgbe_get_phy_id_fw() local 498 rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_GET_PHY_INFO, &info); in ixgbe_get_phy_id_fw() 503 phy_speeds = info[0] & FW_PHY_INFO_SPEED_MASK; in ixgbe_get_phy_id_fw() 509 hw->phy.id = info[0] & FW_PHY_INFO_ID_HI_MASK; in ixgbe_get_phy_id_fw() 510 phy_id_lo = info[1] & FW_PHY_INFO_ID_LO_MASK; in ixgbe_get_phy_id_fw() 1236 * ixgbe_get_bus_info_X550em - Set PCI bus info 2101 u32 info[FW_PHY_ACT_DATA_COUNT] = { 0 }; in ixgbe_fc_autoneg_sgmii_x550em_a() local 2119 status = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_GET_LINK_INFO, &info); in ixgbe_fc_autoneg_sgmii_x550em_a() 2120 if (status || !(info[0] & FW_PHY_ACT_GET_LINK_INFO_AN_COMPLETE)) { in ixgbe_fc_autoneg_sgmii_x550em_a() 2126 status = ixgbe_negotiate_fc(hw, info[ in ixgbe_fc_autoneg_sgmii_x550em_a() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 2994 /* all cards provide GPIO info, some have an additional eeprom in flyvideo_gpio() 3068 char *info; in miro_pinnacle_gpio() local 3106 info = "PAL / mono"; in miro_pinnacle_gpio() 3110 info = "PAL+SECAM / stereo"; in miro_pinnacle_gpio() 3115 info = "NTSC / stereo"; in miro_pinnacle_gpio() 3120 info = "PAL+SECAM / mono"; in miro_pinnacle_gpio() 3124 info = "NTSC / mono"; in miro_pinnacle_gpio() 3128 info = "NTSC / stereo"; in miro_pinnacle_gpio() 3132 info = "PAL / stereo"; in miro_pinnacle_gpio() 3136 info in miro_pinnacle_gpio() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | commands.c | 748 qtnf_cmd_sta_info_parse(sinfo, resp->info, var_resp_len); in qtnf_cmd_get_sta_info() 918 qlink_for_each_tlv(tlv, resp->info, info_len) { in qtnf_cmd_resp_proc_hw_info() 953 if (!qlink_tlv_parsing_ok(tlv, resp->info, info_len)) { in qtnf_cmd_resp_proc_hw_info() 1279 static void qtnf_cmd_resp_band_fill_htcap(const u8 *info, in qtnf_cmd_resp_band_fill_htcap() argument 1283 (const struct ieee80211_ht_cap *)info; in qtnf_cmd_resp_band_fill_htcap() 1295 static void qtnf_cmd_resp_band_fill_vhtcap(const u8 *info, in qtnf_cmd_resp_band_fill_vhtcap() argument 1299 (const struct ieee80211_vht_cap *)info; in qtnf_cmd_resp_band_fill_vhtcap() 1409 qlink_for_each_tlv(tlv, resp->info, payload_len) { in qtnf_cmd_resp_fill_band_info() 1522 if (!qlink_tlv_parsing_ok(tlv, resp->info, payload_len)) { in qtnf_cmd_resp_fill_band_info() 2490 ret = qtnf_cmd_resp_proc_chan_stat_info(survey, resp->info, in qtnf_cmd_get_chan_stats() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.c | 256 data_hdr->info = msg_type << WMI_DATA_HDR_MSG_TYPE_SHIFT; in ath6kl_wmi_data_hdr_add() 257 data_hdr->info |= data_type << WMI_DATA_HDR_DATA_TYPE_SHIFT; in ath6kl_wmi_data_hdr_add() 260 data_hdr->info |= WMI_DATA_HDR_MORE; in ath6kl_wmi_data_hdr_add() 334 * Extract the endpoint info from the TOS field in ath6kl_wmi_implicit_create_pstream() 772 cmd->info.params.lrssi_scan_period = cpu_to_le16(DEF_LRSSI_SCAN_PERIOD); in ath6kl_wmi_set_roam_lrssi_cmd() 773 cmd->info.params.lrssi_scan_threshold = a_cpu_to_sle16(lrssi + in ath6kl_wmi_set_roam_lrssi_cmd() 775 cmd->info.params.lrssi_roam_threshold = a_cpu_to_sle16(lrssi); in ath6kl_wmi_set_roam_lrssi_cmd() 776 cmd->info.params.roam_rssi_floor = DEF_LRSSI_ROAM_FLOOR; in ath6kl_wmi_set_roam_lrssi_cmd() 794 memcpy(cmd->info.bssid, bssid, ETH_ALEN); in ath6kl_wmi_force_roam_cmd() 846 cmd->info in ath6kl_wmi_set_roam_mode_cmd() [all...] |
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | hpifunc.c | 208 *pw_adapter_type = hr.u.ax.info.adapter_type; in hpi_adapter_get_info() 209 *pw_num_outstreams = hr.u.ax.info.num_outstreams; in hpi_adapter_get_info() 210 *pw_num_instreams = hr.u.ax.info.num_instreams; in hpi_adapter_get_info() 211 *pw_version = hr.u.ax.info.version; in hpi_adapter_get_info() 212 *pserial_number = hr.u.ax.info.serial_number; in hpi_adapter_get_info() 230 *pw_module_type = hr.u.ax.info.adapter_type; in hpi_adapter_get_module_by_index() 231 *pw_num_outputs = hr.u.ax.info.num_outstreams; in hpi_adapter_get_module_by_index() 232 *pw_num_inputs = hr.u.ax.info.num_instreams; in hpi_adapter_get_module_by_index() 233 *pw_version = hr.u.ax.info.version; in hpi_adapter_get_module_by_index() 234 *pserial_number = hr.u.ax.info in hpi_adapter_get_module_by_index() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_psp.c | 1552 union ta_ras_cmd_input *info, bool enable) in psp_ras_enable_features() 1568 ras_cmd->ras_in_message = *info; in psp_ras_enable_features() 1692 struct ta_ras_trigger_error_input *info, uint32_t instance_mask) in psp_ras_trigger_error() 1702 switch (info->block_id) { in psp_ras_trigger_error() 1721 info->sub_block_index |= dev_mask; in psp_ras_trigger_error() 1727 ras_cmd->ras_in_message.trigger_error = *info; in psp_ras_trigger_error() 3436 struct amdgpu_firmware_info *info = NULL; in psp_init_cap_microcode() local 3455 info = &adev->firmware.ucode[AMDGPU_UCODE_ID_CAP]; in psp_init_cap_microcode() 3456 info->ucode_id = AMDGPU_UCODE_ID_CAP; in psp_init_cap_microcode() 3457 info in psp_init_cap_microcode() 1551 psp_ras_enable_features(struct psp_context *psp, union ta_ras_cmd_input *info, bool enable) psp_ras_enable_features() argument 1691 psp_ras_trigger_error(struct psp_context *psp, struct ta_ras_trigger_error_input *info, uint32_t instance_mask) psp_ras_trigger_error() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x550.c | 489 u32 info[FW_PHY_ACT_DATA_COUNT] = { 0 }; in ixgbe_get_phy_id_fw() local 498 rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_GET_PHY_INFO, &info); in ixgbe_get_phy_id_fw() 503 phy_speeds = info[0] & FW_PHY_INFO_SPEED_MASK; in ixgbe_get_phy_id_fw() 509 hw->phy.id = info[0] & FW_PHY_INFO_ID_HI_MASK; in ixgbe_get_phy_id_fw() 510 phy_id_lo = info[1] & FW_PHY_INFO_ID_LO_MASK; in ixgbe_get_phy_id_fw() 1236 * ixgbe_get_bus_info_X550em - Set PCI bus info 2151 u32 info[FW_PHY_ACT_DATA_COUNT] = { 0 }; in ixgbe_fc_autoneg_sgmii_x550em_a() local 2169 status = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_GET_LINK_INFO, &info); in ixgbe_fc_autoneg_sgmii_x550em_a() 2170 if (status || !(info[0] & FW_PHY_ACT_GET_LINK_INFO_AN_COMPLETE)) { in ixgbe_fc_autoneg_sgmii_x550em_a() 2176 status = ixgbe_negotiate_fc(hw, info[ in ixgbe_fc_autoneg_sgmii_x550em_a() [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 2991 /* all cards provide GPIO info, some have an additional eeprom in flyvideo_gpio() 3065 char *info; in miro_pinnacle_gpio() local 3103 info = "PAL / mono"; in miro_pinnacle_gpio() 3107 info = "PAL+SECAM / stereo"; in miro_pinnacle_gpio() 3112 info = "NTSC / stereo"; in miro_pinnacle_gpio() 3117 info = "PAL+SECAM / mono"; in miro_pinnacle_gpio() 3121 info = "NTSC / mono"; in miro_pinnacle_gpio() 3125 info = "NTSC / stereo"; in miro_pinnacle_gpio() 3129 info = "PAL / stereo"; in miro_pinnacle_gpio() 3133 info in miro_pinnacle_gpio() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.c | 256 data_hdr->info = msg_type << WMI_DATA_HDR_MSG_TYPE_SHIFT; in ath6kl_wmi_data_hdr_add() 257 data_hdr->info |= data_type << WMI_DATA_HDR_DATA_TYPE_SHIFT; in ath6kl_wmi_data_hdr_add() 260 data_hdr->info |= WMI_DATA_HDR_MORE; in ath6kl_wmi_data_hdr_add() 334 * Extract the endpoint info from the TOS field in ath6kl_wmi_implicit_create_pstream() 772 cmd->info.params.lrssi_scan_period = cpu_to_le16(DEF_LRSSI_SCAN_PERIOD); in ath6kl_wmi_set_roam_lrssi_cmd() 773 cmd->info.params.lrssi_scan_threshold = a_cpu_to_sle16(lrssi + in ath6kl_wmi_set_roam_lrssi_cmd() 775 cmd->info.params.lrssi_roam_threshold = a_cpu_to_sle16(lrssi); in ath6kl_wmi_set_roam_lrssi_cmd() 776 cmd->info.params.roam_rssi_floor = DEF_LRSSI_ROAM_FLOOR; in ath6kl_wmi_set_roam_lrssi_cmd() 794 memcpy(cmd->info.bssid, bssid, ETH_ALEN); in ath6kl_wmi_force_roam_cmd() 846 cmd->info in ath6kl_wmi_set_roam_mode_cmd() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | commands.c | 736 qtnf_cmd_sta_info_parse(sinfo, resp->info, var_resp_len); in qtnf_cmd_get_sta_info() 906 qlink_for_each_tlv(tlv, resp->info, info_len) { in qtnf_cmd_resp_proc_hw_info() 941 if (!qlink_tlv_parsing_ok(tlv, resp->info, info_len)) { in qtnf_cmd_resp_proc_hw_info() 1267 static void qtnf_cmd_resp_band_fill_htcap(const u8 *info, in qtnf_cmd_resp_band_fill_htcap() argument 1271 (const struct ieee80211_ht_cap *)info; in qtnf_cmd_resp_band_fill_htcap() 1283 static void qtnf_cmd_resp_band_fill_vhtcap(const u8 *info, in qtnf_cmd_resp_band_fill_vhtcap() argument 1287 (const struct ieee80211_vht_cap *)info; in qtnf_cmd_resp_band_fill_vhtcap() 1398 qlink_for_each_tlv(tlv, resp->info, payload_len) { in qtnf_cmd_resp_fill_band_info() 1511 if (!qlink_tlv_parsing_ok(tlv, resp->info, payload_len)) { in qtnf_cmd_resp_fill_band_info() 2446 ret = qtnf_cmd_resp_proc_chan_stat_info(survey, resp->info, in qtnf_cmd_get_chan_stats() [all...] |
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpifunc.c | 208 *pw_adapter_type = hr.u.ax.info.adapter_type; in hpi_adapter_get_info() 209 *pw_num_outstreams = hr.u.ax.info.num_outstreams; in hpi_adapter_get_info() 210 *pw_num_instreams = hr.u.ax.info.num_instreams; in hpi_adapter_get_info() 211 *pw_version = hr.u.ax.info.version; in hpi_adapter_get_info() 212 *pserial_number = hr.u.ax.info.serial_number; in hpi_adapter_get_info() 230 *pw_module_type = hr.u.ax.info.adapter_type; in hpi_adapter_get_module_by_index() 231 *pw_num_outputs = hr.u.ax.info.num_outstreams; in hpi_adapter_get_module_by_index() 232 *pw_num_inputs = hr.u.ax.info.num_instreams; in hpi_adapter_get_module_by_index() 233 *pw_version = hr.u.ax.info.version; in hpi_adapter_get_module_by_index() 234 *pserial_number = hr.u.ax.info in hpi_adapter_get_module_by_index() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | matroskaenc.c | 205 ebml_stored_master info; member 837 ffio_free_dyn_buf(&mkv->info.bc); in mkv_deinit() 2339 int ret = start_ebml_master_crc32(&mkv->info.bc, mkv); in mkv_write_info() 2342 pb = mkv->info.bc; in mkv_write_info() 2388 return end_ebml_master_crc32_tentatively(s->pb, &mkv->info, in mkv_write_info() 3029 ret = mkv_write_seekhead(pb, mkv, 1, mkv->info.pos); in mkv_write_trailer() 3033 if (mkv->info.bc) { in mkv_write_trailer() 3036 avio_seek(mkv->info.bc, mkv->duration_offset, SEEK_SET); in mkv_write_trailer() 3037 put_ebml_float(mkv->info.bc, MATROSKA_ID_DURATION, mkv->duration); in mkv_write_trailer() 3038 ret = end_ebml_master_crc32(pb, &mkv->info in mkv_write_trailer() [all...] |
/third_party/backends/backend/ |
H A D | teco2.c | 1141 * See more info in doc/teco/teco2.txt 2665 SANE_Action action, void *val, SANE_Int * info) in sane_control_option() 2674 if (info) in sane_control_option() 2676 *info = 0; in sane_control_option() 2744 status = sanei_constrain_value (dev->opt + option, val, info); in sane_control_option() 2764 if (info) in sane_control_option() 2766 *info |= SANE_INFO_RELOAD_PARAMS; in sane_control_option() 2926 if (info) in sane_control_option() 2928 *info |= SANE_INFO_RELOAD_OPTIONS | SANE_INFO_RELOAD_PARAMS; in sane_control_option() 2962 if (info) in sane_control_option() 2664 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 419 VkPipelineExecutableInfoKHR info = initVulkanStructure(); in makePipelineExecutableInfo() local 420 info.pipeline = pipeline; in makePipelineExecutableInfo() 421 info.executableIndex = static_cast<uint32_t>(executableIndex); in makePipelineExecutableInfo() 422 return info; in makePipelineExecutableInfo() 1720 SpecInfoPtr info (new VkSpecializationInfo); in maybeMakeSpecializationInfo() 1722 info->mapEntryCount = 1u; in maybeMakeSpecializationInfo() 1723 info->pMapEntries = entry; in maybeMakeSpecializationInfo() 1724 info->dataSize = sizeof(uint32_t); in maybeMakeSpecializationInfo() 1725 info->pData = &(*(iter++)); in maybeMakeSpecializationInfo() 1727 return info; in maybeMakeSpecializationInfo() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 416 VkPipelineExecutableInfoKHR info = initVulkanStructure(); in makePipelineExecutableInfo() local 417 info.pipeline = pipeline; in makePipelineExecutableInfo() 418 info.executableIndex = static_cast<uint32_t>(executableIndex); in makePipelineExecutableInfo() 419 return info; in makePipelineExecutableInfo() 1708 SpecInfoPtr info (new VkSpecializationInfo); in maybeMakeSpecializationInfo() 1710 info->mapEntryCount = 1u; in maybeMakeSpecializationInfo() 1711 info->pMapEntries = entry; in maybeMakeSpecializationInfo() 1712 info->dataSize = sizeof(uint32_t); in maybeMakeSpecializationInfo() 1713 info->pData = &(*(iter++)); in maybeMakeSpecializationInfo() 1715 return info; in maybeMakeSpecializationInfo() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES.cpp | 168 const gl::InternalFormat *info, in ValidReadPixelsUnsignedNormalizedDepthType() 171 bool supportsReadDepthNV = (context->getExtensions().readDepthNV && (info->depthBits > 0) && in ValidReadPixelsUnsignedNormalizedDepthType() 172 (info->componentCount == 1)); in ValidReadPixelsUnsignedNormalizedDepthType() 185 const gl::InternalFormat *info, in ValidReadPixelsFloatDepthType() 189 context->getExtensions().depthBufferFloat2NV && (info->componentCount == 1); in ValidReadPixelsFloatDepthType() 193 const gl::InternalFormat *info, in ValidReadPixelsFormatType() 197 switch (info->componentType) in ValidReadPixelsFormatType() 205 return ((type == GL_UNSIGNED_BYTE) && info->pixelBytes >= 1) || in ValidReadPixelsFormatType() 207 (type == GL_UNSIGNED_SHORT) && info->pixelBytes >= 2); in ValidReadPixelsFormatType() 213 return ValidReadPixelsUnsignedNormalizedDepthType(context, info, typ in ValidReadPixelsFormatType() 167 ValidReadPixelsUnsignedNormalizedDepthType(const Context *context, const gl::InternalFormat *info, GLenum type) ValidReadPixelsUnsignedNormalizedDepthType() argument 184 ValidReadPixelsFloatDepthType(const Context *context, const gl::InternalFormat *info, GLenum type) ValidReadPixelsFloatDepthType() argument 192 ValidReadPixelsFormatType(const Context *context, const gl::InternalFormat *info, GLenum format, GLenum type) ValidReadPixelsFormatType() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 2304 struct radius_sta *info) in ieee802_11_allowed_address() 2308 res = hostapd_allowed_address(hapd, addr, msg, len, info, 0); in ieee802_11_allowed_address() 2333 int res, struct radius_sta *info) in ieee802_11_set_radius_info() 2335 u32 session_timeout = info->session_timeout; in ieee802_11_set_radius_info() 2336 u32 acct_interim_interval = info->acct_interim_interval; in ieee802_11_set_radius_info() 2337 struct vlan_description *vlan_id = &info->vlan_id; in ieee802_11_set_radius_info() 2338 struct hostapd_sta_wpa_psk_short *psk = info->psk; in ieee802_11_set_radius_info() 2339 char *identity = info->identity; in ieee802_11_set_radius_info() 2340 char *radius_cui = info->radius_cui; in ieee802_11_set_radius_info() 3695 u32 info; in handle_auth() local 2302 ieee802_11_allowed_address(struct hostapd_data *hapd, const u8 *addr, const u8 *msg, size_t len, struct radius_sta *info) ieee802_11_allowed_address() argument 2332 ieee802_11_set_radius_info(struct hostapd_data *hapd, struct sta_info *sta, int res, struct radius_sta *info) ieee802_11_set_radius_info() argument 4205 const char *info = "OWE Key Generation"; owe_process_assoc_req() local 5558 struct radius_sta info; handle_assoc() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_common.c | 465 * @key: pointer to key info struct 507 * @key: pointer to key info struct 521 * @key: pointer to key info struct 1745 /* Update the link info */ in i40e_set_fc() 1869 /* update fc info */ in i40e_aq_get_link_info() 1971 * @aq: pointer to AdminQ info containing HW API version to compare 2014 status = i40e_asq_send_command(hw, &desc, &vsi_ctx->info, in i40e_aq_add_vsi() 2015 sizeof(vsi_ctx->info), cmd_details); in i40e_aq_add_vsi() 2335 * i40e_get_vsi_params - get VSI configuration info 2359 status = i40e_asq_send_command(hw, &desc, &vsi_ctx->info, in i40e_aq_get_vsi_params() 5764 u32 offset = 0, info = 0; i40e_write_profile() local 5825 u32 offset = 0, info = 0; i40e_rollback_profile() local 5878 u32 offset = 0, info = 0; i40e_add_pinfo_to_list() local [all...] |