Home
last modified time | relevance | path

Searched refs:ocb_rx_ops (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/target_if/ocb/src/
H A Dtarget_if_ocb.c240 struct wlan_ocb_rx_ops *ocb_rx_ops; in target_if_ocb_set_config_resp() local
262 ocb_rx_ops = target_if_ocb_get_rx_ops(pdev); in target_if_ocb_set_config_resp()
263 if (ocb_rx_ops->ocb_set_config_status) { in target_if_ocb_set_config_resp()
272 status = ocb_rx_ops->ocb_set_config_status(psoc, resp); in target_if_ocb_set_config_resp()
306 struct wlan_ocb_rx_ops *ocb_rx_ops; in target_if_ocb_get_tsf_timer_resp() local
329 ocb_rx_ops = target_if_ocb_get_rx_ops(pdev); in target_if_ocb_get_tsf_timer_resp()
330 if (ocb_rx_ops->ocb_tsf_timer) { in target_if_ocb_get_tsf_timer_resp()
339 status = ocb_rx_ops->ocb_tsf_timer(psoc, &response); in target_if_ocb_get_tsf_timer_resp()
373 struct wlan_ocb_rx_ops *ocb_rx_ops; in target_if_dcc_update_ndl_resp() local
402 ocb_rx_ops = target_if_ocb_get_rx_ops(pdev); in target_if_dcc_update_ndl_resp()
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_ocb_ut.c102 struct wlan_ocb_rx_ops *ocb_rx_ops; in fake_ocb_get_tsf_timer_cmd_tlv() local
116 ocb_rx_ops = target_if_ocb_get_rx_ops(psoc); in fake_ocb_get_tsf_timer_cmd_tlv()
117 if (ocb_rx_ops->ocb_tsf_timer) { in fake_ocb_get_tsf_timer_cmd_tlv()
118 status = ocb_rx_ops->ocb_tsf_timer(psoc, &response); in fake_ocb_get_tsf_timer_cmd_tlv()
174 struct wlan_ocb_rx_ops *ocb_rx_ops; in fake_dcc_get_stats_cmd_tlv() local
196 ocb_rx_ops = target_if_ocb_get_rx_ops(psoc); in fake_dcc_get_stats_cmd_tlv()
197 if (ocb_rx_ops->ocb_dcc_stats_indicate) { in fake_dcc_get_stats_cmd_tlv()
198 status = ocb_rx_ops->ocb_dcc_stats_indicate(psoc, in fake_dcc_get_stats_cmd_tlv()
227 struct wlan_ocb_rx_ops *ocb_rx_ops; in fake_dcc_update_ndl_cmd_tlv() local
246 ocb_rx_ops = target_if_ocb_get_rx_ops(psoc); in fake_dcc_update_ndl_cmd_tlv()
[all …]