Searched refs:vlan_bitmap (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcf.c | 4008 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 D | emlxs_dfc.c | 10415 bcopy((void *)fcfp->fcf_rec.vlan_bitmap, in emlxs_dfc_get_fcflist()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_mbox.h | 3208 uint8_t vlan_bitmap[512]; member
|