Searched refs:ocb_rxops (Results 1 – 6 of 6) sorted by relevance
330 QDF_STATUS tgt_ocb_register_rx_ops(struct wlan_ocb_rx_ops *ocb_rxops) in tgt_ocb_register_rx_ops() argument332 ocb_rxops->ocb_set_config_status = tgt_ocb_channel_config_status; in tgt_ocb_register_rx_ops()333 ocb_rxops->ocb_tsf_timer = tgt_ocb_get_tsf_timer; in tgt_ocb_register_rx_ops()334 ocb_rxops->ocb_dcc_ndl_update = tgt_ocb_dcc_ndl_update; in tgt_ocb_register_rx_ops()335 ocb_rxops->ocb_dcc_stats_indicate = tgt_ocb_dcc_stats_indicate; in tgt_ocb_register_rx_ops()
48 QDF_STATUS tgt_ocb_register_rx_ops(struct wlan_ocb_rx_ops *ocb_rxops);
100 struct wlan_ocb_rx_ops ocb_rxops; member
43 return &pdev_obj->ocb_rxops; in target_if_ocb_get_rx_ops()
50 return &ocb_obj->ocb_rxops; in target_if_ocb_get_rx_ops()
534 tgt_ocb_register_rx_ops(&ocb_obj->ocb_rxops); in ocb_pdev_obj_create_notification()