Searched refs:t7xx_fsm_get_md_state (Results 1 – 5 of 5) sorted by relevance
136 return t7xx_fsm_get_md_state(ctl) == MD_STATE_EXCEPTION ? in t7xx_port_get_queue_no()263 enum md_state md_state = t7xx_fsm_get_md_state(ctl); in t7xx_port_send_skb()354 if (t7xx_fsm_get_md_state(ctl) == MD_STATE_INVALID) { in t7xx_port_proxy_recv_skb()
130 enum md_state t7xx_fsm_get_md_state(struct t7xx_fsm_ctl *ctl);
68 md_state = t7xx_fsm_get_md_state(ctl); in t7xx_port_ctrl_tx()
64 md_state = t7xx_fsm_get_md_state(ctl); in fsm_ee_message_handler()
471 enum md_state t7xx_fsm_get_md_state(struct t7xx_fsm_ctl *ctl) in t7xx_fsm_get_md_state() function