Home
last modified time | relevance | path

Searched refs:wlan_ocb_rx_ops (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/components/target_if/ocb/src/
H A Dtarget_if_ocb.c43 static inline struct wlan_ocb_rx_ops *
240 struct wlan_ocb_rx_ops *ocb_rx_ops; in target_if_ocb_set_config_resp()
306 struct wlan_ocb_rx_ops *ocb_rx_ops; in target_if_ocb_get_tsf_timer_resp()
373 struct wlan_ocb_rx_ops *ocb_rx_ops; in target_if_dcc_update_ndl_resp()
448 struct wlan_ocb_rx_ops *ocb_rx_ops; in target_if_dcc_get_stats_resp()
519 struct wlan_ocb_rx_ops *ocb_rx_ops; in target_if_dcc_stats_resp()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_ocb_ut.c32 static inline struct wlan_ocb_rx_ops *
102 struct wlan_ocb_rx_ops *ocb_rx_ops; in fake_ocb_get_tsf_timer_cmd_tlv()
174 struct wlan_ocb_rx_ops *ocb_rx_ops; in fake_dcc_get_stats_cmd_tlv()
227 struct wlan_ocb_rx_ops *ocb_rx_ops; in fake_dcc_update_ndl_cmd_tlv()
277 struct wlan_ocb_rx_ops *ocb_rx_ops; in fake_ocb_set_config_cmd_tlv()
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/inc/
H A Dwlan_ocb_tgt_api.h48 QDF_STATUS tgt_ocb_register_rx_ops(struct wlan_ocb_rx_ops *ocb_rxops);
H A Dwlan_ocb_public_structs.h264 struct wlan_ocb_rx_ops { struct
/wlan-driver/qcacld-3.0/components/ocb/core/inc/
H A Dwlan_ocb_main.h100 struct wlan_ocb_rx_ops ocb_rxops;
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/src/
H A Dwlan_ocb_tgt_api.c330 QDF_STATUS tgt_ocb_register_rx_ops(struct wlan_ocb_rx_ops *ocb_rxops) in tgt_ocb_register_rx_ops()