Searched defs:cdp_cmn_ops (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_ops.h | 213 struct cdp_cmn_ops { struct 215 QDF_STATUS (*txrx_soc_attach_target)(ol_txrx_soc_handle soc); 217 int (*txrx_pdev_attach_target)(ol_txrx_soc_handle soc, uint8_t pdev_id); 219 QDF_STATUS (*txrx_vdev_attach) 224 (*txrx_vdev_detach)(struct cdp_soc_t *cdp_soc, uint8_t vdev_id, 228 QDF_STATUS (*txrx_pdev_attach) 232 int (*txrx_pdev_post_attach)(struct cdp_soc_t *soc, uint8_t pdev_id); 235 (*txrx_pdev_pre_detach)(struct cdp_soc_t *soc, uint8_t pdev_id, 239 (*txrx_pdev_detach)(struct cdp_soc_t *psoc, uint8_t pdev_id, 251 (*txrx_pdev_deinit)(struct cdp_soc_t *soc, uint8_t pdev_id, [all …]
|