Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Drcpci45.c125 PDPA pDpa = dev->priv; in rcpci45_remove_one() local
138 if (pDpa->msgbuf) in rcpci45_remove_one()
139 kfree (pDpa->msgbuf); in rcpci45_remove_one()
140 if (pDpa->pPab) in rcpci45_remove_one()
141 kfree (pDpa->pPab); in rcpci45_remove_one()
150 PDPA pDpa; in rcpci45_init_one() local
167 dev = init_etherdev (NULL, sizeof (*pDpa)); in rcpci45_init_one()
189 pDpa = dev->priv; in rcpci45_init_one()
190 pDpa->id = card_idx; in rcpci45_init_one()
191 pDpa->pci_addr = pci_start; in rcpci45_init_one()
[all …]
Drclanmtl.c302 PDPA pDpa = dev->priv; in RCInitI2OMsgLayer() local
304 PU8 p_msgbuf = pDpa->PLanApiPA; in RCInitI2OMsgLayer()
310 pDpa->id, pciBaseAddr, (u32) p_msgbuf, (u32) p_phymsgbuf, in RCInitI2OMsgLayer()
314 if (pDpa->pPab != NULL) { in RCInitI2OMsgLayer()
317 pDpa->id); in RCInitI2OMsgLayer()
319 pDpa->pPab = NULL; in RCInitI2OMsgLayer()
334 pDpa->pPab = pPab; in RCInitI2OMsgLayer()