Home
last modified time | relevance | path

Searched refs: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; in emlxs_node_create() local
910 (caddr_t *)&vvl, sizeof (emlxs_vvl_fmt_t)); in emlxs_node_create()
912 vvl.un0.word0 = LE_SWAP32(vvl.un0.word0); in emlxs_node_create()
913 vvl.un1.word1 = LE_SWAP32(vvl.un1.word1); in emlxs_node_create()
915 if ((vvl.un0.w0.oui == 0x0000C9) && in emlxs_node_create()
916 (vvl.un1.w1.vport)) { in emlxs_node_create()
H A Demlxs_els.c1324 emlxs_vvl_fmt_t vvl; in emlxs_process_unsol_plogi() local
1345 bzero((char *)&vvl, sizeof (emlxs_vvl_fmt_t)); in emlxs_process_unsol_plogi()
1350 (caddr_t *)&vvl, sizeof (emlxs_vvl_fmt_t)); in emlxs_process_unsol_plogi()
1351 vvl.un0.word0 = LE_SWAP32(vvl.un0.word0); in emlxs_process_unsol_plogi()
1352 vvl.un1.word1 = LE_SWAP32(vvl.un1.word1); in emlxs_process_unsol_plogi()
1360 if ((vvl.un0.w0.oui == 0x0000C9) && (vvl.un1.w1.vport)) { in emlxs_process_unsol_plogi()
H A Demlxs_solaris.c9296 emlxs_vvl_fmt_t *vvl; in emlxs_send_els() local
9299 vvl = (emlxs_vvl_fmt_t *)&sp->vendorVersion[0]; in emlxs_send_els()
9300 vvl->un0.w0.oui = 0x0000C9; in emlxs_send_els()
9301 vvl->un0.word0 = LE_SWAP32(vvl->un0.word0); in emlxs_send_els()
9302 vvl->un1.w1.vport = (port->vpi > 0) ? 1 : 0; in emlxs_send_els()
9303 vvl->un1.word1 = LE_SWAP32(vvl->un1.word1); in emlxs_send_els()