Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_iwm.c2590 struct iwm_calib_res_notif_phy_db *phy_db_notif) in iwm_phy_db_set_section() argument
2592 uint16_t type = le16toh(phy_db_notif->type); in iwm_phy_db_set_section()
2593 uint16_t size = le16toh(phy_db_notif->length); in iwm_phy_db_set_section()
2599 chg_id = le16toh(*(uint16_t *)phy_db_notif->data); in iwm_phy_db_set_section()
2612 memcpy(entry->data, phy_db_notif->data, size); in iwm_phy_db_set_section()
11113 struct iwm_calib_res_notif_phy_db *phy_db_notif; in iwm_rx_pkt() local
11114 SYNC_RESP_STRUCT(phy_db_notif, pkt); in iwm_rx_pkt()
11115 iwm_phy_db_set_section(sc, phy_db_notif); in iwm_rx_pkt()