Searched refs:SWITCH_ENTRY_ASSIGN (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/net/mac80211/ |
| D | trace.h | 1465 #define SWITCH_ENTRY_ASSIGN(to, from) local_vifs[i].to = vifs[i].from macro 1498 SWITCH_ENTRY_ASSIGN(vif.vif_type, vif->type); 1499 SWITCH_ENTRY_ASSIGN(vif.p2p, vif->p2p); 1503 SWITCH_ENTRY_ASSIGN(old_chandef.control_freq, 1505 SWITCH_ENTRY_ASSIGN(old_chandef.chan_width, 1507 SWITCH_ENTRY_ASSIGN(old_chandef.center_freq1, 1509 SWITCH_ENTRY_ASSIGN(old_chandef.center_freq2, 1511 SWITCH_ENTRY_ASSIGN(new_chandef.control_freq, 1513 SWITCH_ENTRY_ASSIGN(new_chandef.chan_width, 1515 SWITCH_ENTRY_ASSIGN(new_chandef.center_freq1, [all …]
|