Home
last modified time | relevance | path

Searched refs:t7xx_fsm_get_md_state (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_proxy.c156 return t7xx_fsm_get_md_state(ctl) == MD_STATE_EXCEPTION ? in t7xx_port_get_queue_no()
283 enum md_state md_state = t7xx_fsm_get_md_state(ctl); in t7xx_port_send_skb()
374 if (t7xx_fsm_get_md_state(ctl) == MD_STATE_INVALID) { in t7xx_port_proxy_recv_skb()
H A Dt7xx_state_monitor.h133 enum md_state t7xx_fsm_get_md_state(struct t7xx_fsm_ctl *ctl);
H A Dt7xx_port_wwan.c68 md_state = t7xx_fsm_get_md_state(ctl); in t7xx_port_ctrl_tx()
H A Dt7xx_port_ctrl_msg.c64 md_state = t7xx_fsm_get_md_state(ctl); in fsm_ee_message_handler()
H A Dt7xx_state_monitor.c488 enum md_state t7xx_fsm_get_md_state(struct t7xx_fsm_ctl *ctl) in t7xx_fsm_get_md_state() function