Lines Matching defs:ndev
167 struct net_device *ndev; member
479 static void pch_can_error(struct net_device *ndev, u32 status) in pch_can_error()
571 struct net_device *ndev = (struct net_device *)dev_id; in pch_can_interrupt() local
604 static void pch_can_rx_msg_lost(struct net_device *ndev, int obj_id) in pch_can_rx_msg_lost()
630 static int pch_can_rx_normal(struct net_device *ndev, u32 obj_num, int quota) in pch_can_rx_normal()
708 static void pch_can_tx_complete(struct net_device *ndev, u32 int_stat) in pch_can_tx_complete()
728 struct net_device *ndev = napi->dev; in pch_can_poll() local
772 static int pch_set_bittiming(struct net_device *ndev) in pch_set_bittiming()
794 static void pch_can_start(struct net_device *ndev) in pch_can_start()
815 static int pch_can_do_set_mode(struct net_device *ndev, enum can_mode mode) in pch_can_do_set_mode()
832 static int pch_can_open(struct net_device *ndev) in pch_can_open()
867 static int pch_close(struct net_device *ndev) in pch_close()
880 static netdev_tx_t pch_xmit(struct sk_buff *skb, struct net_device *ndev) in pch_xmit()
947 struct net_device *ndev = pci_get_drvdata(pdev); in pch_can_remove() local
1147 struct net_device *ndev; in pch_can_probe() local