Searched refs:phy_config_packet (Results 1 – 1 of 1) sorted by relevance
510 static struct fw_packet phy_config_packet = { variable544 async_header_set_tcode(phy_config_packet.header, TCODE_LINK_INTERNAL); in fw_send_phy_config()545 phy_config_packet.header[1] = data; in fw_send_phy_config()546 phy_config_packet.header[2] = ~data; in fw_send_phy_config()547 phy_config_packet.generation = generation; in fw_send_phy_config()550 trace_async_phy_outbound_initiate((uintptr_t)&phy_config_packet, card->index, in fw_send_phy_config()551 phy_config_packet.generation, phy_config_packet.header[1], in fw_send_phy_config()552 phy_config_packet.header[2]); in fw_send_phy_config()554 card->driver->send_request(card, &phy_config_packet); in fw_send_phy_config()