Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c2229 bool check_stop) in __wil_update_net_queues() argument
2239 (int)(ring - wil->ring_tx), vif->mid, check_stop, in __wil_update_net_queues()
2243 check_stop, vif->mid, vif->net_queue_stopped); in __wil_update_net_queues()
2249 if (check_stop == vif->net_queue_stopped) in __wil_update_net_queues()
2253 if (check_stop) { in __wil_update_net_queues()
2293 struct wil_ring *ring, bool check_stop) in wil_update_net_queues() argument
2296 __wil_update_net_queues(wil, vif, ring, check_stop); in wil_update_net_queues()
2301 struct wil_ring *ring, bool check_stop) in wil_update_net_queues_bh() argument
2304 __wil_update_net_queues(wil, vif, ring, check_stop); in wil_update_net_queues_bh()
H A Dwil6210.h1373 struct wil_ring *ring, bool check_stop);
/linux/drivers/target/
H A Dtarget_core_transport.c2122 check_stop: in transport_generic_request_failure()
2131 goto check_stop; in transport_generic_request_failure()