Searched refs:next_module (Results 1 - 25 of 27) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dptifddi.h74 struct ptifddi *next_module; member in struct:ptifddi
H A Dmvme147.c146 lp->next_module = root_m147lance_dev;
204 lp = root_m147lance_dev->next_module;
H A Dhplance.c166 lp->next_module = root_hplance_dev;
243 lp = root_hplance_dev->next_module;
H A Dptifddi.c252 pp = root_pti_dev->next_module;
H A Dmyri_sbus.h292 struct myri_eth *next_module; /* Next in adapter chain. */ member in struct:myri_eth
H A Dsunbmac.h335 struct bigmac *next_module; member in struct:bigmac
H A Dsunqe.h318 struct sunqec *next_module; /* List of all QECs in system */ member in struct:sunqec
H A Da2065.c138 struct lance_private *next_module; member in struct:lance_private
792 priv->next_module = root_a2065_dev;
814 next = root_a2065_dev->next_module;
H A Dariadne.c108 struct ariadne_private *next_module; member in struct:ariadne_private
212 priv->next_module = root_ariadne_dev;
716 next = root_ariadne_dev->next_module;
H A Datp.c178 struct net_device *next_module; member in struct:net_local
350 lp->next_module = root_atp_dev;
908 next_dev = ((struct net_local *)root_atp_dev->priv)->next_module;
H A Dtc35815.c409 struct net_device *next_module; member in struct:tc35815_local
589 lp->next_module = root_tc35815_dev;
1688 for (dev = root_tc35815_dev; dev; dev = ((struct tc35815_local *)dev->priv)->next_module) {
1719 for (dev = root_tc35815_dev; dev; dev = ((struct tc35815_local *)dev->priv)->next_module) {
1750 next_dev = ((struct tc35815_local *)dev->priv)->next_module;
H A Dsunhme.h463 struct happy_meal *next_module; member in struct:happy_meal
H A Dsunqe.c907 qecp->next_module = root_qec_dev;
1006 next_qec = root_qec_dev->next_module;
H A Dsunlance.c263 struct lance_private *next_module; member in struct:lance_private
1476 lp->next_module = root_lance_dev;
1581 lp = root_lance_dev->next_module;
H A D3c515.c323 struct net_device *next_module; member in struct:corkscrew_private
611 vp->next_module = root_corkscrew_dev;
1701 priv)->next_module;
H A Dmyri_sbus.c1079 mp->next_module = root_myri_dev;
1137 struct myri_eth *next = root_myri_dev->next_module;
H A Dsunbmac.c1191 bp->next_module = root_bigmac_dev;
1273 struct bigmac *bp_nxt = root_bigmac_dev->next_module;
H A D3c59x.c740 struct net_device *next_module; /* NULL if PCI device */ member in struct:vortex_private
1033 vp->next_module = root_vortex_eisa_dev;
2956 dev = vp->next_module;
H A Dde4x5.c79 every usable DECchip board, I pinched Donald's 'next_module' field to
841 struct net_device *next_module; /* Link to the next module */ member in struct:de4x5_private
2367 while (((struct de4x5_private *)(p->priv))->next_module) {
2368 p = ((struct de4x5_private *)(p->priv))->next_module;
2372 ((struct de4x5_private *)(p->priv))->next_module = tmp;
2374 ((struct de4x5_private *)(p->priv))->next_module = NULL;
5845 next = lp->next_module;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/h/
H A Dtargetos.h126 struct net_device *next_module; member in struct:s_smt_os
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Dskfddi.c623 while (((struct s_smc *) (p->priv))->os.next_module) {
624 p = ((struct s_smc *) (p->priv))->os.next_module;
628 ((struct s_smc *) (p->priv))->os.next_module = tmp;
630 ((struct s_smc *) (p->priv))->os.next_module = NULL;
2467 for (p = mdev; p != NULL; p = LP(p->priv)->os.next_module) {
2510 next = lp->os.next_module;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tulip/
H A Dtulip.h341 struct net_device *next_module; member in struct:tulip_private
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/lmc/
H A Dlmc_main.c1122 cur = ((lmc_softc_t *) cur->priv)->next_module) {
1129 ((lmc_softc_t *) prev->priv)->next_module = dev;
1131 ((lmc_softc_t *) dev->priv)->next_module = NULL;
2011 next = ((lmc_softc_t *) dev->priv)->next_module; /* get it now before we deallocate it */
H A Dlmc_var.h396 struct net_device *next_module; /* Link to the next module */ member in struct:lmc___softc
/asus-wl-520gu-7.0.1.45/src/bcm57xx/linux/
H A Dmm.h324 struct net_device *next_module; member in struct:_UM_DEVICE_BLOCK

Completed in 144 milliseconds

12