Searched refs:phy_db_notif (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm_phy_db.c316 struct iwm_calib_res_notif_phy_db *phy_db_notif = local
318 enum iwm_phy_db_section_type type = le16toh(phy_db_notif->type);
319 uint16_t size = le16toh(phy_db_notif->length);
327 chg_id = le16toh(*(uint16_t *)phy_db_notif->data);
341 chg_id = le16toh(*(uint16_t *)phy_db_notif->data);
367 memcpy(entry->data, phy_db_notif->data, size);

Completed in 34 milliseconds