Searched refs:can_ml (Results 1 – 2 of 2) sorted by relevance
156 struct can_ml_priv *can_ml; in vxcan_setup() local168 can_ml = netdev_priv(dev) + ALIGN(sizeof(struct vxcan_priv), NETDEV_ALIGN); in vxcan_setup()169 can_set_ml_priv(dev, can_ml); in vxcan_setup()
256 struct can_ml_priv *can_ml; in alloc_candev_mqs() local288 can_ml = (void *)priv + ALIGN(sizeof_priv, NETDEV_ALIGN); in alloc_candev_mqs()289 can_set_ml_priv(dev, can_ml); in alloc_candev_mqs()
Completed in 5 milliseconds