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)
101 port->phys_status = B_FALSE;
111 if (port->phys_status)
113 port->phys_status = B_TRUE;
157 port->phys_status = B_TRUE;
H A Dglobal.h49 boolean_t phys_status; /* physical layer status */ member in struct:portdata
H A Drstp.c133 return (pd->phys_status && pd->admin_status &&
517 port->admin_status && port->phys_status && !port->sdu_failed &&
H A Devents.c230 port->phys_status = B_TRUE;
462 if (!port->phys_status || !port->admin_status ||

Completed in 210 milliseconds