Searched refs:pNetDevice_p (Results 1 – 1 of 1) sorted by relevance
133 static int VEthOpen(struct net_device *pNetDevice_p);134 static int VEthClose(struct net_device *pNetDevice_p);135 static int VEthXmit(struct sk_buff *pSkb_p, struct net_device *pNetDevice_p);136 static struct net_device_stats *VEthGetStats(struct net_device *pNetDevice_p);137 static void VEthTimeout(struct net_device *pNetDevice_p);164 static int VEthOpen(struct net_device *pNetDevice_p) in VEthOpen() argument172 netif_start_queue(pNetDevice_p); in VEthOpen()183 static int VEthClose(struct net_device *pNetDevice_p) in VEthClose() argument192 netif_stop_queue(pNetDevice_p); in VEthClose()196 static int VEthXmit(struct sk_buff *pSkb_p, struct net_device *pNetDevice_p) in VEthXmit() argument[all …]