Home
last modified time | relevance | path

Searched refs:req_result (Results 1 – 3 of 3) sorted by relevance

/linux/net/nfc/nci/
H A Dspi.c104 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()
/linux/net/bluetooth/
H A Dhci_sync.c31 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()
/linux/include/net/bluetooth/
H A Dhci_core.h517 __u32 req_result; member