Searched refs:txrx_get_mon_vdev_from_pdev (Results 1 – 4 of 4) sorted by relevance
1336 !soc->ops->cmn_drv_ops->txrx_get_mon_vdev_from_pdev) in cdp_get_mon_vdev_from_pdev()1339 return soc->ops->cmn_drv_ops->txrx_get_mon_vdev_from_pdev(soc, pdev_id); in cdp_get_mon_vdev_from_pdev()
455 uint8_t (*txrx_get_mon_vdev_from_pdev)(struct cdp_soc_t *soc, member
6625 ops->cmn_drv_ops->txrx_get_mon_vdev_from_pdev = in dp_mon_cdp_ops_register()6677 ops->cmn_drv_ops->txrx_get_mon_vdev_from_pdev = NULL; in dp_mon_cdp_ops_deregister()
6179 .txrx_get_mon_vdev_from_pdev = ol_txrx_get_mon_vdev_from_pdev,