Searched refs:iehdr (Results 1 – 2 of 2) sorted by relevance
144 } *iehdr = _interp_ehdr; in arch_check_elf() local172 ielf32 = iehdr->e32.e_ident[EI_CLASS] == ELFCLASS32; in arch_check_elf()173 iflags = ielf32 ? iehdr->e32.e_flags : iehdr->e64.e_flags; in arch_check_elf()
1310 const struct rtw89_phy_sts_iehdr *iehdr) in rtw89_core_get_phy_status_ie_len() argument1320 ie = le32_get_bits(iehdr->w0, RTW89_PHY_STS_IEHDR_TYPE); in rtw89_core_get_phy_status_ie_len()1324 ie_len = le32_get_bits(iehdr->w0, RTW89_PHY_STS_IEHDR_LEN) * VAR_LEN_UNIT; in rtw89_core_get_phy_status_ie_len()1330 const struct rtw89_phy_sts_iehdr *iehdr, in rtw89_core_parse_phy_status_ie01() argument1333 const struct rtw89_phy_sts_ie0 *ie = (const struct rtw89_phy_sts_ie0 *)iehdr; in rtw89_core_parse_phy_status_ie01()1362 const struct rtw89_phy_sts_iehdr *iehdr, in rtw89_core_process_phy_status_ie() argument1367 ie = le32_get_bits(iehdr->w0, RTW89_PHY_STS_IEHDR_TYPE); in rtw89_core_process_phy_status_ie()1371 rtw89_core_parse_phy_status_ie01(rtwdev, iehdr, phy_ppdu); in rtw89_core_process_phy_status_ie()1423 const struct rtw89_phy_sts_iehdr *iehdr = pos; in rtw89_core_rx_parse_phy_sts() local1425 ie_len = rtw89_core_get_phy_status_ie_len(rtwdev, iehdr); in rtw89_core_rx_parse_phy_sts()[all …]