Lines Matching refs:req_status
208 if (hdev->req_status == HCI_REQ_PEND) { in hci_req_sync_complete()
210 hdev->req_status = HCI_REQ_DONE; in hci_req_sync_complete()
221 if (hdev->req_status == HCI_REQ_PEND) { in hci_req_cancel()
223 hdev->req_status = HCI_REQ_CANCELED; in hci_req_cancel()
242 hdev->req_status = HCI_REQ_PEND; in __hci_cmd_sync_ev()
261 switch (hdev->req_status) { in __hci_cmd_sync_ev()
275 hdev->req_status = hdev->req_result = 0; in __hci_cmd_sync_ev()
314 hdev->req_status = HCI_REQ_PEND; in __hci_req_sync()
323 hdev->req_status = 0; in __hci_req_sync()
346 switch (hdev->req_status) { in __hci_req_sync()
360 hdev->req_status = hdev->req_result = 0; in __hci_req_sync()