Searched refs:phy_db_notif (Results 1 – 1 of 1) sorted by relevance
149 struct iwl_calib_res_notif_phy_db *phy_db_notif = in iwl_phy_db_set_section() local156 if (pkt_len < sizeof(*phy_db_notif)) in iwl_phy_db_set_section()159 type = le16_to_cpu(phy_db_notif->type); in iwl_phy_db_set_section()160 size = le16_to_cpu(phy_db_notif->length); in iwl_phy_db_set_section()162 if (pkt_len < sizeof(*phy_db_notif) + size) in iwl_phy_db_set_section()169 chg_id = le16_to_cpup((__le16 *)phy_db_notif->data); in iwl_phy_db_set_section()183 chg_id = le16_to_cpup((__le16 *)phy_db_notif->data); in iwl_phy_db_set_section()203 entry->data = kmemdup(phy_db_notif->data, size, GFP_ATOMIC); in iwl_phy_db_set_section()