Lines Matching refs:__entry

17 		memcpy(__entry->entry_mac, given_mac, ETH_ALEN);     \
19 eth_zero_addr(__entry->entry_mac); \
22 #define MAC_PR_ARG(entry_mac) (__entry->entry_mac)
26 #define WIPHY_ASSIGN strlcpy(__entry->wiphy_name, wiphy_name(wiphy), MAXNAME)
28 #define WIPHY_PR_ARG __entry->wiphy_name
31 #define WDEV_ASSIGN (__entry->id) = (!IS_ERR_OR_NULL(wdev) \
34 #define WDEV_PR_ARG (__entry->id)
40 memcpy(__entry->name, netdev->name, IFNAMSIZ); \
41 (__entry->ifindex) = (netdev->ifindex); \
44 #define NETDEV_PR_ARG __entry->name, __entry->ifindex
73 __entry->dot11MeshRetryTimeout = conf->dot11MeshRetryTimeout; \
74 __entry->dot11MeshConfirmTimeout = \
76 __entry->dot11MeshHoldingTimeout = \
78 __entry->dot11MeshMaxPeerLinks = conf->dot11MeshMaxPeerLinks; \
79 __entry->dot11MeshMaxRetries = conf->dot11MeshMaxRetries; \
80 __entry->dot11MeshTTL = conf->dot11MeshTTL; \
81 __entry->element_ttl = conf->element_ttl; \
82 __entry->auto_open_plinks = conf->auto_open_plinks; \
83 __entry->dot11MeshNbrOffsetMaxNeighbor = \
85 __entry->dot11MeshHWMPmaxPREQretries = \
87 __entry->path_refresh_time = conf->path_refresh_time; \
88 __entry->dot11MeshHWMPactivePathTimeout = \
90 __entry->min_discovery_timeout = conf->min_discovery_timeout; \
91 __entry->dot11MeshHWMPpreqMinInterval = \
93 __entry->dot11MeshHWMPperrMinInterval = \
95 __entry->dot11MeshHWMPnetDiameterTraversalTime = \
97 __entry->dot11MeshHWMPRootMode = conf->dot11MeshHWMPRootMode; \
98 __entry->dot11MeshHWMPRannInterval = \
100 __entry->dot11MeshGateAnnouncementProtocol = \
102 __entry->dot11MeshForwarding = conf->dot11MeshForwarding; \
103 __entry->rssi_threshold = conf->rssi_threshold; \
104 __entry->ht_opmode = conf->ht_opmode; \
105 __entry->dot11MeshHWMPactivePathToRootTimeout = \
107 __entry->dot11MeshHWMProotInterval = \
109 __entry->dot11MeshHWMPconfirmationInterval = \
118 __entry->band = chan->band; \
119 __entry->center_freq = chan->center_freq; \
121 __entry->band = 0; \
122 __entry->center_freq = 0; \
126 #define CHAN_PR_ARG __entry->band, __entry->center_freq
136 __entry->band = (chandef)->chan->band; \
137 __entry->control_freq = \
139 __entry->width = (chandef)->width; \
140 __entry->center_freq1 = (chandef)->center_freq1;\
141 __entry->center_freq2 = (chandef)->center_freq2;\
143 __entry->band = 0; \
144 __entry->control_freq = 0; \
145 __entry->width = 0; \
146 __entry->center_freq1 = 0; \
147 __entry->center_freq2 = 0; \
152 #define CHAN_DEF_PR_ARG __entry->band, __entry->control_freq, \
153 __entry->width, __entry->center_freq1, \
154 __entry->center_freq2
172 __entry->generation = sinfo->generation; \
173 __entry->connected_time = sinfo->connected_time; \
174 __entry->inactive_time = sinfo->inactive_time; \
175 __entry->rx_bytes = sinfo->rx_bytes; \
176 __entry->tx_bytes = sinfo->tx_bytes; \
177 __entry->rx_packets = sinfo->rx_packets; \
178 __entry->tx_packets = sinfo->tx_packets; \
179 __entry->tx_retries = sinfo->tx_retries; \
180 __entry->tx_failed = sinfo->tx_failed; \
181 __entry->rx_dropped_misc = sinfo->rx_dropped_misc; \
182 __entry->beacon_loss_count = sinfo->beacon_loss_count; \
183 __entry->llid = sinfo->llid; \
184 __entry->plid = sinfo->plid; \
185 __entry->plink_state = sinfo->plink_state; \
197 __entry->num_des = (qos_map)->num_des; \
198 memcpy(__entry->dscp_exception, \
201 memcpy(__entry->up, &(qos_map)->up, \
204 __entry->num_des = 0; \
205 memset(__entry->dscp_exception, 0, \
207 memset(__entry->up, 0, \
233 __entry->any = wow->any;
234 __entry->disconnect = wow->disconnect;
235 __entry->magic_pkt = wow->magic_pkt;
236 __entry->gtk_rekey_failure = wow->gtk_rekey_failure;
237 __entry->eap_identity_req = wow->eap_identity_req;
238 __entry->four_way_handshake = wow->four_way_handshake;
239 __entry->rfkill_release = wow->rfkill_release;
240 __entry->valid_wow = true;
242 __entry->valid_wow = false;
248 WIPHY_PR_ARG, __entry->valid_wow ? "" : "(Not configured!)",
249 __entry->any, __entry->disconnect, __entry->magic_pkt,
250 __entry->gtk_rekey_failure, __entry->eap_identity_req,
251 __entry->four_way_handshake, __entry->rfkill_release)
263 __entry->ret = ret;
265 TP_printk(WIPHY_PR_FMT ", returned: %d", WIPHY_PR_ARG, __entry->ret)
321 __entry->enabled = enabled;
324 WIPHY_PR_ARG, __entry->enabled ? "" : "not ")
343 __entry->type = type;
346 WIPHY_PR_ARG, __get_str(vir_intf_name), __entry->type)
385 __entry->type = type;
388 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->type)
406 __entry->key_index = key_index;
407 __entry->pairwise = pairwise;
410 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->key_index,
411 BOOL_TO_STR(__entry->pairwise), MAC_PR_ARG(mac_addr))
446 __entry->key_index = key_index;
447 __entry->unicast = unicast;
448 __entry->multicast = multicast;
451 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->key_index,
452 BOOL_TO_STR(__entry->unicast),
453 BOOL_TO_STR(__entry->multicast))
467 __entry->key_index = key_index;
470 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->key_index)
494 __entry->beacon_interval = settings->beacon_interval;
495 __entry->dtim_period = settings->dtim_period;
496 __entry->hidden_ssid = settings->hidden_ssid;
497 __entry->wpa_ver = settings->crypto.wpa_versions;
498 __entry->privacy = settings->privacy;
499 __entry->auth_type = settings->auth_type;
500 __entry->inactivity_timeout = settings->inactivity_timeout;
501 memset(__entry->ssid, 0, IEEE80211_MAX_SSID_LEN + 1);
502 memcpy(__entry->ssid, settings->ssid, settings->ssid_len);
508 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->ssid, CHAN_DEF_PR_ARG,
509 __entry->beacon_interval, __entry->dtim_period,
510 __entry->hidden_ssid, __entry->wpa_ver,
511 BOOL_TO_STR(__entry->privacy), __entry->auth_type,
512 __entry->inactivity_timeout)
637 __entry->sta_flags_mask = params->sta_flags_mask;
638 __entry->sta_flags_set = params->sta_flags_set;
639 __entry->sta_modify_mask = params->sta_modify_mask;
640 __entry->listen_interval = params->listen_interval;
641 __entry->aid = params->aid;
642 __entry->plink_action = params->plink_action;
643 __entry->plink_state = params->plink_state;
644 __entry->uapsd_queues = params->uapsd_queues;
645 memset(__entry->ht_capa, 0, sizeof(struct ieee80211_ht_cap));
647 memcpy(__entry->ht_capa, params->ht_capa,
649 memset(__entry->vlan, 0, sizeof(__entry->vlan));
651 memcpy(__entry->vlan, params->vlan->name, IFNAMSIZ);
658 __entry->sta_flags_mask, __entry->sta_flags_set,
659 __entry->sta_modify_mask, __entry->listen_interval,
660 __entry->aid, __entry->plink_action, __entry->plink_state,
661 __entry->uapsd_queues, __entry->vlan)
708 __entry->subtype = params->subtype;
709 __entry->reason_code = params->reason_code;
714 __entry->subtype, __entry->reason_code)
752 __entry->idx = idx;
756 __entry->idx)
769 __entry->ret = ret;
773 WIPHY_PR_ARG, __entry->ret)
831 __entry->idx = idx;
835 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->idx, MAC_PR_ARG(dst),
876 __entry->idx = idx;
880 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->idx, MAC_PR_ARG(dst),
902 __entry->ret = ret;
903 __entry->generation = pinfo->generation;
904 __entry->filled = pinfo->filled;
905 __entry->frame_qlen = pinfo->frame_qlen;
906 __entry->sn = pinfo->sn;
907 __entry->metric = pinfo->metric;
908 __entry->exptime = pinfo->exptime;
909 __entry->discovery_timeout = pinfo->discovery_timeout;
910 __entry->discovery_retries = pinfo->discovery_retries;
911 __entry->flags = pinfo->flags;
916 WIPHY_PR_ARG, __entry->ret, __entry->generation,
917 __entry->filled, __entry->frame_qlen, __entry->sn,
918 __entry->metric, __entry->exptime, __entry->discovery_timeout,
919 __entry->discovery_retries, __entry->flags)
933 __entry->ret = ret;
936 WIPHY_PR_ARG, __entry->ret)
953 __entry->mask = mask;
956 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->mask)
994 __entry->use_cts_prot = params->use_cts_prot;
995 __entry->use_short_preamble = params->use_short_preamble;
996 __entry->use_short_slot_time = params->use_short_slot_time;
997 __entry->ap_isolate = params->ap_isolate;
998 __entry->ht_opmode = params->ht_opmode;
1003 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->use_cts_prot,
1004 __entry->use_short_preamble, __entry->use_short_slot_time,
1005 __entry->ap_isolate, __entry->ht_opmode)
1024 __entry->ac = params->ac;
1025 __entry->txop = params->txop;
1026 __entry->cwmin = params->cwmin;
1027 __entry->cwmax = params->cwmax;
1028 __entry->aifs = params->aifs;
1031 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->ac, __entry->txop,
1032 __entry->cwmin, __entry->cwmax, __entry->aifs)
1085 eth_zero_addr(__entry->bssid);
1086 __entry->auth_type = req->auth_type;
1089 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->auth_type,
1111 eth_zero_addr(__entry->bssid);
1113 __entry->use_mfp = req->use_mfp;
1114 __entry->flags = req->flags;
1119 MAC_PR_ARG(prev_bssid), BOOL_TO_STR(__entry->use_mfp),
1120 __entry->flags)
1137 __entry->reason_code = req->reason_code;
1141 __entry->reason_code)
1161 eth_zero_addr(__entry->bssid);
1162 __entry->reason_code = req->reason_code;
1163 __entry->local_state_change = req->local_state_change;
1168 __entry->reason_code,
1169 BOOL_TO_STR(__entry->local_state_change))
1184 __entry->cookie = cookie;
1187 WIPHY_PR_ARG, WDEV_PR_ARG, __entry->cookie)
1203 __entry->enabled = enabled;
1204 __entry->timeout = timeout;
1208 __entry->enabled ? "" : "not ", __entry->timeout)
1229 memset(__entry->ssid, 0, IEEE80211_MAX_SSID_LEN + 1);
1230 memcpy(__entry->ssid, sme->ssid, sme->ssid_len);
1231 __entry->auth_type = sme->auth_type;
1232 __entry->privacy = sme->privacy;
1233 __entry->wpa_versions = sme->crypto.wpa_versions;
1234 __entry->flags = sme->flags;
1239 WIPHY_PR_ARG, NETDEV_PR_ARG, MAC_PR_ARG(bssid), __entry->ssid,
1240 __entry->auth_type, BOOL_TO_STR(__entry->privacy),
1241 __entry->wpa_versions, __entry->flags)
1258 __entry->rssi_thold = rssi_thold;
1259 __entry->rssi_hyst = rssi_hyst;
1264 __entry->rssi_thold, __entry->rssi_hyst)
1281 __entry->rate = rate;
1282 __entry->pkts = pkts;
1283 __entry->intvl = intvl;
1286 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->rate, __entry->pkts,
1287 __entry->intvl)
1302 __entry->reason_code = reason_code;
1305 NETDEV_PR_ARG, __entry->reason_code)
1322 memset(__entry->ssid, 0, IEEE80211_MAX_SSID_LEN + 1);
1323 memcpy(__entry->ssid, params->ssid, params->ssid_len);
1326 WIPHY_PR_ARG, NETDEV_PR_ARG, MAC_PR_ARG(bssid), __entry->ssid)
1354 __entry->changed = changed;
1357 WIPHY_PR_ARG, __entry->changed)
1378 __entry->type = type;
1379 __entry->mbm = mbm;
1382 WIPHY_PR_ARG, WDEV_PR_ARG,__entry->type, __entry->mbm)
1395 __entry->func_ret = func_ret;
1396 __entry->func_fill = func_fill;
1399 WIPHY_PR_ARG, __entry->func_ret, __entry->func_fill)
1461 __entry->frame_type = frame_type;
1462 __entry->reg = reg;
1465 WIPHY_PR_ARG, WDEV_PR_ARG, __entry->frame_type,
1466 __entry->reg ? "true" : "false")
1480 __entry->ret = ret;
1481 __entry->tx = tx;
1482 __entry->rx = rx;
1485 WIPHY_PR_ARG, __entry->ret, __entry->tx, __entry->rx)
1501 __entry->tx = tx;
1502 __entry->tx_max = tx_max;
1503 __entry->rx = rx;
1504 __entry->rx_max = rx_max;
1507 WIPHY_PR_ARG, __entry->tx, __entry->tx_max, __entry->rx,
1508 __entry->rx_max)
1521 __entry->tx = tx;
1522 __entry->rx = rx;
1525 WIPHY_PR_ARG, __entry->tx, __entry->rx)
1571 __entry->action_code = action_code;
1572 __entry->dialog_token = dialog_token;
1573 __entry->status_code = status_code;
1574 __entry->peer_capability = peer_capability;
1575 __entry->initiator = initiator;
1582 __entry->action_code, __entry->dialog_token,
1583 __entry->status_code, __entry->peer_capability,
1584 BOOL_TO_STR(__entry->initiator),
1599 __entry->idx = idx;
1602 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->idx)
1624 __entry->ret = ret;
1625 __entry->time = info->time;
1626 __entry->time_busy = info->time_busy;
1627 __entry->time_ext_busy = info->time_ext_busy;
1628 __entry->time_rx = info->time_rx;
1629 __entry->time_tx = info->time_tx;
1630 __entry->time_scan = info->time_scan;
1631 __entry->filled = info->filled;
1632 __entry->noise = info->noise;
1638 WIPHY_PR_ARG, __entry->ret, CHAN_PR_ARG,
1639 __entry->time, __entry->time_busy,
1640 __entry->time_ext_busy, __entry->time_rx,
1641 __entry->time_tx, __entry->time_scan,
1642 __entry->filled, __entry->noise)
1659 __entry->oper = oper;
1662 WIPHY_PR_ARG, NETDEV_PR_ARG, MAC_PR_ARG(peer), __entry->oper)
1728 __entry->duration = duration;
1731 WIPHY_PR_ARG, WDEV_PR_ARG, CHAN_PR_ARG, __entry->duration)
1744 __entry->ret = ret;
1745 __entry->cookie = cookie;
1748 WIPHY_PR_ARG, __entry->ret, __entry->cookie)
1762 __entry->cookie = cookie;
1765 WIPHY_PR_ARG, WDEV_PR_ARG, __entry->cookie)
1785 __entry->offchan = params->offchan;
1786 __entry->wait = params->wait;
1787 __entry->no_cck = params->no_cck;
1788 __entry->dont_wait_for_ack = params->dont_wait_for_ack;
1793 BOOL_TO_STR(__entry->offchan), __entry->wait,
1794 BOOL_TO_STR(__entry->no_cck),
1795 BOOL_TO_STR(__entry->dont_wait_for_ack))
1810 __entry->noack_map = noack_map;
1813 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->noack_map)
1836 __entry->ret = ret;
1839 WIPHY_PR_ARG, CHAN_DEF_PR_ARG, __entry->ret)
1864 __entry->acl_policy = params->acl_policy;
1867 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->acl_policy)
1883 __entry->md = ftie->md;
1887 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->md)
1903 __entry->proto = protocol;
1904 __entry->duration = duration;
1907 WIPHY_PR_ARG, WDEV_PR_ARG, __entry->proto, __entry->duration)
1943 __entry->radar_required = params->radar_required;
1944 __entry->block_tx = params->block_tx;
1945 __entry->count = params->count;
1959 __entry->block_tx, __entry->count, __entry->radar_required)
1977 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->num_des)
2014 __entry->tsid = tsid;
2015 __entry->user_prio = user_prio;
2016 __entry->admitted_time = admitted_time;
2020 __entry->tsid, __entry->user_prio, __entry->admitted_time)
2037 __entry->tsid = tsid;
2040 WIPHY_PR_ARG, NETDEV_PR_ARG, MAC_PR_ARG(peer), __entry->tsid)
2064 __entry->oper_class, CHAN_DEF_PR_ARG)
2096 __entry->ret = ret;
2098 TP_printk("returned %s", BOOL_TO_STR(__entry->ret))
2236 __entry->key_type = key_type;
2237 __entry->key_id = key_id;
2239 memcpy(__entry->tsc, tsc, 6);
2242 NETDEV_PR_ARG, MAC_PR_ARG(addr), __entry->key_type,
2243 __entry->key_id, __entry->tsc)
2259 __entry->cookie = cookie;
2261 __entry->duration = duration;
2264 WDEV_PR_ARG, __entry->cookie, CHAN_PR_ARG,
2265 __entry->duration)
2279 __entry->cookie = cookie;
2283 WDEV_PR_ARG, __entry->cookie, CHAN_PR_ARG)
2319 __entry->freq = freq;
2320 __entry->sig_mbm = sig_mbm;
2323 WDEV_PR_ARG, __entry->freq, __entry->sig_mbm)
2336 __entry->cookie = cookie;
2337 __entry->ack = ack;
2340 WDEV_PR_ARG, __entry->cookie, BOOL_TO_STR(__entry->ack))
2353 __entry->rssi_event = rssi_event;
2356 NETDEV_PR_ARG, __entry->rssi_event)
2371 __entry->iftype = iftype;
2374 WIPHY_PR_ARG, CHAN_DEF_PR_ARG, __entry->iftype)
2448 __entry->evt = evt;
2451 NETDEV_PR_ARG, __entry->evt)
2509 __entry->cookie = cookie;
2510 __entry->acked = acked;
2513 NETDEV_PR_ARG, MAC_PR_ARG(addr), __entry->cookie,
2514 BOOL_TO_STR(__entry->acked))
2528 __entry->num_packets = num_packets;
2531 NETDEV_PR_ARG, MAC_PR_ARG(peer), __entry->num_packets)
2551 __entry->index = index;
2553 __entry->preauth = preauth;
2556 NETDEV_PR_ARG, __entry->index, MAC_PR_ARG(bssid),
2557 BOOL_TO_STR(__entry->preauth))
2571 __entry->freq = freq;
2572 __entry->sig_dbm = sig_dbm;
2575 WIPHY_PR_ARG, __entry->freq, __entry->sig_dbm)
2593 __entry->oper = oper;
2594 __entry->reason_code = reason_code;
2597 WIPHY_PR_ARG, NETDEV_PR_ARG, MAC_PR_ARG(peer), __entry->oper,
2598 __entry->reason_code)
2617 memcpy(__entry->rates, request->rates,
2619 __entry->wdev_id = request->wdev ?
2624 __entry->no_cck = request->no_cck;
2626 __entry->aborted = aborted;
2628 TP_printk("aborted: %s", BOOL_TO_STR(__entry->aborted))
2660 __entry->bss_type = bss_type;
2661 __entry->privacy = privacy;
2666 ((u8 *)__get_dynamic_array(ssid))[0], __entry->bss_type,
2667 __entry->privacy)
2686 __entry->scan_width = scan_width;
2689 __entry->signal = signal;
2692 WIPHY_PR_ARG, CHAN_PR_ARG, __entry->scan_width,
2693 __entry->signal)
2722 __entry->ret = ret;
2724 TP_printk("ret: %d", __entry->ret)
2734 __entry->ret = ret;
2736 TP_printk("ret: %u", __entry->ret)
2761 __entry->non_wireless = !wakeup;
2762 __entry->disconnect = wakeup ? wakeup->disconnect : false;
2763 __entry->magic_pkt = wakeup ? wakeup->magic_pkt : false;
2764 __entry->gtk_rekey_failure = wakeup ? wakeup->gtk_rekey_failure : false;
2765 __entry->eap_identity_req = wakeup ? wakeup->eap_identity_req : false;
2766 __entry->four_way_handshake = wakeup ? wakeup->four_way_handshake : false;
2767 __entry->rfkill_release = wakeup ? wakeup->rfkill_release : false;
2768 __entry->pattern_idx = wakeup ? wakeup->pattern_idx : false;
2769 __entry->packet_len = wakeup ? wakeup->packet_len : false;