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