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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c783 emlxs_vvl_fmt_t vvl; local
910 (caddr_t *)&vvl, sizeof (emlxs_vvl_fmt_t));
912 vvl.un0.word0 = LE_SWAP32(vvl.un0.word0);
913 vvl.un1.word1 = LE_SWAP32(vvl.un1.word1);
915 if ((vvl.un0.w0.oui == 0x0000C9) &&
916 (vvl.un1.w1.vport)) {
H A Demlxs_els.c1324 emlxs_vvl_fmt_t vvl; local
1345 bzero((char *)&vvl, sizeof (emlxs_vvl_fmt_t));
1350 (caddr_t *)&vvl, sizeof (emlxs_vvl_fmt_t));
1351 vvl.un0.word0 = LE_SWAP32(vvl.un0.word0);
1352 vvl.un1.word1 = LE_SWAP32(vvl.un1.word1);
1360 if ((vvl.un0.w0.oui == 0x0000C9) && (vvl.un1.w1.vport)) {
H A Demlxs_solaris.c9265 emlxs_vvl_fmt_t *vvl; local
9268 vvl = (emlxs_vvl_fmt_t *)&sp->vendorVersion[0];
9269 vvl->un0.w0.oui = 0x0000C9;
9270 vvl->un0.word0 = LE_SWAP32(vvl->un0.word0);
9271 vvl->un1.w1.vport = (port->vpi > 0) ? 1 : 0;
9272 vvl->un1.word1 = LE_SWAP32(vvl->un1.word1);

Completed in 86 milliseconds