Home
last modified time | relevance | path

Searched refs:lpPageRx (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/src/
Dedd.c407 ((CEDI_PdVar(cb).lpPageRx)==NULL)) in callbacksNullCheck()
1812 CEDI_PdVar(lpPageRx).nextPage = 0; in emacIsr()
1814 emacGetLpAbilityPage(pD, &CEDI_PdVar(lpPageRx).lpPageDat.lpBasePage); in emacIsr()
1817 CEDI_PdVar(lpPageRx).nextPage = 1; in emacIsr()
1819 emacGetLpNextPage(pD, &CEDI_PdVar(lpPageRx).lpPageDat.lpNextPage); in emacIsr()
1829 CEDI_PdVar(lpPageRx).lpPageDat.lpBasePage.ablInfo.defLpAbl.lpNextPage, in emacIsr()
1830 CEDI_PdVar(lpPageRx).lpPageDat.lpBasePage.ablInfo.defLpAbl.lpAck, in emacIsr()
1831 CEDI_PdVar(lpPageRx).lpPageDat.lpBasePage.ablInfo.defLpAbl.fullDuplex, in emacIsr()
1832 CEDI_PdVar(lpPageRx).lpPageDat.lpBasePage.ablInfo.defLpAbl.halfDuplex, in emacIsr()
1833 CEDI_PdVar(lpPageRx).lpPageDat.lpBasePage.ablInfo.defLpAbl.pauseCap, in emacIsr()
[all …]
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/include/
Dedd_int.h218 CEDI_LpPageRx lpPageRx; // reserved for passing page Rx in callback member
Dcedi.h1373 CEDI_CbLpPageRx lpPageRx; member
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/source/
Dcy_ethif.c126 .lpPageRx = (CEDI_CbLpPageRx)Cy_ETHIF_EventLpPageRx,