Lines Matching refs:pADCX

508 	sc->hwapi->pfnSetCommonData(sc->hwapi->pADCX, &sc->adapterdata);
511 sc->hwapi->pfnGetNodeAddress(sc->hwapi->pADCX, sc->original_mac_addr);
515 sc->hwapi->pfnSetNodeAddress(sc->hwapi->pADCX, eaddr);
598 sc->hwapi->pfnSetNodeAddress(sc->hwapi->pADCX,
604 sc->hwapi->pfnClose(sc->hwapi->pADCX, FALSE);
668 error = sc->hwapi->pfnInit(sc->hwapi->pADCX,
681 sc->hwapi->pfnSetNodeAddress(sc->hwapi->pADCX, IF_LLADDR(sc->ifp));
682 sc->hwapi->pfnEnableInterrupts(sc->hwapi->pADCX);
683 sc->hwapi->pfnStart(sc->hwapi->pADCX);
716 sc->hwapi->pfnDisableInterrupts(sc->hwapi->pADCX);
717 sc->hwapi->pfnStop(sc->hwapi->pADCX, 0);
722 sc->hwapi->pfnDeinit(sc->hwapi->pADCX, 0);
903 sc->hwapi->pfnDisableInterrupts(sc->hwapi->pADCX);
904 sc->hwapi->pfnHandleInterrupt(sc->hwapi->pADCX);
905 sc->hwapi->pfnEnableInterrupts(sc->hwapi->pADCX);
955 error = sc->hwapi->pfnWrite(sc->hwapi->pADCX, &txdata);
1087 if (sc->hwapi->pfnQueryInterrupt(sc->hwapi->pADCX)) {
1088 sc->hwapi->pfnHandleInterrupt(sc->hwapi->pADCX);
1089 sc->hwapi->pfnEnableInterrupts(sc->hwapi->pADCX);
1130 sc->hwapi->pfnSetPacketFilter(sc->hwapi->pADCX, &hwfilter);
1155 sc->hwapi->pfnSetPacketFilter(sc->hwapi->pADCX, &hwfilter);
1251 sc->hwapi->pfnGetStatistics(sc->hwapi->pADCX, &stats);
1283 ADAPTER_ReadPhy(sc->hwapi->pADCX, phy, reg, &data);
1298 ADAPTER_WritePhy(sc->hwapi->pADCX, phy, reg, (ulong)data);
1326 sc->hwapi->pfnDisableInterrupts(sc->hwapi->pADCX);
1327 sc->hwapi->pfnHandleInterrupt(sc->hwapi->pADCX);
1328 sc->hwapi->pfnEnableInterrupts(sc->hwapi->pADCX);