Searched refs:NFA_HCI_MAX_HOST_IN_NETWORK (Results 1 – 6 of 6) sorted by relevance
526 #ifndef NFA_HCI_MAX_HOST_IN_NETWORK527 #define NFA_HCI_MAX_HOST_IN_NETWORK 0x06 macro
113 …tNFA_HCI_PIPE_INFO uicc_created_pipe[NFA_HCI_MAX_HOST_IN_NETWORK]; /* Pipe information of the UIC…166 UINT8 host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host in the host network */
372 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in NFA_HciCreatePipe()376 if (xx != NFA_HCI_MAX_HOST_IN_NETWORK) in NFA_HciCreatePipe()891 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in NFA_HciAddStaticPipe()895 if (xx != NFA_HCI_MAX_HOST_IN_NETWORK) in NFA_HciAddStaticPipe()
712 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in nfa_hciu_is_active_host()735 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in nfa_hciu_is_host_reseting()758 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in nfa_hciu_is_no_host_resetting()
1297 &&(source_host < (NFA_HCI_HOST_ID_UICC0 + NFA_HCI_MAX_HOST_IN_NETWORK)) ) in nfa_hci_handle_admin_gate_cmd()1383 while (host_count < NFA_HCI_MAX_HOST_IN_NETWORK) in nfa_hci_handle_admin_gate_rsp()1396 &&(host_id < NFA_HCI_HOST_ID_UICC0 + NFA_HCI_MAX_HOST_IN_NETWORK) ) in nfa_hci_handle_admin_gate_rsp()1492 while (host_count < NFA_HCI_MAX_HOST_IN_NETWORK) in nfa_hci_handle_admin_gate_rsp()1505 &&(host_id < NFA_HCI_HOST_ID_UICC0 + NFA_HCI_MAX_HOST_IN_NETWORK) ) in nfa_hci_handle_admin_gate_rsp()
373 …UINT8 inactive_host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* Inactive host in th…374 …UINT8 reset_host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host reseting …