Home
last modified time | relevance | path

Searched refs:phys_status (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Ddlpi.c99 if (!port->phys_status) in dlpi_notify()
101 port->phys_status = B_FALSE; in dlpi_notify()
111 if (port->phys_status) in dlpi_notify()
113 port->phys_status = B_TRUE; in dlpi_notify()
157 port->phys_status = B_TRUE; in port_dlpi_open()
H A Dglobal.h49 boolean_t phys_status; /* physical layer status */ member
H A Drstp.c133 return (pd->phys_status && pd->admin_status && in get_port_link_status()
517 port->admin_status && port->phys_status && !port->sdu_failed && in rstp_add_port()
H A Devents.c230 port->phys_status = B_TRUE; in update_port()
462 if (!port->phys_status || !port->admin_status || in handle_control()