Lines Matching defs:ndev
190 struct net_device *ndev; member
303 static void ti_hecc_reset(struct net_device *ndev) in ti_hecc_reset()
362 static void ti_hecc_start(struct net_device *ndev) in ti_hecc_start()
412 static void ti_hecc_stop(struct net_device *ndev) in ti_hecc_stop()
426 static int ti_hecc_do_set_mode(struct net_device *ndev, enum can_mode mode) in ti_hecc_do_set_mode()
443 static int ti_hecc_get_berr_counter(const struct net_device *ndev, in ti_hecc_get_berr_counter()
475 static netdev_tx_t ti_hecc_xmit(struct sk_buff *skb, struct net_device *ndev) in ti_hecc_xmit()
602 static int ti_hecc_error(struct net_device *ndev, int int_status, in ti_hecc_error()
647 static void ti_hecc_change_state(struct net_device *ndev, in ti_hecc_change_state()
678 struct net_device *ndev = (struct net_device *)dev_id; in ti_hecc_interrupt() local
792 static int ti_hecc_open(struct net_device *ndev) in ti_hecc_open()
824 static int ti_hecc_close(struct net_device *ndev) in ti_hecc_close()
857 struct net_device *ndev = (struct net_device *)0; in ti_hecc_probe() local
978 struct net_device *ndev = platform_get_drvdata(pdev); in ti_hecc_remove() local