Lines Matching defs:ndev
180 struct net_device *ndev; member
293 static void ti_hecc_reset(struct net_device *ndev) in ti_hecc_reset()
352 static void ti_hecc_start(struct net_device *ndev) in ti_hecc_start()
402 static void ti_hecc_stop(struct net_device *ndev) in ti_hecc_stop()
416 static int ti_hecc_do_set_mode(struct net_device *ndev, enum can_mode mode) in ti_hecc_do_set_mode()
433 static int ti_hecc_get_berr_counter(const struct net_device *ndev, in ti_hecc_get_berr_counter()
465 static netdev_tx_t ti_hecc_xmit(struct sk_buff *skb, struct net_device *ndev) in ti_hecc_xmit()
592 static int ti_hecc_error(struct net_device *ndev, int int_status, in ti_hecc_error()
637 static void ti_hecc_change_state(struct net_device *ndev, in ti_hecc_change_state()
669 struct net_device *ndev = (struct net_device *)dev_id; in ti_hecc_interrupt() local
784 static int ti_hecc_open(struct net_device *ndev) in ti_hecc_open()
814 static int ti_hecc_close(struct net_device *ndev) in ti_hecc_close()
849 struct net_device *ndev = (struct net_device *)0; in ti_hecc_probe() local
967 struct net_device *ndev = platform_get_drvdata(pdev); in ti_hecc_remove() local