Home
last modified time | relevance | path

Searched refs:port_phys_state (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h197 uint32_t port_phys_state; member
1358 fcp_port::port_pkt_cache fcp_port::port_dip fcp_port::port_phys_state
/titanic_50/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c126 mdb_printf(" phys_state : 0x%-08x\n", pinfo.port_phys_state); in fcp()
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c4343 pptr->port_phys_state = port_state; in fcp_statec_callback()
10054 switch (FC_PORT_STATE_MASK(pptr->port_phys_state)) { in fcp_handle_port_attach()
10145 pptr->port_phys_state, pptr->port_topology, tmp_list, in fcp_handle_port_attach()
10156 instance, pptr->port_phys_state); in fcp_handle_port_attach()
10159 pptr->port_phys_state = FCP_STATE_OFFLINE; in fcp_handle_port_attach()
12225 switch (FC_PORT_STATE_MASK(pptr->port_phys_state)) { in fcp_handle_port_resume()
12293 pptr->port_phys_state, pptr->port_topology, tmp_list, in fcp_handle_port_resume()
12302 instance, pptr->port_phys_state); in fcp_handle_port_resume()
12305 pptr->port_phys_state = FCP_STATE_OFFLINE; in fcp_handle_port_resume()
12337 pptr->port_phys_state = pinfo->port_state; in fcp_cp_pinfo()