Home
last modified time | relevance | path

Searched refs:wakeup (Results 1 – 7 of 7) sorted by relevance

/net/tipc/
Dgroup.h59 void tipc_group_member_evt(struct tipc_group *grp, bool *wakeup,
63 void tipc_group_proto_rcv(struct tipc_group *grp, bool *wakeup,
Dgroup.c104 static void tipc_group_open(struct tipc_member *m, bool *wakeup) in tipc_group_open() argument
106 *wakeup = false; in tipc_group_open()
111 *wakeup = true; in tipc_group_open()
Dsocket.c2152 bool wakeup = false; in tipc_sk_proto_rcv() local
2163 wakeup = true; in tipc_sk_proto_rcv()
2167 tipc_group_proto_rcv(grp, &wakeup, hdr, inputq, xmitq); in tipc_sk_proto_rcv()
2170 tipc_group_member_evt(tsk->group, &wakeup, &sk->sk_rcvbuf, in tipc_sk_proto_rcv()
2177 if (wakeup) in tipc_sk_proto_rcv()
/net/mac80211/
Dpm.c201 struct cfg80211_wowlan_wakeup *wakeup, in ieee80211_report_wowlan_wakeup() argument
206 cfg80211_report_wowlan_wakeup(&sdata->wdev, wakeup, gfp); in ieee80211_report_wowlan_wakeup()
/net/wireless/
Dtrace.h3341 struct cfg80211_wowlan_wakeup *wakeup),
3342 TP_ARGS(wiphy, wdev, wakeup),
3356 wakeup ? wakeup->packet_present_len : 0)
3361 __entry->non_wireless = !wakeup;
3362 __entry->disconnect = wakeup ? wakeup->disconnect : false;
3363 __entry->magic_pkt = wakeup ? wakeup->magic_pkt : false;
3364 __entry->gtk_rekey_failure = wakeup ? wakeup->gtk_rekey_failure : false;
3365 __entry->eap_identity_req = wakeup ? wakeup->eap_identity_req : false;
3366 __entry->four_way_handshake = wakeup ? wakeup->four_way_handshake : false;
3367 __entry->rfkill_release = wakeup ? wakeup->rfkill_release : false;
[all …]
Dnl80211.c17379 struct cfg80211_wowlan_wakeup *wakeup) in cfg80211_net_detect_results() argument
17381 struct cfg80211_wowlan_nd_info *nd = wakeup->net_detect; in cfg80211_net_detect_results()
17438 struct cfg80211_wowlan_wakeup *wakeup, in cfg80211_report_wowlan_wakeup() argument
17446 trace_cfg80211_report_wowlan_wakeup(wdev->wiphy, wdev, wakeup); in cfg80211_report_wowlan_wakeup()
17448 if (wakeup) in cfg80211_report_wowlan_wakeup()
17449 size += wakeup->packet_present_len; in cfg80211_report_wowlan_wakeup()
17468 if (wakeup) { in cfg80211_report_wowlan_wakeup()
17476 if (wakeup->disconnect && in cfg80211_report_wowlan_wakeup()
17479 if (wakeup->magic_pkt && in cfg80211_report_wowlan_wakeup()
17482 if (wakeup->gtk_rekey_failure && in cfg80211_report_wowlan_wakeup()
[all …]
/net/smc/
Dsmc_close.c371 goto wakeup; in smc_close_passive_work()
422 wakeup: in smc_close_passive_work()