Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wil6210/
Dtxrx.c2231 bool check_stop) in __wil_update_net_queues() argument
2241 (int)(ring - wil->ring_tx), vif->mid, check_stop, in __wil_update_net_queues()
2245 check_stop, vif->mid, vif->net_queue_stopped); in __wil_update_net_queues()
2251 if (check_stop == vif->net_queue_stopped) in __wil_update_net_queues()
2255 if (check_stop) { in __wil_update_net_queues()
2295 struct wil_ring *ring, bool check_stop) in wil_update_net_queues() argument
2298 __wil_update_net_queues(wil, vif, ring, check_stop); in wil_update_net_queues()
2303 struct wil_ring *ring, bool check_stop) in wil_update_net_queues_bh() argument
2306 __wil_update_net_queues(wil, vif, ring, check_stop); in wil_update_net_queues_bh()
Dwil6210.h1371 struct wil_ring *ring, bool check_stop);
/drivers/target/
Dtarget_core_transport.c1961 check_stop: in transport_generic_request_failure()
1970 goto check_stop; in transport_generic_request_failure()