Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dtxrx.c2237 bool check_stop) in __wil_update_net_queues() argument
2247 (int)(ring - wil->ring_tx), vif->mid, check_stop, in __wil_update_net_queues()
2251 check_stop, vif->mid, vif->net_queue_stopped); in __wil_update_net_queues()
2257 if (check_stop == vif->net_queue_stopped) in __wil_update_net_queues()
2261 if (check_stop) { in __wil_update_net_queues()
2301 struct wil_ring *ring, bool check_stop) in wil_update_net_queues() argument
2304 __wil_update_net_queues(wil, vif, ring, check_stop); in wil_update_net_queues()
2309 struct wil_ring *ring, bool check_stop) in wil_update_net_queues_bh() argument
2312 __wil_update_net_queues(wil, vif, ring, check_stop); in wil_update_net_queues_bh()
Dwil6210.h1380 struct wil_ring *ring, bool check_stop);
/Linux-v5.4/drivers/target/
Dtarget_core_transport.c1872 check_stop: in transport_generic_request_failure()
1880 goto check_stop; in transport_generic_request_failure()