Searched refs:can_eth_ioctl_hwts (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/net/can/dev/ ! |
D | dev.c | 328 int can_eth_ioctl_hwts(struct net_device *netdev, struct ifreq *ifr, int cmd) in can_eth_ioctl_hwts() function 352 EXPORT_SYMBOL(can_eth_ioctl_hwts);
|
/linux-6.1.9/include/linux/can/ ! |
D | dev.h | 187 int can_eth_ioctl_hwts(struct net_device *netdev, struct ifreq *ifr, int cmd);
|
/linux-6.1.9/drivers/net/can/usb/kvaser_usb/ ! |
D | kvaser_usb_core.c | 755 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|
/linux-6.1.9/drivers/net/can/usb/ ! |
D | gs_usb.c | 1001 return can_eth_ioctl_hwts(netdev, ifr, cmd); in gs_can_eth_ioctl()
|
/linux-6.1.9/drivers/net/can/usb/etas_es58x/ ! |
D | es58x_core.c | 1978 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|
/linux-6.1.9/drivers/net/can/spi/mcp251xfd/ ! |
D | mcp251xfd-core.c | 1674 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|
/linux-6.1.9/drivers/net/can/ ! |
D | kvaser_pciefd.c | 920 .ndo_eth_ioctl = can_eth_ioctl_hwts,
|