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