Searched refs:phy_db_notif (Results 1 – 1 of 1) sorted by relevance
151 struct iwl_calib_res_notif_phy_db *phy_db_notif = in iwl_phy_db_set_section() local158 if (pkt_len < sizeof(*phy_db_notif)) in iwl_phy_db_set_section()161 type = le16_to_cpu(phy_db_notif->type); in iwl_phy_db_set_section()162 size = le16_to_cpu(phy_db_notif->length); in iwl_phy_db_set_section()164 if (pkt_len < sizeof(*phy_db_notif) + size) in iwl_phy_db_set_section()171 chg_id = le16_to_cpup((__le16 *)phy_db_notif->data); in iwl_phy_db_set_section()185 chg_id = le16_to_cpup((__le16 *)phy_db_notif->data); in iwl_phy_db_set_section()205 entry->data = kmemdup(phy_db_notif->data, size, GFP_ATOMIC); in iwl_phy_db_set_section()