Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c910 fptr->fcip_port_state = FCIP_PORT_ONLINE; in fcip_port_attach()
915 fptr->fcip_port_state = FCIP_PORT_OFFLINE; in fcip_port_attach()
2323 fptr->fcip_port_state = FCIP_PORT_ONLINE; in fcip_statec_cb()
2354 fptr->fcip_port_state = FCIP_PORT_OFFLINE; in fcip_statec_cb()
2394 fptr->fcip_port_state = FCIP_PORT_OFFLINE; in fcip_statec_cb()
4383 fptr->fcip_port_state = FCIP_PORT_ONLINE; in fcip_handle_topology()
4417 fptr->fcip_port_state = FCIP_PORT_ONLINE; in fcip_handle_topology()
4434 fptr->fcip_port_state = FCIP_PORT_ONLINE; in fcip_handle_topology()
4537 fptr->fcip_port_state = FCIP_PORT_OFFLINE; in fcip_init_port()
4584 fptr->fcip_port_state = FCIP_PORT_OFFLINE; in fcip_init_port()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h185 uint32_t fcip_port_state; /* Link State */ member