Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/dp/src/
H A Dtarget_if_dp.c695 struct wlan_objmgr_psoc *obj_soc; in send_peer_txq_flush_conf() local
701 obj_soc = (struct wlan_objmgr_psoc *)psoc; in send_peer_txq_flush_conf()
702 wmi_handle = GET_WMI_HDL_FROM_PSOC(obj_soc); in send_peer_txq_flush_conf()
736 struct wlan_objmgr_psoc *obj_soc; in send_peer_txq_flush_tids() local
746 obj_soc = (struct wlan_objmgr_psoc *)psoc; in send_peer_txq_flush_tids()
747 wmi_handle = GET_WMI_HDL_FROM_PSOC(obj_soc); in send_peer_txq_flush_tids()
767 struct wlan_objmgr_psoc *obj_soc; in target_if_peer_txq_flush_config() local
785 obj_soc = (struct wlan_objmgr_psoc *)psoc; in target_if_peer_txq_flush_config()
787 peer = wlan_objmgr_get_peer_by_mac(obj_soc, addr, WLAN_DP_ID); in target_if_peer_txq_flush_config()