Searched refs:can_eth_ioctl_hwts (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/can/dev/ |
| A D | dev.c | 349 int can_eth_ioctl_hwts(struct net_device *netdev, struct ifreq *ifr, int cmd) in can_eth_ioctl_hwts() function 373 EXPORT_SYMBOL(can_eth_ioctl_hwts);
|
| /linux/include/linux/can/ |
| A D | dev.h | 187 int can_eth_ioctl_hwts(struct net_device *netdev, struct ifreq *ifr, int cmd);
|
| /linux/drivers/net/can/esd/ |
| A D | esd_402_pci-core.c | 90 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|
| /linux/drivers/net/can/usb/kvaser_usb/ |
| A D | kvaser_usb_core.c | 759 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|
| /linux/drivers/net/can/usb/ |
| A D | gs_usb.c | 1097 return can_eth_ioctl_hwts(netdev, ifr, cmd); in gs_can_eth_ioctl()
|
| /linux/drivers/net/can/usb/etas_es58x/ |
| A D | es58x_core.c | 1979 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|
| /linux/drivers/net/can/spi/mcp251xfd/ |
| A D | mcp251xfd-core.c | 1695 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|
| /linux/drivers/net/can/ |
| A D | kvaser_pciefd.c | 943 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|
Completed in 31 milliseconds