Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfirewire-cdev.h557 #define FW_CDEV_IOC_SEND_PHY_PACKET _IOWR('#', 0x15, struct fw_cdev_send_phy_packet)
1157 struct fw_cdev_send_phy_packet { struct
/openbmc/linux/drivers/firewire/
H A Dcore-cdev.c438 struct fw_cdev_send_phy_packet send_phy_packet;
1618 struct fw_cdev_send_phy_packet *a = &arg->send_phy_packet; in ioctl_send_phy_packet()