Searched refs:phyport (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h742 fc_local_port_t *fc_get_npiv_port(fc_local_port_t *phyport, la_wwn_t *pwwn);
743 fc_local_port_t *fc_delete_npiv_port(fc_local_port_t *phyport, la_wwn_t *pwwn);
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c925 fc_local_port_t *phyport = NULL; local
994 "phyport-instance", -1)) != -1) {
995 phyport = ddi_get_soft_state(fp_driver_softstate, portpro1);
996 fc_wwn_to_str(&phyport->fp_service_params.nport_ww_name, pwwn);
997 fc_wwn_to_str(&phyport->fp_service_params.node_ww_name, nwwn);
1044 if (phyport) {
1045 mutex_enter(&phyport->fp_mutex);
1046 if (phyport->fp_port_next) {
1047 phyport->fp_port_next->fp_port_prev = port;
1048 port->fp_port_next = phyport
[all...]
H A Dfctl.c2147 "phyport-instance", -1);
2384 "phyport-instance", ddi_get_instance(phydip)) != DDI_PROP_SUCCESS) {
2386 "fp%d: prop_update phyport-instance %s@%s failed",
5390 fc_get_npiv_port(fc_local_port_t *phyport, la_wwn_t *pwwn) argument
5393 fc_local_port_t *tmpPort = phyport;

Completed in 108 milliseconds