Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/nfc/nci/
H A Dhci.c93 #define NCI_HCP_MSG_GET_PIPE(header) (header & 0x7f) macro
418 pipe = NCI_HCP_MSG_GET_PIPE(skb->data[0]); in nci_hci_msg_rx_work()
455 pipe = NCI_HCP_MSG_GET_PIPE(packet->header); in nci_hci_data_received_cb()
493 pipe = NCI_HCP_MSG_GET_PIPE(packet->header); in nci_hci_data_received_cb()
/kernel/linux/linux-6.6/net/nfc/nci/
H A Dhci.c94 #define NCI_HCP_MSG_GET_PIPE(header) (header & 0x7f) macro
415 pipe = NCI_HCP_MSG_GET_PIPE(skb->data[0]); in nci_hci_msg_rx_work()
450 pipe = NCI_HCP_MSG_GET_PIPE(packet->header); in nci_hci_data_received_cb()
488 pipe = NCI_HCP_MSG_GET_PIPE(packet->header); in nci_hci_data_received_cb()

Completed in 3 milliseconds