Lines Matching refs:pdev_cfrobj
46 struct pdev_cfr *pdev_cfrobj; in target_if_cfr_stop_capture() local
72 pdev_cfrobj = wlan_objmgr_pdev_get_comp_private_obj(pdev, in target_if_cfr_stop_capture()
74 if (!pdev_cfrobj) { in target_if_cfr_stop_capture()
81 pdev_cfrobj->dbr_evt_cnt, pdev_cfrobj->tx_evt_cnt, in target_if_cfr_stop_capture()
82 pdev_cfrobj->release_cnt); in target_if_cfr_stop_capture()
84 pdev_cfrobj->tx_peer_status_cfr_fail = 0); in target_if_cfr_stop_capture()
86 pdev_cfrobj->tx_evt_status_cfr_fail); in target_if_cfr_stop_capture()
88 pdev_cfrobj->tx_dbr_cookie_lookup_fail); in target_if_cfr_stop_capture()
90 pdev_cfrobj->dbr_evt_cnt = 0; in target_if_cfr_stop_capture()
91 pdev_cfrobj->tx_evt_cnt = 0; in target_if_cfr_stop_capture()
92 pdev_cfrobj->release_cnt = 0; in target_if_cfr_stop_capture()
93 pdev_cfrobj->tx_peer_status_cfr_fail = 0; in target_if_cfr_stop_capture()
94 pdev_cfrobj->tx_evt_status_cfr_fail = 0; in target_if_cfr_stop_capture()
95 pdev_cfrobj->tx_dbr_cookie_lookup_fail = 0; in target_if_cfr_stop_capture()