Home
last modified time | relevance | path

Searched refs:start_thrs (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/net/
H A Dnetdev_queues.h34 #define netif_txq_try_stop(txq, get_desc, start_thrs) \ argument
49 if (unlikely(get_desc >= start_thrs)) { \
75 #define netif_txq_maybe_stop(txq, get_desc, stop_thrs, start_thrs) \ argument
81 _res = netif_txq_try_stop(txq, get_desc, start_thrs); \
119 get_desc, start_thrs, down_cond) \ argument
131 if (pkts && likely(get_desc >= start_thrs)) { \
147 #define netif_subqueue_try_stop(dev, idx, get_desc, start_thrs) \ argument
152 netif_txq_try_stop(txq, get_desc, start_thrs); \
160 netif_txq_maybe_stop(txq, get_desc, stop_thrs, start_thrs); \
164 get_desc, start_thrs) \ argument
[all …]