Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h149 uint8_t irp_fc4types[32]; /* FC-4 types */ member
H A Dfct.c595 bcopy((caddr_t)irp->irp_fc4types, port_attr->PortActiveFc4Types, in fct_get_discovered_port_attr()
596 sizeof (irp->irp_fc4types)); in fct_get_discovered_port_attr()
597 bcopy((caddr_t)irp->irp_fc4types, port_attr->PortSupportedFc4Types, in fct_get_discovered_port_attr()
598 sizeof (irp->irp_fc4types)); in fct_get_discovered_port_attr()
H A Ddiscovery.c2559 (void) memcpy(query_irp->irp_fc4types, resp + 16, 32); in fct_gft_cb()