Searched refs:stop_thrs (Results 1 – 1 of 1) sorted by relevance
/linux/include/net/ |
H A D | netdev_queues.h | 194 #define netif_txq_maybe_stop(txq, get_desc, stop_thrs, start_thrs) \ argument 199 if (unlikely(get_desc < stop_thrs)) \ 274 #define netif_subqueue_maybe_stop(dev, idx, get_desc, stop_thrs, start_thrs) \ argument 279 netif_txq_maybe_stop(txq, get_desc, stop_thrs, start_thrs); \
|