• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/bcm57xx/sys/

Lines Matching defs:LM_STATUS

232 typedef LM_UINT LM_STATUS, *PLM_STATUS;
368 LM_STATUS LM_GetAdapterInfo(PLM_DEVICE_BLOCK pDevice);
369 LM_STATUS LM_InitializeAdapter(PLM_DEVICE_BLOCK pDevice);
370 LM_STATUS LM_ResetAdapter(PLM_DEVICE_BLOCK pDevice);
371 LM_STATUS LM_DisableInterrupt(PLM_DEVICE_BLOCK pDevice);
372 LM_STATUS LM_EnableInterrupt(PLM_DEVICE_BLOCK pDevice);
373 LM_STATUS LM_SendPacket(PLM_DEVICE_BLOCK pDevice, PLM_PACKET pPacket);
374 LM_STATUS LM_ServiceInterrupts(PLM_DEVICE_BLOCK pDevice);
378 LM_STATUS LM_QueueRxPackets(PLM_DEVICE_BLOCK pDevice);
379 LM_STATUS LM_SetReceiveMask(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Mask);
380 LM_STATUS LM_Halt(PLM_DEVICE_BLOCK pDevice);
381 LM_STATUS LM_Abort(PLM_DEVICE_BLOCK pDevice);
382 LM_STATUS LM_MulticastAdd(PLM_DEVICE_BLOCK pDevice, PLM_UINT8 pMcAddress);
383 LM_STATUS LM_MulticastDel(PLM_DEVICE_BLOCK pDevice, PLM_UINT8 pMcAddress);
384 LM_STATUS LM_MulticastClear(PLM_DEVICE_BLOCK pDevice);
385 LM_STATUS LM_SetMacAddress(PLM_DEVICE_BLOCK pDevice, PLM_UINT8 pMacAddress);
386 LM_STATUS LM_LoopbackAddress(PLM_DEVICE_BLOCK pDevice, PLM_UINT8 pAddress);
391 LM_STATUS LM_NwufAdd(PLM_DEVICE_BLOCK pDevice, LM_UINT32 ByteMaskSize,
393 LM_STATUS LM_NwufRemove(PLM_DEVICE_BLOCK pDevice, LM_UINT32 ByteMaskSize,
395 LM_STATUS LM_SetPowerState(PLM_DEVICE_BLOCK pDevice, LM_POWER_STATE PowerLevel);
407 LM_STATUS LM_EnableMacLoopBack(PLM_DEVICE_BLOCK pDevice);
408 LM_STATUS LM_DisableMacLoopBack(PLM_DEVICE_BLOCK pDevice);
409 LM_STATUS LM_EnablePhyLoopBack(PLM_DEVICE_BLOCK pDevice);
410 LM_STATUS LM_DisablePhyLoopBack(PLM_DEVICE_BLOCK pDevice);
411 LM_STATUS LM_EnableExtLoopBack(PLM_DEVICE_BLOCK pDevice, LM_LINE_SPEED Speed);
412 LM_STATUS LM_DisableExtLoopBack(PLM_DEVICE_BLOCK pDevice);
414 LM_STATUS LM_SetupPhy(PLM_DEVICE_BLOCK pDevice);
415 LM_STATUS LM_BlinkLED(PLM_DEVICE_BLOCK pDevice, LM_UINT32 BlinkDuration);
416 LM_STATUS LM_GetStats(PLM_DEVICE_BLOCK pDevice);
417 LM_STATUS LM_NvramRead(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
419 LM_STATUS LM_NvramWriteBlock(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
422 LM_STATUS LM_ShutdownChip(PLM_DEVICE_BLOCK pDevice, LM_RESET_TYPE Mode);
423 LM_STATUS LM_HaltCpu(PLM_DEVICE_BLOCK pDevice,LM_UINT32 cpu_number);
425 LM_STATUS LM_SwitchClocks(PLM_DEVICE_BLOCK pDevice);
435 LM_STATUS MM_ReadConfig16(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
437 LM_STATUS MM_WriteConfig16(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
439 LM_STATUS MM_ReadConfig32(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
441 LM_STATUS MM_WriteConfig32(PLM_DEVICE_BLOCK pDevice, LM_UINT32 Offset,
443 LM_STATUS MM_MapMemBase(PLM_DEVICE_BLOCK pDevice);
444 LM_STATUS MM_MapIoBase(PLM_DEVICE_BLOCK pDevice);
445 LM_STATUS MM_IndicateRxPackets(PLM_DEVICE_BLOCK pDevice);
446 LM_STATUS MM_IndicateTxPackets(PLM_DEVICE_BLOCK pDevice);
447 LM_STATUS MM_StartTxDma(PLM_DEVICE_BLOCK pDevice, PLM_PACKET pPacket);
448 LM_STATUS MM_CompleteTxDma(PLM_DEVICE_BLOCK pDevice, PLM_PACKET pPacket);
449 LM_STATUS MM_AllocateMemory(PLM_DEVICE_BLOCK pDevice, LM_UINT32 BlockSize,
451 LM_STATUS MM_AllocateSharedMemory(PLM_DEVICE_BLOCK pDevice, LM_UINT32 BlockSize,
454 LM_STATUS MM_GetConfig(PLM_DEVICE_BLOCK pDevice);
455 LM_STATUS MM_IndicateStatus(PLM_DEVICE_BLOCK pDevice, LM_STATUS Status);
456 LM_STATUS MM_InitializeUmPackets(PLM_DEVICE_BLOCK pDevice);
457 LM_STATUS MM_FreeRxBuffer(PLM_DEVICE_BLOCK pDevice, PLM_PACKET pPacket);
458 LM_STATUS MM_CoalesceTxBuffer(PLM_DEVICE_BLOCK pDevice, PLM_PACKET pPacket);
463 LM_STATUS MM_ScheduleRxPoll(PLM_DEVICE_BLOCK pDevice);
465 LM_STATUS MM_Sleep(PLM_DEVICE_BLOCK pDevice, LM_UINT32 msec);
466 LM_STATUS LM_MbufWorkAround(PLM_DEVICE_BLOCK pDevice);
469 LM_STATUS LM_Load5703DmaWFirmware(PLM_DEVICE_BLOCK pDevice);