Searched refs:pNetDev (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp_os.h85 int RtmpOSIRQRequest(struct net_device *pNetDev);
86 int RtmpOSIRQRelease(struct net_device *pNetDev);
H A Drt_linux.c913 int RtmpOSIRQRequest(struct net_device *pNetDev) argument
916 struct net_device *net_dev = pNetDev;
920 GET_PAD_FROM_NET_DEV(pAd, pNetDev);
940 int RtmpOSIRQRelease(struct net_device *pNetDev) argument
942 struct net_device *net_dev = pNetDev;
1172 int RtmpOSNetDevAddrSet(struct net_device *pNetDev, u8 *pMacAddr) argument
1177 net_dev = pNetDev;
1238 void RtmpOSNetDevClose(struct net_device *pNetDev) argument
1240 dev_close(pNetDev);
1243 void RtmpOSNetDevFree(struct net_device *pNetDev) argument
1265 RtmpOSNetDevGetByName(struct net_device *pNetDev, char *pDevName) argument
1274 RtmpOSNetDeviceRefPut(struct net_device *pNetDev) argument
1285 RtmpOSNetDevDestory(struct rt_rtmp_adapter *pAd, struct net_device *pNetDev) argument
1293 RtmpOSNetDevDetach(struct net_device *pNetDev) argument
1298 RtmpOSNetDevAttach(struct net_device *pNetDev, struct rt_rtmp_os_netdev_op_hook *pDevOpHook) argument
1343 struct net_device *pNetDev = NULL; local
[all...]
H A Drtmp.h4285 int RtmpOSNetDevAddrSet(struct net_device *pNetDev, u8 *pMacAddr);
4287 int RtmpOSNetDevAttach(struct net_device *pNetDev,
4290 void RtmpOSNetDevClose(struct net_device *pNetDev);
4292 void RtmpOSNetDevDetach(struct net_device *pNetDev);
4296 void RtmpOSNetDevFree(struct net_device *pNetDev);
4298 struct net_device *RtmpOSNetDevGetByName(struct net_device *pNetDev, char *pDevName);
4300 void RtmpOSNetDeviceRefPut(struct net_device *pNetDev);

Completed in 198 milliseconds