Home
last modified time | relevance | path

Searched refs:transaction (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_bmi.c73 struct BMI_transaction *transaction = in hif_bmi_send_done() local
81 qdf_semaphore_release(&transaction->bmi_transaction_sem); in hif_bmi_send_done()
89 transaction->bmi_transaction_flags |= BMI_REQ_SEND_DONE; in hif_bmi_send_done()
94 if (!transaction->bmi_response_CE || in hif_bmi_send_done()
95 (transaction->bmi_transaction_flags & BMI_RESP_RECV_DONE)) { in hif_bmi_send_done()
96 qdf_semaphore_release(&transaction->bmi_transaction_sem); in hif_bmi_send_done()
107 struct BMI_transaction *transaction = in hif_bmi_recv_data() local
110 transaction->bmi_response_length = nbytes; in hif_bmi_recv_data()
111 transaction->bmi_transaction_flags |= BMI_RESP_RECV_DONE; in hif_bmi_recv_data()
114 if (transaction->bmi_transaction_flags & BMI_REQ_SEND_DONE) in hif_bmi_recv_data()
[all …]
/wlan-driver/wpa_supplicant_8/src/utils/
H A Dpcsc_funcs.c