Searched defs:twwn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c5925 la_wwn_t twwn; local
5926 uint32_t *twwnp = (uint32_t *)&twwn;
6001 bcopy(pwwn, &twwn, sizeof (la_wwn_t));
6008 &twwn, &rval, 1);
6019 twwn.w.nport_id = QLC_PORT_1_ID_BITS;
6020 twwn.w.naa_id = QLC_PORT_NAA;
6023 &twwn, &rval, 1);
6029 twwn.w.nport_id = QLC_PORT_2_ID_BITS;
6032 &twwn, &rval, 1);

Completed in 104 milliseconds