Searched refs:can_eth_ioctl_hwts (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/can/dev/ |
H A D | dev.c | 330 int can_eth_ioctl_hwts(struct net_device *netdev, struct ifreq *ifr, int cmd) in can_eth_ioctl_hwts() function 354 EXPORT_SYMBOL(can_eth_ioctl_hwts);
|
/openbmc/linux/include/linux/can/ |
H A D | dev.h | 187 int can_eth_ioctl_hwts(struct net_device *netdev, struct ifreq *ifr, int cmd);
|
/openbmc/linux/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_core.c | 754 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|
/openbmc/linux/drivers/net/can/usb/ |
H A D | gs_usb.c | 1096 return can_eth_ioctl_hwts(netdev, ifr, cmd); in gs_can_eth_ioctl()
|
/openbmc/linux/drivers/net/can/usb/etas_es58x/ |
H A D | es58x_core.c | 1979 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|
/openbmc/linux/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-core.c | 1694 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|
/openbmc/linux/drivers/net/can/ |
H A D | kvaser_pciefd.c | 898 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|