Home
last modified time | relevance | path

Searched refs:ocb_rx_event (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/ocb/core/src/
Dwlan_ocb_main.c125 static QDF_STATUS ocb_channel_config_status(struct ocb_rx_event *evt) in ocb_channel_config_status()
129 struct ocb_rx_event *event; in ocb_channel_config_status()
193 static QDF_STATUS ocb_tsf_timer(struct ocb_rx_event *evt) in ocb_tsf_timer()
196 struct ocb_rx_event *event; in ocb_tsf_timer()
232 static QDF_STATUS ocb_dcc_stats_response(struct ocb_rx_event *evt) in ocb_dcc_stats_response()
235 struct ocb_rx_event *event; in ocb_dcc_stats_response()
270 static QDF_STATUS ocb_ndl_response(struct ocb_rx_event *evt) in ocb_ndl_response()
273 struct ocb_rx_event *event; in ocb_ndl_response()
307 static QDF_STATUS ocb_dcc_indication(struct ocb_rx_event *evt) in ocb_dcc_indication()
310 struct ocb_rx_event *event; in ocb_dcc_indication()
[all …]
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/src/
Dwlan_ocb_tgt_api.c42 struct ocb_rx_event *event; in wlan_ocb_flush_callback()
68 struct ocb_rx_event *event; in tgt_ocb_channel_config_status()
113 struct ocb_rx_event *event; in tgt_ocb_get_tsf_timer()
169 struct ocb_rx_event *event; in tgt_ocb_dcc_ndl_update()
227 struct ocb_rx_event *event; in tgt_ocb_dcc_stats_indicate()
235 event = (struct ocb_rx_event *)buf; in tgt_ocb_dcc_stats_indicate()
/wlan-driver/qcacld-3.0/components/ocb/core/inc/
Dwlan_ocb_main.h114 struct ocb_rx_event { struct
185 static inline void wlan_ocb_release_rx_event(struct ocb_rx_event *event) in wlan_ocb_release_rx_event()