Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c4008 BE_SWAP32_BCOPY(bitmap, fcf_rec->vlan_bitmap, 512); in emlxs_fc_fcftab_process()
4012 BE_SWAP32_BCOPY(bitmap, fcf_rec->vlan_bitmap, 512); in emlxs_fc_fcftab_process()
5639 BE_SWAP32_BCOPY(bitmap, fcf_rec->vlan_bitmap, 512); in emlxs_fcoe_fcftab_sol_action()
5643 BE_SWAP32_BCOPY(bitmap, fcf_rec->vlan_bitmap, 512); in emlxs_fcoe_fcftab_sol_action()
5803 SWAP32_BUFFER(&fcfrec->vlan_bitmap[0], 512); in emlxs_fcoe_fcftab_read_mbcmpl()
9052 if (!(fcfrec->vlan_bitmap[j] & k)) { in emlxs_fcf_configured()
9102 if (fcf_rec->vlan_bitmap[i / 8] & (1 << (i % 8))) { in emlxs_fcfi_update()
H A Demlxs_dfc.c10476 bcopy((void *)fcfp->fcf_rec.vlan_bitmap, in emlxs_dfc_get_fcflist()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h3323 uint8_t vlan_bitmap[512]; member