Searched refs:ux_host_class_asix_state (Results 1 – 7 of 7) sorted by relevance
99 if (asix -> ux_host_class_asix_state == UX_HOST_CLASS_INSTANCE_SHUTDOWN) in _ux_host_class_asix_interrupt_notification()
94 if (asix -> ux_host_class_asix_state != UX_HOST_CLASS_INSTANCE_LIVE) in _ux_host_class_asix_read()
116 if (asix -> ux_host_class_asix_state == UX_HOST_CLASS_INSTANCE_SHUTDOWN) in _ux_host_class_asix_transmission_callback()
114 asix -> ux_host_class_asix_state = UX_HOST_CLASS_INSTANCE_SHUTDOWN; in _ux_host_class_asix_deactivate()
120 if (asix -> ux_host_class_asix_state != UX_HOST_CLASS_INSTANCE_LIVE) in _ux_host_class_asix_write()
240 asix -> ux_host_class_asix_state = UX_HOST_CLASS_INSTANCE_LIVE; in _ux_host_class_asix_activate()
408 UINT ux_host_class_asix_state; member