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