Searched refs:mgmt_rx_ops (Results 1 – 2 of 2) sorted by relevance
179 struct wlan_lmac_if_mgmt_txrx_rx_ops *mgmt_rx_ops; in mgmt_txrx_get_nbuf() local183 mgmt_rx_ops = wlan_lmac_if_get_mgmt_txrx_rx_ops(psoc); in mgmt_txrx_get_nbuf()185 if (mgmt_rx_ops && mgmt_rx_ops->mgmt_txrx_get_nbuf_from_desc_id) in mgmt_txrx_get_nbuf()186 return mgmt_rx_ops->mgmt_txrx_get_nbuf_from_desc_id(pdev, in mgmt_txrx_get_nbuf()208 struct wlan_lmac_if_mgmt_txrx_rx_ops *mgmt_rx_ops; in mgmt_txrx_tx_completion_handler() local213 mgmt_rx_ops = wlan_lmac_if_get_mgmt_txrx_rx_ops(psoc); in mgmt_txrx_tx_completion_handler()215 if (mgmt_rx_ops && mgmt_rx_ops->mgmt_tx_completion_handler) in mgmt_txrx_tx_completion_handler()216 return mgmt_rx_ops->mgmt_tx_completion_handler(pdev, desc_id, in mgmt_txrx_tx_completion_handler()240 struct wlan_lmac_if_mgmt_txrx_rx_ops *mgmt_rx_ops; in mgmt_txrx_rx_handler() local242 mgmt_rx_ops = wlan_lmac_if_get_mgmt_txrx_rx_ops(psoc); in mgmt_txrx_rx_handler()[all …]
96 struct wlan_lmac_if_mgmt_txrx_rx_ops *mgmt_rx_ops; in target_if_mgmt_rx_reo_get_rx_ops() local98 mgmt_rx_ops = wlan_lmac_if_get_mgmt_txrx_rx_ops(psoc); in target_if_mgmt_rx_reo_get_rx_ops()99 if (!mgmt_rx_ops) { in target_if_mgmt_rx_reo_get_rx_ops()104 return &mgmt_rx_ops->mgmt_rx_reo_rx_ops; in target_if_mgmt_rx_reo_get_rx_ops()