Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dcore-transaction.c485 static struct fw_packet phy_config_packet = { variable
515 phy_config_packet.header[1] = data; in fw_send_phy_config()
516 phy_config_packet.header[2] = ~data; in fw_send_phy_config()
517 phy_config_packet.generation = generation; in fw_send_phy_config()
520 card->driver->send_request(card, &phy_config_packet); in fw_send_phy_config()