Home
last modified time | relevance | path

Searched refs:iehdr (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/mips/kernel/
H A Delf.c145 } *iehdr = _interp_ehdr; in arch_check_elf() local
173 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()
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1678 const struct rtw89_phy_sts_iehdr *iehdr) in rtw89_core_get_phy_status_ie_len() argument
1698 ie = le32_get_bits(iehdr->w0, RTW89_PHY_STS_IEHDR_TYPE); in rtw89_core_get_phy_status_ie_len()
1708 const struct rtw89_phy_sts_iehdr *iehdr, in rtw89_core_parse_phy_status_ie01_v2() argument
1714 ie = (const struct rtw89_phy_sts_ie01_v2 *)iehdr; in rtw89_core_parse_phy_status_ie01_v2()
1724 const struct rtw89_phy_sts_iehdr *iehdr, in rtw89_core_parse_phy_status_ie01() argument
1770 const struct rtw89_phy_sts_iehdr *iehdr, in rtw89_core_parse_phy_status_ie00() argument
1781 const struct rtw89_phy_sts_iehdr *iehdr, in rtw89_core_parse_phy_status_ie00_v2() argument
1789 ie = (const struct rtw89_phy_sts_ie00_v2 *)iehdr; in rtw89_core_parse_phy_status_ie00_v2()
1800 const struct rtw89_phy_sts_iehdr *iehdr, in rtw89_core_process_phy_status_ie() argument
1805 ie = le32_get_bits(iehdr->w0, RTW89_PHY_STS_IEHDR_TYPE); in rtw89_core_process_phy_status_ie()
[all …]