Home
last modified time | relevance | path

Searched refs:ARPHRD_CAN (Results 1 – 8 of 8) sorted by relevance

/linux/include/uapi/linux/
H A Dif_arp.h56 #define ARPHRD_CAN 280 /* Controller Area Network */ macro
/linux/drivers/net/can/
H A Dvcan.c158 dev->type = ARPHRD_CAN; in vcan_setup()
H A Dvxcan.c158 dev->type = ARPHRD_CAN; in vxcan_setup()
/linux/drivers/net/can/dev/
H A Ddev.c237 dev->type = ARPHRD_CAN; in can_setup()
585 if (dev->type != ARPHRD_CAN || dev->rtnl_link_ops != &can_link_ops) in safe_candev_priv()
/linux/net/can/
H A Dbcm.c1383 if (dev->type != ARPHRD_CAN) { in bcm_sendmsg()
1507 if (dev->type != ARPHRD_CAN) in bcm_notifier()
1661 if (dev->type != ARPHRD_CAN) { in bcm_connect()
H A Disotp.c1309 if (dev->type != ARPHRD_CAN) { in isotp_bind()
1587 if (dev->type != ARPHRD_CAN) in isotp_notifier()
/linux/net/sched/
H A Dsch_generic.c1177 else if(dev->type == ARPHRD_CAN) in attach_one_default_qdisc()
/linux/Documentation/networking/
H A Dcan.rst1109 dev->type = ARPHRD_CAN; /* the netdevice hardware type */