Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_cmn.c420 if (tx_ops && tx_ops->mops.get_psoc_mlo_chip_id) in wlan_mlo_get_psoc_mlo_chip_id()
421 mlo_chip_id = tx_ops->mops.get_psoc_mlo_chip_id(psoc); in wlan_mlo_get_psoc_mlo_chip_id()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h593 uint8_t (*get_psoc_mlo_chip_id)(struct wlan_objmgr_psoc *psoc); member