Home
last modified time | relevance | path

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

/net/mac80211/
Doffchannel.c203 if (!roc->started) in ieee80211_end_finished_rocs()
242 roc->started = true; in ieee80211_handle_roc_started()
268 if (!roc->started) in ieee80211_hw_roc_start()
304 if (WARN_ON(roc->started)) in _ieee80211_start_next_roc()
336 tmp->started = true; in _ieee80211_start_next_roc()
347 tmp->started = true; in _ieee80211_start_next_roc()
401 if (WARN_ON_ONCE(roc->started)) in ieee80211_start_next_roc()
428 if (!roc->started) { in __ieee80211_roc_work()
495 if (WARN_ON(!cur_roc->started)) in ieee80211_coalesce_hw_started_roc()
599 roc->started = true; in ieee80211_start_roc_work()
[all …]
Ddriver-ops.c16 if (WARN_ON(local->started)) in drv_start()
20 local->started = true; in drv_start()
27 local->started = false; in drv_start()
36 if (WARN_ON(!local->started)) in drv_stop()
49 local->started = false; in drv_stop()
Dsta_info.h261 started:1; member
Dagg-rx.c434 tid_agg_rx->started = false; in ___ieee80211_start_rx_ba_session()
Dieee80211_i.h343 bool started, abort, hw_begun, notified; member
1299 bool started; member
Drx.c1293 if (unlikely(!tid_agg_rx->started)) { in ieee80211_sta_manage_reorder_buf()
1298 tid_agg_rx->started = true; in ieee80211_sta_manage_reorder_buf()
4910 if (WARN_ON(!local->started)) in ieee80211_rx_list()
Dutil.c2358 local->started = false; in ieee80211_reconfig()
Dcfg.c3700 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.c820 int __ceph_open_session(struct ceph_client *client, unsigned long started) in __ceph_open_session() argument
831 if (timeout && time_after_eq(jiffies, started + timeout)) in __ceph_open_session()
856 unsigned long started = jiffies; /* note the start time */ in ceph_open_session() local
861 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.c3140 int started = 0; in pktgen_run() local
3161 started++; in pktgen_run()
3166 if (started) in pktgen_run()