Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c5728 agsaPhyBWCountersPage_t *agBWCounters; in ossaGetPhyProfileCB() local
5744 agBWCounters = (agsaPhyBWCountersPage_t *)parm; in ossaGetPhyProfileCB()
5745 …TI_DBG1(("ossaGetPhyProfileCB: RX %d TX %d\n", agBWCounters->RXBWCounter,agBWCounters->TXBWCounter… in ossaGetPhyProfileCB()
5753 PhyBlob->BW_rx = agBWCounters->RXBWCounter; in ossaGetPhyProfileCB()
5754 PhyBlob->BW_tx = agBWCounters->TXBWCounter; in ossaGetPhyProfileCB()