Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h76 #define ULP_PORT_BUSY 0x08 macro
78 ((x) & ULP_PORT_BUSY))
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c2625 ulp_port->port_dstate |= ULP_PORT_BUSY; in fctl_pre_attach()
2643 ulp_port->port_dstate &= ~ULP_PORT_BUSY; in fctl_post_attach()
2812 ulp_port->port_dstate |= ULP_PORT_BUSY; in fctl_pre_detach()
2828 ulp_port->port_dstate &= ~ULP_PORT_BUSY; in fctl_post_detach()