Searched refs:bufferedCommandList (Results 1 – 1 of 1) sorted by relevance
284 tDblLinkList bufferedCommandList; member571 status = csr_ll_open(&pSession->bufferedCommandList); in sme_qos_open()626 csr_ll_close(&pSession->bufferedCommandList); in sme_qos_close()1907 !csr_ll_is_list_empty(&pSession->bufferedCommandList, in sme_qos_internal_release_req()5893 csr_ll_insert_head(&pSession->bufferedCommandList, in sme_qos_buffer_cmd()5896 csr_ll_insert_tail(&pSession->bufferedCommandList, in sme_qos_buffer_cmd()5921 if (!csr_ll_is_list_empty(&qos_session->bufferedCommandList, false)) { in sme_qos_process_buffered_cmd()5922 list_elt = csr_ll_remove_head(&qos_session->bufferedCommandList, in sme_qos_process_buffered_cmd()6012 pEntry = csr_ll_peek_head(&pSession->bufferedCommandList, true); in sme_qos_delete_buffered_requests()6017 pNextEntry = csr_ll_next(&pSession->bufferedCommandList, pEntry, in sme_qos_delete_buffered_requests()[all …]