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

/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c2603 struct iwm_calib_res_notif_phy_db *phy_db_notif)
2605 uint16_t type = le16toh(phy_db_notif->type);
2606 uint16_t size = le16toh(phy_db_notif->length);
2612 chg_id = le16toh(*(uint16_t *)phy_db_notif->data);
2625 memcpy(entry->data, phy_db_notif->data, size);
11138 struct iwm_calib_res_notif_phy_db *phy_db_notif; local
11139 SYNC_RESP_STRUCT(phy_db_notif, pkt);
11140 iwm_phy_db_set_section(sc, phy_db_notif);
2602 iwm_phy_db_set_section(struct iwm_softc *sc, struct iwm_calib_res_notif_phy_db *phy_db_notif) argument

Completed in 63 milliseconds