Home
last modified time | relevance | path

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

/linux/drivers/firewire/
A Dcore-transaction.c451 static struct fw_packet phy_config_packet = { variable
485 async_header_set_tcode(phy_config_packet.header, TCODE_LINK_INTERNAL); in fw_send_phy_config()
486 phy_config_packet.header[1] = data; in fw_send_phy_config()
487 phy_config_packet.header[2] = ~data; in fw_send_phy_config()
488 phy_config_packet.generation = generation; in fw_send_phy_config()
491 trace_async_phy_outbound_initiate((uintptr_t)&phy_config_packet, card->index, in fw_send_phy_config()
492 phy_config_packet.generation, phy_config_packet.header[1], in fw_send_phy_config()
493 phy_config_packet.header[2]); in fw_send_phy_config()
495 card->driver->send_request(card, &phy_config_packet); in fw_send_phy_config()

Completed in 5 milliseconds