Home
last modified time | relevance | path

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

/linux-6.15/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.h563 enum ath11k_wmi_peer_ps_state peer_ps_state; member
H A Dwmi.c7442 ev->peer_macaddr.addr, ev->peer_ps_state, in ath11k_wmi_event_peer_sta_ps_state_chg()
7482 peer_previous_ps_state = arsta->peer_ps_state; in ath11k_wmi_event_peer_sta_ps_state_chg()
7483 arsta->peer_ps_state = ev->peer_ps_state; in ath11k_wmi_event_peer_sta_ps_state_chg()
7493 if (arsta->peer_ps_state == WMI_PEER_PS_STATE_ON) { in ath11k_wmi_event_peer_sta_ps_state_chg()
7496 } else if (arsta->peer_ps_state == WMI_PEER_PS_STATE_OFF && in ath11k_wmi_event_peer_sta_ps_state_chg()
7505 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.h5769 u32 peer_ps_state; member
H A Dmac.c9636 arsta->peer_ps_state = WMI_PEER_PS_STATE_DISABLED; in ath11k_mac_op_sta_state()
/linux-6.15/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.h553 u32 peer_ps_state; member
H A Ddebug.c2388 arsta->peer_ps_state = WMI_PEER_PS_STATE_DISABLED; in ath10k_peer_ps_state_disable()
H A Dwmi.h4294 __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.c7481 arsta->peer_ps_state = WMI_PEER_PS_STATE_DISABLED; in ath10k_sta_state()