Searched refs:req_result (Results 1 – 4 of 4) sorted by relevance
104 if (completion_rc <= 0 || nspi->req_result == ACKNOWLEDGE_NACK) in nci_spi_send()299 nspi->req_result = nci_spi_get_ack(skb); in nci_spi_read()300 if (nspi->req_result) in nci_spi_read()
81 ndev->req_result = result; in nci_req_complete()91 ndev->req_result = err; in nci_req_cancel()118 rc = nci_to_errno(ndev->req_result); in __nci_request()122 rc = -ndev->req_result; in __nci_request()136 ndev->req_status = ndev->req_result = 0; in __nci_request()
31 hdev->req_result = result; in hci_cmd_sync_complete()185 err = -bt_to_errno(hdev->req_result); in __hci_cmd_sync_sk()189 err = -hdev->req_result; in __hci_cmd_sync_sk()198 hdev->req_result = 0; in __hci_cmd_sync_sk()669 hdev->req_result = err; in hci_cmd_sync_cancel()690 hdev->req_result = err < 0 ? -err : err; in hci_cmd_sync_cancel_sync()
531 __u32 req_result; member