Searched defs:psSF (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/bcm/
H A DLeakyBucket.c68 static ULONG GetSFTokenCount(struct bcm_mini_adapter *Adapter, struct bcm_packet_info *psSF) argument
74 if (NULL == Adapter || (psSF < Adapter->PackInfo &&
75 (uintptr_t)psSF > (uintptr_t) &Adapter->PackInfo[HiPriority])) {
78 Adapter, (psSF-Adapter->PackInfo));
82 if (false != psSF->bValid && psSF->ucDirection) {
83 if (0 != psSF->uiCurrentTokenCount) {
84 return psSF->uiCurrentTokenCount;
89 psSF-Adapter->PackInfo, psSF
107 SendPacketFromQueue(struct bcm_mini_adapter *Adapter, struct bcm_packet_info *psSF, struct sk_buff *Packet) argument
259 CheckAndSendPacketFromIndex(struct bcm_mini_adapter *Adapter, struct bcm_packet_info *psSF) argument
[all...]

Completed in 2928 milliseconds