Lines Matching refs:more
1093 * check if the number of NFCEE expected is more than what's currently in CB */
1887 *p_cur_offset = 0; /* nothing is in queue any more */
1901 tNFA_STATUS nfa_ee_route_add_one_ecb(tNFA_EE_ECB *p_cb, int *p_max_len, BOOLEAN more, UINT8 *ps, int *p_cur_offset)
1920 NFA_TRACE_DEBUG5 ("nfa_ee_route_add_one_ecb max_len:%d, max_tlv:%d, cur_offset:%d, more:%d, num_tlv:%d",
1921 *p_max_len, max_tlv, *p_cur_offset, more, num_tlv);
2033 if (more == FALSE)
2047 if (NFC_SetRouting(more, num_tlv, (UINT8)(*p_cur_offset), ps + 1) == NFA_STATUS_OK)
2059 if (NFC_SetRouting(more, 0, 0, ps + 1) == NFA_STATUS_OK)
2203 BOOLEAN more = TRUE;
2234 more = FALSE;
2244 status = nfa_ee_route_add_one_ecb(&nfa_ee_cb.ecb[NFA_EE_CB_4_DH], &max_len, more, p, &cur_offset);
2251 for (xx = 0; (xx < nfa_ee_cb.cur_ee) && more; xx++, p_cb++)
2258 more = FALSE;
2259 status = nfa_ee_route_add_one_ecb(p_cb, &max_len, more, p, &cur_offset);
2262 more = FALSE;