Lines Matching refs:req_status
102 if (hdev->req_status == HCI_REQ_PEND) { in hci_req_sync_complete()
104 hdev->req_status = HCI_REQ_DONE; in hci_req_sync_complete()
115 if (hdev->req_status == HCI_REQ_PEND) { in hci_req_sync_cancel()
117 hdev->req_status = HCI_REQ_CANCELED; in hci_req_sync_cancel()
135 hdev->req_status = HCI_REQ_PEND; in __hci_cmd_sync_ev()
142 hdev->req_status != HCI_REQ_PEND, timeout); in __hci_cmd_sync_ev()
147 switch (hdev->req_status) { in __hci_cmd_sync_ev()
161 hdev->req_status = hdev->req_result = 0; in __hci_cmd_sync_ev()
198 hdev->req_status = HCI_REQ_PEND; in __hci_req_sync()
209 hdev->req_status = 0; in __hci_req_sync()
229 hdev->req_status != HCI_REQ_PEND, timeout); in __hci_req_sync()
234 switch (hdev->req_status) { in __hci_req_sync()
256 hdev->req_status = hdev->req_result = 0; in __hci_req_sync()