Home
last modified time | relevance | path

Searched refs:aTxPktSizeHist (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
Dhostmibs.c91 …memcpy(pstHostMibs->stHostInfo.aTxPktSizeHist, Adapter->aTxPktSizeHist, sizeof(UINT32) * MIBS_MAX_… in ProcessGetHostMibs()
DHostMIBSInterface.h76 UINT32 aTxPktSizeHist[MIBS_MAX_HIST_ENTRIES]; member
DLeakyBucket.c140 Adapter->aTxPktSizeHist[uiIndex]++; in SendPacketFromQueue()
DAdapter.h518 UINT32 aTxPktSizeHist[MIBS_MAX_HIST_ENTRIES]; member
DMisc.c806 …_LVL_ALL, "Adapter->aTxPktSizeHist[%x] = %x\n", uiLoopIndex, Adapter->aTxPktSizeHist[uiLoopIndex]); in DumpPackInfo()