Searched defs:dp_txrx_handle (Results 1 – 2 of 2) sorted by relevance
227 struct dp_txrx_handle { struct228 ol_txrx_soc_handle soc;229 struct cdp_pdev *pdev;230 struct dp_rx_tm_handle rx_tm_hdl;231 struct dp_rx_refill_thread refill_thread;232 struct dp_txrx_config config;
3763 void *dp_txrx_handle; /* Advanced data path handle */ member