Home
last modified time | relevance | path

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

/linux-6.1.9/net/nfc/nci/
Dhci.c114 for (i = 0; i < NCI_HCI_MAX_PIPES; i++) { in nci_hci_reset_pipes()
125 for (i = 0; i < NCI_HCI_MAX_PIPES; i++) { in nci_hci_reset_pipes_per_host()
301 if (new_pipe >= NCI_HCI_MAX_PIPES) { in nci_hci_cmd_received()
329 if (delete_info->pipe >= NCI_HCI_MAX_PIPES) { in nci_hci_cmd_received()
/linux-6.1.9/include/net/nfc/
Dnci_core.h158 #define NCI_HCI_MAX_PIPES 128 macro
185 struct nci_hci_pipe pipes[NCI_HCI_MAX_PIPES];