Searched refs:iehdr (Results 1 – 2 of 2) sorted by relevance
145 } *iehdr = _interp_ehdr; in arch_check_elf() local173 ielf32 = iehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf()174 iflags = ielf32 ? iehdr->e32.e_flags : iehdr->e64.e_flags; in arch_check_elf()
2084 const struct rtw89_phy_sts_iehdr *iehdr) in rtw89_core_get_phy_status_ie_len() argument2091 ie = le32_get_bits(iehdr->w0, RTW89_PHY_STS_IEHDR_TYPE); in rtw89_core_get_phy_status_ie_len()2095 ie_len = le32_get_bits(iehdr->w0, RTW89_PHY_STS_IEHDR_LEN) * VAR_LEN_UNIT; in rtw89_core_get_phy_status_ie_len()2101 const struct rtw89_phy_sts_iehdr *iehdr, in rtw89_core_parse_phy_status_ie01_v2() argument2107 ie = (const struct rtw89_phy_sts_ie01_v2 *)iehdr; in rtw89_core_parse_phy_status_ie01_v2()2117 const struct rtw89_phy_sts_iehdr *iehdr, in rtw89_core_parse_phy_status_ie01() argument2120 const struct rtw89_phy_sts_ie01 *ie = (const struct rtw89_phy_sts_ie01 *)iehdr; in rtw89_core_parse_phy_status_ie01()2158 rtw89_core_parse_phy_status_ie01_v2(rtwdev, iehdr, phy_ppdu); in rtw89_core_parse_phy_status_ie01()2162 const struct rtw89_phy_sts_iehdr *iehdr, in rtw89_core_parse_phy_status_ie00() argument2165 const struct rtw89_phy_sts_ie00 *ie = (const struct rtw89_phy_sts_ie00 *)iehdr; in rtw89_core_parse_phy_status_ie00()[all …]