Lines Matching refs:req_status
149 if (hdev->req_status == HCI_REQ_PEND) { in hci_req_sync_complete()
151 hdev->req_status = HCI_REQ_DONE; in hci_req_sync_complete()
162 if (hdev->req_status == HCI_REQ_PEND) { in hci_req_cancel()
164 hdev->req_status = HCI_REQ_CANCELED; in hci_req_cancel()
183 hdev->req_status = HCI_REQ_PEND; in __hci_cmd_sync_ev()
202 switch (hdev->req_status) { in __hci_cmd_sync_ev()
216 hdev->req_status = hdev->req_result = 0; in __hci_cmd_sync_ev()
255 hdev->req_status = HCI_REQ_PEND; in __hci_req_sync()
264 hdev->req_status = 0; in __hci_req_sync()
287 switch (hdev->req_status) { in __hci_req_sync()
301 hdev->req_status = hdev->req_result = 0; in __hci_req_sync()