Lines Matching refs:rx_ops

733 	struct wlan_lmac_if_rx_ops *rx_ops;  in target_if_cfr_set_cfr_support()  local
735 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_cfr_set_cfr_support()
736 if (!rx_ops) { in target_if_cfr_set_cfr_support()
740 if (rx_ops->cfr_rx_ops.cfr_support_set) in target_if_cfr_set_cfr_support()
741 rx_ops->cfr_rx_ops.cfr_support_set(psoc, value); in target_if_cfr_set_cfr_support()
748 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_cfr_set_capture_count_support() local
750 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_cfr_set_capture_count_support()
751 if (!rx_ops) { in target_if_cfr_set_capture_count_support()
756 if (rx_ops->cfr_rx_ops.cfr_capture_count_support_set) in target_if_cfr_set_capture_count_support()
757 return rx_ops->cfr_rx_ops.cfr_capture_count_support_set( in target_if_cfr_set_capture_count_support()
767 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_cfr_set_mo_marking_support() local
769 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_cfr_set_mo_marking_support()
770 if (!rx_ops) { in target_if_cfr_set_mo_marking_support()
775 if (rx_ops->cfr_rx_ops.cfr_mo_marking_support_set) in target_if_cfr_set_mo_marking_support()
776 return rx_ops->cfr_rx_ops.cfr_mo_marking_support_set( in target_if_cfr_set_mo_marking_support()
786 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_cfr_set_aoa_for_rcc_support() local
788 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_cfr_set_aoa_for_rcc_support()
789 if (!rx_ops) { in target_if_cfr_set_aoa_for_rcc_support()
794 if (rx_ops->cfr_rx_ops.cfr_aoa_for_rcc_support_set) in target_if_cfr_set_aoa_for_rcc_support()
795 return rx_ops->cfr_rx_ops.cfr_aoa_for_rcc_support_set( in target_if_cfr_set_aoa_for_rcc_support()
806 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_cfr_info_send() local
810 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_cfr_info_send()
811 if (!rx_ops) { in target_if_cfr_info_send()
815 if (rx_ops->cfr_rx_ops.cfr_info_send) in target_if_cfr_info_send()
816 rx_ops->cfr_rx_ops.cfr_info_send(pdev, head, hlen, data, dlen, in target_if_cfr_info_send()