Searched refs:SWITCH_ENTRY_ASSIGN (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/net/mac80211/ |
| D | trace.h | 1529 #define SWITCH_ENTRY_ASSIGN(to, from) local_vifs[i].to = vifs[i].from macro 1562 SWITCH_ENTRY_ASSIGN(vif.vif_type, vif->type); 1563 SWITCH_ENTRY_ASSIGN(vif.p2p, vif->p2p); 1567 SWITCH_ENTRY_ASSIGN(old_chandef.control_freq, 1569 SWITCH_ENTRY_ASSIGN(old_chandef.chan_width, 1571 SWITCH_ENTRY_ASSIGN(old_chandef.center_freq1, 1573 SWITCH_ENTRY_ASSIGN(old_chandef.center_freq2, 1575 SWITCH_ENTRY_ASSIGN(new_chandef.control_freq, 1577 SWITCH_ENTRY_ASSIGN(new_chandef.chan_width, 1579 SWITCH_ENTRY_ASSIGN(new_chandef.center_freq1, [all …]
|