Home
last modified time | relevance | path

Searched refs:cfr_rx_ops (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
H A Dtarget_if_cfr.c740 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()
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()
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()
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()
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()
H A Dtarget_if_cfr_enh.c1201 struct wlan_lmac_if_cfr_rx_ops *cfr_rx_ops = NULL; in target_if_cfr_rx_tlv_process() local
1262 cfr_rx_ops = &rx_ops->cfr_rx_ops; in target_if_cfr_rx_tlv_process()
1410 if (cfr_rx_ops->cfr_info_send) in target_if_cfr_rx_tlv_process()
1411 status = cfr_rx_ops->cfr_info_send(pdev, in target_if_cfr_rx_tlv_process()
1488 struct wlan_lmac_if_cfr_rx_ops *cfr_rx_ops = NULL; in enh_cfr_dbr_event_handler() local
1508 cfr_rx_ops = &rx_ops->cfr_rx_ops; in enh_cfr_dbr_event_handler()
1604 if (cfr_rx_ops->cfr_info_send) in enh_cfr_dbr_event_handler()
1605 status = cfr_rx_ops->cfr_info_send(pdev, in enh_cfr_dbr_event_handler()
2027 struct wlan_lmac_if_cfr_rx_ops *cfr_rx_ops = NULL; in target_if_peer_capture_event() local
2047 cfr_rx_ops = &rx_ops->cfr_rx_ops; in target_if_peer_capture_event()
[all …]
H A Dtarget_if_cfr_dbr.c328 status = rx_ops->cfr_rx_ops.cfr_info_send in cfr_dbr_event_handler()
609 status = rx_ops->cfr_rx_ops.cfr_info_send(pdev, &lut->header, in target_if_peer_capture_event()
630 rx_ops->cfr_rx_ops.cfr_info_send(pdev, &header_error, in target_if_peer_capture_event()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/src/
H A Dwlan_lmac_if.c317 struct wlan_lmac_if_cfr_rx_ops *cfr_rx_ops = &rx_ops->cfr_rx_ops; in wlan_lmac_if_cfr_rx_ops_register() local
320 cfr_rx_ops->cfr_support_set = tgt_cfr_support_set; in wlan_lmac_if_cfr_rx_ops_register()
321 cfr_rx_ops->cfr_info_send = tgt_cfr_info_send; in wlan_lmac_if_cfr_rx_ops_register()
322 cfr_rx_ops->cfr_capture_count_support_set = in wlan_lmac_if_cfr_rx_ops_register()
324 cfr_rx_ops->cfr_mo_marking_support_set = tgt_cfr_mo_marking_support_set; in wlan_lmac_if_cfr_rx_ops_register()
325 cfr_rx_ops->cfr_aoa_for_rcc_support_set = in wlan_lmac_if_cfr_rx_ops_register()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h2807 struct wlan_lmac_if_cfr_rx_ops cfr_rx_ops; member