Home
last modified time | relevance | path

Searched refs:sp_status (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun/io/
H A Dsocal.c587 porta->sp_status |= PORT_TARGET_MODE; in socal_attach()
594 portb->sp_status |= PORT_TARGET_MODE; in socal_attach()
949 if (socalp->port_state[i].sp_status & PORT_TARGET_MODE) in socal_detach()
1154 if (socalp->port_state[port].sp_status & in socal_bus_ctl()
1161 socalp->port_state[port].sp_status |= PORT_CHILD_INIT; in socal_bus_ctl()
1192 socalp->port_state[port].sp_status &= ~PORT_CHILD_INIT; in socal_bus_ctl()
1304 port_statep->sp_status |= PORT_OPEN; in socal_open()
1325 port_statep->sp_status &= ~PORT_OPEN; in socal_close()
1607 if (port_statep->sp_status & PORT_DISABLED) { in socal_ioctl()
1613 port_statep->sp_status |= PORT_DISABLED; in socal_ioctl()
[all …]
/titanic_50/usr/src/uts/sun/sys/
H A Dsocalvar.h144 uint32_t sp_status; /* port status */ member