Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c126 mdb_printf(" phys_state : 0x%-08x\n", pinfo.port_phys_state); in fcp()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c4348 pptr->port_phys_state = port_state; in fcp_statec_callback()
10043 switch (FC_PORT_STATE_MASK(pptr->port_phys_state)) { in fcp_handle_port_attach()
10134 pptr->port_phys_state, pptr->port_topology, tmp_list, in fcp_handle_port_attach()
10145 instance, pptr->port_phys_state); in fcp_handle_port_attach()
10148 pptr->port_phys_state = FCP_STATE_OFFLINE; in fcp_handle_port_attach()
12214 switch (FC_PORT_STATE_MASK(pptr->port_phys_state)) { in fcp_handle_port_resume()
12282 pptr->port_phys_state, pptr->port_topology, tmp_list, in fcp_handle_port_resume()
12291 instance, pptr->port_phys_state); in fcp_handle_port_resume()
12294 pptr->port_phys_state = FCP_STATE_OFFLINE; in fcp_handle_port_resume()
12326 pptr->port_phys_state = pinfo->port_state; in fcp_cp_pinfo()