Home
last modified time | relevance | path

Searched refs:peer_ps_state (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dtrace.h311 u32 peer_ps_timestamp, u8 peer_ps_state),
312 TP_ARGS(ar, peer_addr, peer_ps_timestamp, peer_ps_state),
317 __field(u8, peer_ps_state)
325 __entry->peer_ps_state = peer_ps_state;
332 __entry->peer_ps_state,
H A Ddebugfs_sta.c767 len = scnprintf(buf, sizeof(buf), "%d\n", arsta->peer_ps_state); in ath11k_dbg_sta_read_peer_ps_state()
795 if (arsta->peer_ps_state == WMI_PEER_PS_STATE_ON && in ath11k_dbg_sta_read_current_ps_duration()
829 if (arsta->peer_ps_state == WMI_PEER_PS_STATE_ON && in ath11k_dbg_sta_read_total_ps_duration()
H A Dcore.h514 enum ath11k_wmi_peer_ps_state peer_ps_state; member
H A Dwmi.c7436 ev->peer_macaddr.addr, ev->peer_ps_state, in ath11k_wmi_event_peer_sta_ps_state_chg()
7476 peer_previous_ps_state = arsta->peer_ps_state; in ath11k_wmi_event_peer_sta_ps_state_chg()
7477 arsta->peer_ps_state = ev->peer_ps_state; in ath11k_wmi_event_peer_sta_ps_state_chg()
7487 if (arsta->peer_ps_state == WMI_PEER_PS_STATE_ON) { in ath11k_wmi_event_peer_sta_ps_state_chg()
7490 } else if (arsta->peer_ps_state == WMI_PEER_PS_STATE_OFF && in ath11k_wmi_event_peer_sta_ps_state_chg()
7499 arsta->peer_ps_state); in ath11k_wmi_event_peer_sta_ps_state_chg()
H A Ddebugfs.c1517 arsta->peer_ps_state = WMI_PEER_PS_STATE_DISABLED; in ath11k_peer_ps_state_disable()
H A Dwmi.h5741 u32 peer_ps_state; member
H A Dmac.c5046 arsta->peer_ps_state = WMI_PEER_PS_STATE_DISABLED; in ath11k_mac_op_sta_state()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Ddebugfs_sta.c466 arsta->peer_ps_state); in ath10k_dbg_sta_read_peer_ps_state()
H A Dcore.h552 u32 peer_ps_state; member
H A Ddebug.c2407 arsta->peer_ps_state = WMI_PEER_PS_STATE_DISABLED; in ath10k_peer_ps_state_disable()
H A Dwmi.h4260 __le32 peer_ps_state; member
H A Dwmi.c5301 arsta->peer_ps_state = __le32_to_cpu(ev->peer_ps_state); in ath10k_wmi_event_peer_sta_ps_state_chg()
H A Dmac.c7473 arsta->peer_ps_state = WMI_PEER_PS_STATE_DISABLED; in ath10k_sta_state()