Home
last modified time | relevance | path

Searched refs:VLanId (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h725 uint32_t VLanId:12; member
728 uint32_t VLanId:12; member
737 uint32_t VLanId:12; member
760 uint32_t VLanId:12; member
1855 uint16_t VLanId; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dexioct.h694 UINT16 VLanId; /* 2 */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c4006 i = hba->sli.sli4.cfgFCOE.VLanId; in emlxs_fc_fcftab_process()
5637 i = hba->sli.sli4.cfgFCOE.VLanId; in emlxs_fcoe_fcftab_sol_action()
8977 uint16_t VLanId; in emlxs_fcf_configured() local
9048 VLanId = hba->sli.sli4.cfgFCF.entry[i].VLanId; in emlxs_fcf_configured()
9049 j = VLanId / 8; in emlxs_fcf_configured()
9050 k = 1 << (VLanId % 8); in emlxs_fcf_configured()
9058 fcfp->vlan_id = VLanId; in emlxs_fcf_configured()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c9416 cna_port.VLanId = ha->fcoe_vlan_id; in ql_qry_cna_port()