Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDossacmnapi.c5729 agsaPhyBWCountersPage_t *agBWCounters; in ossaGetPhyProfileCB() local
5745 agBWCounters = (agsaPhyBWCountersPage_t *)parm; in ossaGetPhyProfileCB()
5746 …TI_DBG1(("ossaGetPhyProfileCB: RX %d TX %d\n", agBWCounters->RXBWCounter,agBWCounters->TXBWCounter… in ossaGetPhyProfileCB()
5754 PhyBlob->BW_rx = agBWCounters->RXBWCounter; in ossaGetPhyProfileCB()
5755 PhyBlob->BW_tx = agBWCounters->TXBWCounter; in ossaGetPhyProfileCB()