Home
last modified time | relevance | path

Searched refs:NCI_REQ_PEND (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/nfc/nci/
Dcore.c84 if (ndev->req_status == NCI_REQ_PEND) { in nci_req_complete()
94 if (ndev->req_status == NCI_REQ_PEND) { in nci_req_cancel()
109 ndev->req_status = NCI_REQ_PEND; in __nci_request()
/linux-4.4.14/include/net/nfc/
Dnci_core.h375 #define NCI_REQ_PEND 1 macro