Searched refs:NFA_HCI_MAX_HOST_IN_NETWORK (Results 1 – 6 of 6) sorted by relevance
364 tNFA_EE_INFO ee_info[NFA_HCI_MAX_HOST_IN_NETWORK]; /*NFCEE ID Info*/369 uint8_t inactive_host[NFA_HCI_MAX_HOST_IN_NETWORK];371 uint8_t active_host[NFA_HCI_MAX_HOST_IN_NETWORK];372 uint8_t reset_host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host reseting */
190 host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host in the host network */
520 #ifndef NFA_HCI_MAX_HOST_IN_NETWORK521 #define NFA_HCI_MAX_HOST_IN_NETWORK 0x06 macro
1287 while (host_index < NFA_HCI_MAX_HOST_IN_NETWORK) { in nfa_hci_handle_admin_gate_cmd()1376 memset(nfa_hci_cb.active_host, 0x0, NFA_HCI_MAX_HOST_IN_NETWORK); in nfa_hci_handle_admin_gate_rsp()1382 (host_count < NFA_HCI_MAX_HOST_IN_NETWORK)) { in nfa_hci_handle_admin_gate_rsp()1389 while (index < NFA_HCI_MAX_HOST_IN_NETWORK) { in nfa_hci_handle_admin_gate_rsp()1498 if (data_len > NFA_HCI_MAX_HOST_IN_NETWORK) { in nfa_hci_handle_admin_gate_rsp()1499 data_len = NFA_HCI_MAX_HOST_IN_NETWORK; in nfa_hci_handle_admin_gate_rsp()1507 memset(nfa_hci_cb.active_host, 0x0, NFA_HCI_MAX_HOST_IN_NETWORK); in nfa_hci_handle_admin_gate_rsp()1512 (host_count < NFA_HCI_MAX_HOST_IN_NETWORK)) { in nfa_hci_handle_admin_gate_rsp()1519 while (index < NFA_HCI_MAX_HOST_IN_NETWORK) { in nfa_hci_handle_admin_gate_rsp()
709 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) { in nfa_hciu_is_active_host()732 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) { in nfa_hciu_is_host_reseting()753 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) { in nfa_hciu_is_no_host_resetting()
197 nfa_hci_cb.num_nfcee = NFA_HCI_MAX_HOST_IN_NETWORK; in nfa_hci_init()