Searched refs:ux_host_class_asix_state (Results 1 – 7 of 7) sorted by relevance
100 if (asix -> ux_host_class_asix_state == UX_HOST_CLASS_INSTANCE_SHUTDOWN) in _ux_host_class_asix_interrupt_notification()
95 if (asix -> ux_host_class_asix_state != UX_HOST_CLASS_INSTANCE_LIVE) in _ux_host_class_asix_read()
113 if (asix -> ux_host_class_asix_state == UX_HOST_CLASS_INSTANCE_SHUTDOWN) in _ux_host_class_asix_transmission_callback()
115 asix -> ux_host_class_asix_state = UX_HOST_CLASS_INSTANCE_SHUTDOWN; in _ux_host_class_asix_deactivate()
117 if (asix -> ux_host_class_asix_state != UX_HOST_CLASS_INSTANCE_LIVE) in _ux_host_class_asix_write()
238 asix -> ux_host_class_asix_state = UX_HOST_CLASS_INSTANCE_LIVE; in _ux_host_class_asix_activate()
409 UINT ux_host_class_asix_state; member