Home
last modified time | relevance | path

Searched refs:NCI_HCI_FRAGMENT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/nfc/nci/
H A Dhci.c87 #define NCI_HCI_FRAGMENT 0x7f macro
286 u8 status = NCI_HCI_ANY_OK | ~NCI_HCI_FRAGMENT; in nci_hci_cmd_received()
448 if ((packet->header & ~NCI_HCI_FRAGMENT) == 0) { in nci_hci_data_received_cb()
482 packet->header &= NCI_HCI_FRAGMENT; in nci_hci_data_received_cb()
/kernel/linux/linux-6.6/net/nfc/nci/
H A Dhci.c88 #define NCI_HCI_FRAGMENT 0x7f macro
285 u8 status = NCI_HCI_ANY_OK | ~NCI_HCI_FRAGMENT; in nci_hci_cmd_received()
443 if ((packet->header & ~NCI_HCI_FRAGMENT) == 0) { in nci_hci_data_received_cb()
477 packet->header &= NCI_HCI_FRAGMENT; in nci_hci_data_received_cb()

Completed in 3 milliseconds