Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/src/
H A Dtarget_if_vdev_mgr_rx_ops.c184 if (!qdf_atomic_test_bit(START_RESPONSE_BIT, &vdev_rsp->rsp_status) && in target_if_vdev_mgr_rsp_timer_cb()
207 if (qdf_atomic_test_bit(START_RESPONSE_BIT, in target_if_vdev_mgr_rsp_timer_cb()
213 if (qdf_atomic_test_bit(START_RESPONSE_BIT, in target_if_vdev_mgr_rsp_timer_cb()
217 rsp_pos = START_RESPONSE_BIT; in target_if_vdev_mgr_rsp_timer_cb()
437 START_RESPONSE_BIT); in target_if_vdev_mgr_start_response_handler()
H A Dtarget_if_vdev_mgr_tx_ops.c113 for (rsp_pos = START_RESPONSE_BIT; rsp_pos <= RESPONSE_BIT_MAX; in target_if_vdev_mgr_rsp_timer_start()
481 START_RESPONSE_BIT); in target_if_vdev_mgr_start_send()
493 START_RESPONSE_BIT); in target_if_vdev_mgr_start_send()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/
H A Dwlan_vdev_mgr_tgt_if_rx_defs.h50 START_RESPONSE_BIT = 0, enumerator