Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
DIPv6Protocol.c245 INT iMatchedSFQueueIndex = 0; in IpVersion6() local
246 iMatchedSFQueueIndex = SearchSfid(Adapter,pstClassifierRule->ulSFID); in IpVersion6()
247 if(iMatchedSFQueueIndex >= NO_OF_QUEUES) in IpVersion6()
253 if(FALSE == Adapter->PackInfo[iMatchedSFQueueIndex].bActive) in IpVersion6()
DQos.c285 INT iMatchedSFQueueIndex = 0; in IpVersion4() local
286 iMatchedSFQueueIndex = SearchSfid(Adapter,pstClassifierRule->ulSFID); in IpVersion4()
287 if(iMatchedSFQueueIndex >= NO_OF_QUEUES) in IpVersion4()
293 if(FALSE == Adapter->PackInfo[iMatchedSFQueueIndex].bActive) in IpVersion4()