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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddgrs.c32 * "dev0"/"priv0" and "devN"/"privN" pointer pairs in subroutines
40 * that is, dev0 == devN and priv0 == privN. This is just
45 * We use the devN and privN pointers to reference just the
79 * on the loop to use devN instead of repeated calls to dev.
468 struct net_device *devN; local
478 devN = priv0->devtbl[chan-1];
480 * If devN is null, we got an interrupt before the I/F
483 if (devN == NULL)
485 privN = (DGRS_PRIV *) devN->priv;
489 devN
695 dgrs_start_xmit(struct sk_buff *skb, struct net_device *devN) argument
832 dgrs_ioctl(struct net_device *devN, struct ifreq *ifr, int cmd) argument
1297 struct net_device *devN; local
[all...]

Completed in 71 milliseconds