Home
last modified time | relevance | path

Searched refs:pNetDevice_p (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/epl/
DVirtualEthernetLinux.c133 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() argument
172 netif_start_queue(pNetDevice_p); in VEthOpen()
183 static int VEthClose(struct net_device *pNetDevice_p) in VEthClose() argument
192 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 …]