Home
last modified time | relevance | path

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

/net/mac80211/
Doffchannel.c205 if (!roc->started) in ieee80211_end_finished_rocs()
244 roc->started = true; in ieee80211_handle_roc_started()
270 if (!roc->started) in ieee80211_hw_roc_start()
306 if (WARN_ON(roc->started)) in _ieee80211_start_next_roc()
338 tmp->started = true; in _ieee80211_start_next_roc()
349 tmp->started = true; in _ieee80211_start_next_roc()
403 if (WARN_ON_ONCE(roc->started)) in ieee80211_start_next_roc()
430 if (!roc->started) { in __ieee80211_roc_work()
497 if (WARN_ON(!cur_roc->started)) in ieee80211_coalesce_hw_started_roc()
601 roc->started = true; in ieee80211_start_roc_work()
[all …]
Ddriver-ops.c17 if (WARN_ON(local->started)) in drv_start()
21 local->started = true; in drv_start()
28 local->started = false; in drv_start()
37 if (WARN_ON(!local->started)) in drv_stop()
50 local->started = false; in drv_stop()
Dsta_info.h256 started:1; member
Dagg-rx.c439 tid_agg_rx->started = false; in ___ieee80211_start_rx_ba_session()
Dieee80211_i.h348 bool started, abort, hw_begun, notified; member
1356 bool started; member
Drx.c1288 if (unlikely(!tid_agg_rx->started)) { in ieee80211_sta_manage_reorder_buf()
1293 tid_agg_rx->started = true; in ieee80211_sta_manage_reorder_buf()
5181 if (WARN_ON(!local->started)) in ieee80211_rx_list()
Diface.c224 if (roc->started) { in ieee80211_can_powered_addr_change()
Dutil.c2421 local->started = false; in ieee80211_reconfig()
Dcfg.c3957 if (local->started) in ieee80211_set_antenna()
/net/mac802154/
Ddriver-ops.h34 local->started = true; in drv_start()
55 local->started = false; in drv_stop()
Dieee802154_i.h51 bool started; member
/net/ceph/
Dceph_common.c800 int __ceph_open_session(struct ceph_client *client, unsigned long started) in __ceph_open_session() argument
811 if (timeout && time_after_eq(jiffies, started + timeout)) in __ceph_open_session()
836 unsigned long started = jiffies; /* note the start time */ in ceph_open_session() local
841 ret = __ceph_open_session(client, started); in ceph_open_session()
Dmon_client.c499 unsigned long started = jiffies; in ceph_monc_wait_osdmap() local
506 if (timeout && time_after_eq(jiffies, started + timeout)) in ceph_monc_wait_osdmap()
/net/can/
DKconfig10 communications protocol. Development of the CAN bus started in
/net/core/
Dpktgen.c3141 int started = 0; in pktgen_run() local
3162 started++; in pktgen_run()
3167 if (started) in pktgen_run()