Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c293 int procBytes = 0; in BnxeRxRingProcess() local
357 if ((procBytes + pktLen) <= numBytes) in BnxeRxRingProcess()
360 procBytes += pktLen; in BnxeRxRingProcess()