Searched refs:PortActiveFc4Types (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/lib/sun_fc/common/ |
H A D | TgtFCHBAPort.cc | 291 memcpy(&attributes.PortActiveFc4Types, &attrs.PortActiveFc4Types, 32); in getPortAttributes() 347 memcpy(&attributes.PortActiveFc4Types, &attrs.PortActiveFc4Types, 32); in getDiscoveredAttributes() 390 memcpy(&attributes.PortActiveFc4Types, &attrs.PortActiveFc4Types, 32); in getDiscoveredAttributes()
|
H A D | FCHBAPort.cc | 612 memcpy(&attributes.PortActiveFc4Types, &attrs.PortActiveFc4Types, 32); in getPortAttributes() 653 memcpy(&attributes.PortActiveFc4Types, &attrs.PortActiveFc4Types, 32); in getDiscoveredAttributes() 698 memcpy(&attributes.PortActiveFc4Types, &attrs.PortActiveFc4Types, 32); in getDiscoveredAttributes()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/ |
H A D | fcio.h | 276 uint8_t PortActiveFc4Types[32]; member 303 uint8_t PortActiveFc4Types[32]; member
|
/titanic_44/usr/src/cmd/fcinfo/ |
H A D | printAttrs.c | 160 (uint32_t *)discoPort->PortActiveFc4Types.bits, in printDiscoPortInfo() 166 (uint32_t *)discoPort->PortActiveFc4Types.bits, in printDiscoPortInfo()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | fctio.h | 105 uint8_t PortActiveFc4Types[32]; member
|
/titanic_44/usr/src/lib/smhba/common/ |
H A D | smhbaapi.h | 137 HBA_FC4TYPES PortActiveFc4Types; member
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_hbaapi.h | 301 HBA_FC4TYPES PortActiveFc4Types; member
|
/titanic_44/usr/src/lib/hbaapi/common/ |
H A D | hbaapi.h | 300 HBA_FC4TYPES PortActiveFc4Types; member
|
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 7872 bcopy(port->fp_fc4_types, val->PortActiveFc4Types, in fp_fciocmd() 7873 sizeof (val->PortActiveFc4Types)); in fp_fciocmd() 7922 bcopy(val->PortActiveFc4Types, in fp_fciocmd() 7923 val32->PortActiveFc4Types, in fp_fciocmd() 7924 sizeof (val->PortActiveFc4Types)); in fp_fciocmd() 8027 val->PortActiveFc4Types, in fp_fciocmd() 8058 bcopy(val->PortActiveFc4Types, in fp_fciocmd() 8059 val32->PortActiveFc4Types, in fp_fciocmd() 8163 val->PortActiveFc4Types, in fp_fciocmd() 8192 bcopy(val->PortActiveFc4Types, in fp_fciocmd() [all …]
|
/titanic_44/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 461 port_attr->PortActiveFc4Types[2] = 1; in fct_get_adapter_port_attr() 576 bcopy((caddr_t)irp->irp_fc4types, port_attr->PortActiveFc4Types, in fct_get_discovered_port_attr()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.c | 1500 (caddr_t)&port_attrs->PortActiveFc4Types[0], 4); in emlxs_fcio_get_adapter_port_attrs() 1502 (caddr_t)&port_attrs->PortActiveFc4Types[4], 4); in emlxs_fcio_get_adapter_port_attrs() 1646 (caddr_t)&port_attrs->PortActiveFc4Types[0], 4); in emlxs_fcio_get_adapter_port_attrs() 1648 (caddr_t)&port_attrs->PortActiveFc4Types[4], 4); in emlxs_fcio_get_adapter_port_attrs()
|