Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Drclanmtl.c273 static void ProcessOutboundI2OMsg (PPAB pPab, U32 phyMsgAddr);
275 static int GetI2OStatus (PPAB pPab);
276 static int SendI2OOutboundQInitMsg (PPAB pPab);
277 static int SendEnableSysMsg (PPAB pPab);
301 PPAB pPab; in RCInitI2OMsgLayer() local
314 if (pDpa->pPab != NULL) { in RCInitI2OMsgLayer()
319 pDpa->pPab = NULL; in RCInitI2OMsgLayer()
325 pPab = kmalloc (sizeof (*pPab), GFP_KERNEL); in RCInitI2OMsgLayer()
326 if (!pPab) { in RCInitI2OMsgLayer()
333 memset (pPab, 0, sizeof (*pPab)); in RCInitI2OMsgLayer()
[all …]
Drclanmtl.h193 PPAB pPab; /* Pointer to the PCI Adapter Block */ member
Drcpci45.c140 if (pDpa->pPab) in rcpci45_remove_one()
141 kfree (pDpa->pPab); in rcpci45_remove_one()