vlan_bitmap        63 drivers/net/ethernet/huawei/hinic/hinic_dev.h 	unsigned long                   *vlan_bitmap;
vlan_bitmap       569 drivers/net/ethernet/huawei/hinic/hinic_main.c 		vid = find_next_bit(nic_dev->vlan_bitmap, VLAN_N_VID, vid + 1);
vlan_bitmap       616 drivers/net/ethernet/huawei/hinic/hinic_main.c 		vid = find_next_bit(nic_dev->vlan_bitmap, VLAN_N_VID, vid + 1);
vlan_bitmap       652 drivers/net/ethernet/huawei/hinic/hinic_main.c 		vid = find_next_bit(nic_dev->vlan_bitmap, VLAN_N_VID, vid + 1);
vlan_bitmap       681 drivers/net/ethernet/huawei/hinic/hinic_main.c 	bitmap_set(nic_dev->vlan_bitmap, vid, 1);
vlan_bitmap       713 drivers/net/ethernet/huawei/hinic/hinic_main.c 	bitmap_clear(nic_dev->vlan_bitmap, vid, 1);
vlan_bitmap       981 drivers/net/ethernet/huawei/hinic/hinic_main.c 	nic_dev->vlan_bitmap = devm_kzalloc(&pdev->dev,
vlan_bitmap       984 drivers/net/ethernet/huawei/hinic/hinic_main.c 	if (!nic_dev->vlan_bitmap) {
vlan_bitmap       204 drivers/net/ethernet/rocker/rocker_ofdpa.c 	unsigned long vlan_bitmap[OFDPA_VLAN_BITMAP_LEN];
vlan_bitmap      1470 drivers/net/ethernet/rocker/rocker_ofdpa.c 		if (test_bit(ntohs(vlan_id), p->vlan_bitmap)) {
vlan_bitmap      1525 drivers/net/ethernet/rocker/rocker_ofdpa.c 		if (p && test_bit(ntohs(vlan_id), p->vlan_bitmap))
vlan_bitmap      1714 drivers/net/ethernet/rocker/rocker_ofdpa.c 		if (!test_bit(vid, ofdpa_port->vlan_bitmap))
vlan_bitmap      1741 drivers/net/ethernet/rocker/rocker_ofdpa.c 	    test_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap))
vlan_bitmap      1744 drivers/net/ethernet/rocker/rocker_ofdpa.c 		 !test_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap))
vlan_bitmap      1747 drivers/net/ethernet/rocker/rocker_ofdpa.c 	change_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap);
vlan_bitmap      1783 drivers/net/ethernet/rocker/rocker_ofdpa.c 	change_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap);
vlan_bitmap      2070 drivers/net/ethernet/rocker/rocker_ofdpa.c 		if (!test_bit(vid, ofdpa_port->vlan_bitmap))
vlan_bitmap      1562 drivers/scsi/lpfc/lpfc_hbadisc.c 		if (new_fcf_record->vlan_bitmap[i]) {
vlan_bitmap      1565 drivers/scsi/lpfc/lpfc_hbadisc.c 			while (!((new_fcf_record->vlan_bitmap[i] >> j) & 1)) {
vlan_bitmap      1632 drivers/scsi/lpfc/lpfc_hbadisc.c 			if (!(new_fcf_record->vlan_bitmap
vlan_bitmap      1884 drivers/scsi/lpfc/lpfc_hbadisc.c 				offsetof(struct fcf_record, vlan_bitmap));
vlan_bitmap      2208 drivers/scsi/lpfc/lpfc_hw4.h 	uint8_t vlan_bitmap[512];
vlan_bitmap      18618 drivers/scsi/lpfc/lpfc_sli.c 		fcf_record->vlan_bitmap[phba->vlan_id / 8]