Searched refs:req_result (Results 1 – 5 of 5) sorted by relevance
113 if (completion_rc <= 0 || nspi->req_result == ACKNOWLEDGE_NACK) in nci_spi_send()301 nspi->req_result = nci_spi_get_ack(skb); in nci_spi_read()302 if (nspi->req_result) in nci_spi_read()
71 ndev->req_result = result; in nci_req_complete()80 ndev->req_result = err; in nci_req_cancel()107 rc = nci_to_errno(ndev->req_result); in __nci_request()111 rc = -ndev->req_result; in __nci_request()125 ndev->req_status = ndev->req_result = 0; in __nci_request()
219 __u32 req_result; member358 u8 req_result; member
150 hdev->req_result = result; in hci_req_sync_complete()163 hdev->req_result = err; in hci_req_cancel()204 err = -bt_to_errno(hdev->req_result); in __hci_cmd_sync_ev()208 err = -hdev->req_result; in __hci_cmd_sync_ev()216 hdev->req_status = hdev->req_result = 0; in __hci_cmd_sync_ev()289 err = -bt_to_errno(hdev->req_result); in __hci_req_sync()293 err = -hdev->req_result; in __hci_req_sync()301 hdev->req_status = hdev->req_result = 0; in __hci_req_sync()
333 __u32 req_result; member