Home
last modified time | relevance | path

Searched refs:can_is_canxl_dev_mtu (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/net/can/
Dvcan.c140 !can_is_canxl_dev_mtu(new_mtu)) in vcan_change_mtu()
Dvxcan.c135 !can_is_canxl_dev_mtu(new_mtu)) in vxcan_change_mtu()
/Linux-v6.1/include/linux/can/
Ddev.h150 static inline bool can_is_canxl_dev_mtu(unsigned int mtu) in can_is_canxl_dev_mtu() function
/Linux-v6.1/net/can/
Draw.c836 if (ro->xl_frames && can_is_canxl_dev_mtu(dev->mtu)) { in raw_sendmsg()