Searched refs:ecb_flags (Results 1 – 3 of 3) sorted by relevance
158 …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()165 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_restore_one_ecb()174 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_ROUTING; in nfa_ee_restore_one_ecb()175 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_VS; in nfa_ee_restore_one_ecb()187 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_restore_one_ecb()192 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_ROUTING; in nfa_ee_restore_one_ecb()193 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_VS; in nfa_ee_restore_one_ecb()241 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_RESTORE; in nfa_ee_proc_nfcc_power_mode()
565 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_TECH; in nfa_ee_api_set_tech_cfg()621 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_PROTO; in nfa_ee_api_set_proto_cfg()726 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_AID; in nfa_ee_api_add_aid()762 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_AID; in nfa_ee_api_remove_aid()765 p_cb->ecb_flags |= NFA_EE_ECB_FLAGS_VS; in nfa_ee_api_remove_aid()1214 else if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_ORDER) in nfa_ee_nci_disc_ntf()1221 … ("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()1294 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_ORDER) in nfa_ee_nci_disc_ntf()1297 p_cb->ecb_flags &= ~NFA_EE_ECB_FLAGS_ORDER; in nfa_ee_nci_disc_ntf()1340 if (p_cb->ecb_flags & NFA_EE_ECB_FLAGS_RESTORE) in nfa_ee_check_restore_complete()[all …]
157 tNFA_EE_ECB_FLAGS ecb_flags; /* the flags of this control block */ member