Lines Matching refs:xx
151 int xx; in NFA_HciDeregister() local
167 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) in NFA_HciDeregister()
169 if ( (nfa_hci_cb.cfg.reg_app_names[xx][0] != 0) in NFA_HciDeregister()
170 &&(!strncmp (p_app_name, &nfa_hci_cb.cfg.reg_app_names[xx][0], app_name_len)) ) in NFA_HciDeregister()
174 if (xx == NFA_HCI_MAX_APP_CB) in NFA_HciDeregister()
356 UINT8 xx; in NFA_HciCreatePipe() local
380 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in NFA_HciCreatePipe()
381 if (nfa_hci_cb.inactive_host[xx] == dest_host) in NFA_HciCreatePipe()
384 if (xx != NFA_HCI_MAX_HOST_IN_NETWORK) in NFA_HciCreatePipe()
891 UINT8 xx; in NFA_HciAddStaticPipe() local
899 for (xx = 0; xx < NFA_HCI_MAX_HOST_IN_NETWORK; xx++) in NFA_HciAddStaticPipe()
900 if (nfa_hci_cb.inactive_host[xx] == host) in NFA_HciAddStaticPipe()
903 if (xx != NFA_HCI_MAX_HOST_IN_NETWORK) in NFA_HciAddStaticPipe()
949 int xx; in NFA_HciDebug() local
959 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) in NFA_HciDebug()
961 if (nfa_hci_cb.cfg.reg_app_names[xx][0] != 0) in NFA_HciDebug()
963 …NFA_TRACE_API2 (" Host Inx: %u Name: %s", xx, &nfa_hci_cb.cfg.reg_app_names[xx][0]… in NFA_HciDebug()
968 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in NFA_HciDebug()
973 xx, pg->gate_id, pg->gate_owner, pg->pipe_inx_mask); in NFA_HciDebug()
978 for (xx = 0; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in NFA_HciDebug()
983 xx, pp->pipe_id, pp->pipe_state, pp->local_gate, pp->dest_gate, pp->dest_host); in NFA_HciDebug()