Searched refs:can_eth_ioctl_hwts (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/can/dev/ |
H A D | dev.c | 353 int can_eth_ioctl_hwts(struct net_device *netdev, struct ifreq *ifr, int cmd) in can_eth_ioctl_hwts() function 377 EXPORT_SYMBOL(can_eth_ioctl_hwts);
|
/linux/include/linux/can/ |
H A D | dev.h | 191 int can_eth_ioctl_hwts(struct net_device *netdev, struct ifreq *ifr, int cmd);
|
/linux/drivers/net/can/esd/ |
H A D | esd_402_pci-core.c | 90 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|
/linux/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_core.c | 787 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|
/linux/drivers/net/can/usb/ |
H A D | gs_usb.c | 1099 return can_eth_ioctl_hwts(netdev, ifr, cmd); in gs_can_eth_ioctl()
|
/linux/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-core.c | 1717 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|
/linux/drivers/net/can/kvaser_pciefd/ |
H A D | kvaser_pciefd_core.c | 905 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|