Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h76 #define ULP_PORT_BUSY 0x08 macro
78 ((x) & ULP_PORT_BUSY))
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c2626 ulp_port->port_dstate |= ULP_PORT_BUSY; in fctl_pre_attach()
2644 ulp_port->port_dstate &= ~ULP_PORT_BUSY; in fctl_post_attach()
2813 ulp_port->port_dstate |= ULP_PORT_BUSY; in fctl_pre_detach()
2829 ulp_port->port_dstate &= ~ULP_PORT_BUSY; in fctl_post_detach()