Searched refs:ecb_flags (Results 1 – 3 of 3) sorted by relevance
152 …b_flags:0x%x ee_status:0x%x ee_old_status: 0x%x", p_cb->nfcee_id, p_cb->ecb_flags, p_cb->ee_status… in nfa_ee_restore_one_ecb()159 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_restore_one_ecb()168 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_ROUTING; in nfa_ee_restore_one_ecb()169 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_VS; in nfa_ee_restore_one_ecb()181 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_restore_one_ecb()186 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_ROUTING; in nfa_ee_restore_one_ecb()187 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_VS; in nfa_ee_restore_one_ecb()233 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_proc_nfcc_power_mode()
385 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_TECH; in nfa_ee_api_set_tech_cfg()414 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_PROTO; in nfa_ee_api_set_proto_cfg()493 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_AID; in nfa_ee_api_add_aid()528 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_AID; in nfa_ee_api_remove_aid()531 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_VS; in nfa_ee_api_remove_aid()950 else if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_ORDER) in nfa_ee_nci_disc_ntf()957 … ("cur_ee:%d ecb_flags=0x%02x ee_status=0x%x", nfa_ee_cb.cur_ee, p_cb->ecb_flags, p_cb->ee_status… in nfa_ee_nci_disc_ntf()1030 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_ORDER) in nfa_ee_nci_disc_ntf()1033 p_cb->ecb_flags &= ~NFA_EE_ECB_FLAGS_ORDER; in nfa_ee_nci_disc_ntf()1075 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_RESTORE) in nfa_ee_check_restore_complete()[all …]
154 tNFA_EE_ECB_FLAGS ecb_flags; /* the flags of this control block */ member