HomeSort by: relevance | last modified time | path
    Searched defs:phy_db_notif (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_iwm.c 2342 struct iwm_calib_res_notif_phy_db *phy_db_notif, uint16_t size)
2345 enum iwm_phy_db_section_type type = le16toh(phy_db_notif->type);
2350 chg_id = le16toh(*(uint16_t *)phy_db_notif->data);
2363 memcpy(entry->data, phy_db_notif->data, size);
8463 struct iwm_calib_res_notif_phy_db *phy_db_notif; local
8464 SYNC_RESP_STRUCT(phy_db_notif, pkt);
8465 uint16_t size = le16toh(phy_db_notif->length);
8467 sizeof(*pkt) + sizeof(*phy_db_notif),
8469 iwm_phy_db_set_section(sc, phy_db_notif, size);

Completed in 46 milliseconds