Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-transaction.c443 static struct fw_packet phy_config_packet = { variable
473 phy_config_packet.header[1] = data; in fw_send_phy_config()
474 phy_config_packet.header[2] = ~data; in fw_send_phy_config()
475 phy_config_packet.generation = generation; in fw_send_phy_config()
478 card->driver->send_request(card, &phy_config_packet); in fw_send_phy_config()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds