Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/can/
H A Dcan-ml.h62 struct can_ml_priv { struct
69 static inline struct can_ml_priv *can_get_ml_priv(struct net_device *dev) in can_get_ml_priv() argument
75 struct can_ml_priv *ml_priv) in can_set_ml_priv()
/openbmc/linux/net/can/j1939/
H A Dmain.c150 struct can_ml_priv *can_ml = can_get_ml_priv(ndev); in j1939_priv_set()
225 struct can_ml_priv *can_ml = can_get_ml_priv(ndev); in j1939_ndev_to_priv()
364 struct can_ml_priv *can_ml = can_get_ml_priv(ndev); in j1939_netdev_notify()
H A Dsocket.c475 struct can_ml_priv *can_ml; in j1939_sk_bind()
/openbmc/linux/net/can/
H A Dproc.c323 struct can_ml_priv *can_ml = can_get_ml_priv(dev); in can_rcvlist_proc_show()
379 struct can_ml_priv *can_ml = can_get_ml_priv(dev); in can_rcvlist_sff_proc_show()
412 struct can_ml_priv *can_ml = can_get_ml_priv(dev); in can_rcvlist_eff_proc_show()
H A Daf_can.c306 struct can_ml_priv *can_ml = can_get_ml_priv(dev); in can_dev_rcv_lists_find()
/openbmc/linux/drivers/net/can/
H A Dvxcan.c156 struct can_ml_priv *can_ml; in vxcan_setup()
300 .priv_size = ALIGN(sizeof(struct vxcan_priv), NETDEV_ALIGN) + sizeof(struct can_ml_priv),
H A Dvcan.c177 .priv_size = sizeof(struct can_ml_priv),
/openbmc/linux/drivers/net/can/dev/
H A Ddev.c233 struct can_ml_priv *can_ml; in alloc_candev_mqs()
251 size = ALIGN(sizeof_priv, NETDEV_ALIGN) + sizeof(struct can_ml_priv); in alloc_candev_mqs()