Searched refs:pPab (Results 1 – 3 of 3) sorted by relevance
273 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() local314 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 …]
193 PPAB pPab; /* Pointer to the PCI Adapter Block */ member
140 if (pDpa->pPab) in rcpci45_remove_one()141 kfree (pDpa->pPab); in rcpci45_remove_one()