Searched refs:MINIMUM_PENDING_DESCRIPTORS (Results 1 – 3 of 3) sorted by relevance
197 #define MINIMUM_PENDING_DESCRIPTORS 5 macro
186 && MINIMUM_PENDING_DESCRIPTORS < atomic_read(&Adapter->CurrNumFreeTxDesc)) in tx_pending()
178 if(atomic_read(&Adapter->CurrNumFreeTxDesc) <= MINIMUM_PENDING_DESCRIPTORS) in CheckAndSendPacketFromIndex()