Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn.h1258 !soc->ops->cmn_drv_ops->txrx_get_vdev_mac_addr) in cdp_get_vdev_mac_addr()
1261 return soc->ops->cmn_drv_ops->txrx_get_vdev_mac_addr(soc, vdev_id); in cdp_get_vdev_mac_addr()
H A Dcdp_txrx_ops.h435 uint8_t * (*txrx_get_vdev_mac_addr)(struct cdp_soc_t *soc, member
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.c6177 .txrx_get_vdev_mac_addr = ol_txrx_get_vdev_mac_addr,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c12375 .txrx_get_vdev_mac_addr = dp_get_vdev_mac_addr_wifi3,