Searched refs:vlan_bitmap (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/net/bridge/
H A Dbr_vlan.c46 if (test_bit(vid, v->vlan_bitmap)) { __vlan_add()
77 set_bit(vid, v->vlan_bitmap); __vlan_add()
91 if (!test_bit(vid, v->vlan_bitmap)) __vlan_del()
102 clear_bit(vid, v->vlan_bitmap); __vlan_del()
104 if (bitmap_empty(v->vlan_bitmap, VLAN_N_VID)) { __vlan_del()
118 bitmap_zero(v->vlan_bitmap, VLAN_N_VID); __vlan_flush()
248 if (test_bit(*vid, v->vlan_bitmap)) br_allowed_ingress()
270 if (test_bit(vid, v->vlan_bitmap)) br_allowed_egress()
301 if (test_bit(*vid, v->vlan_bitmap)) br_should_learn()
381 if (test_bit(vid, pv->vlan_bitmap)) br_vlan_find()
458 for_each_set_bit(vid, pv->vlan_bitmap, VLAN_N_VID) { br_vlan_set_proto()
477 for_each_set_bit(vid, pv->vlan_bitmap, VLAN_N_VID) br_vlan_set_proto()
487 for_each_set_bit(vid, pv->vlan_bitmap, errvid) br_vlan_set_proto()
495 for_each_set_bit(vid, pv->vlan_bitmap, VLAN_N_VID) br_vlan_set_proto()
704 for_each_set_bit(vid, pv->vlan_bitmap, VLAN_N_VID) nbp_vlan_flush()
721 if (test_bit(vid, pv->vlan_bitmap)) nbp_vlan_find()
H A Dbr_netlink.c42 for_each_set_bit(vid, pv->vlan_bitmap, VLAN_N_VID) { br_get_num_vlan_infos()
203 for_each_set_bit(vid, pv->vlan_bitmap, VLAN_N_VID) { br_fill_ifvlaninfo_compressed()
250 for_each_set_bit(vid, pv->vlan_bitmap, VLAN_N_VID) { br_fill_ifvlaninfo()
335 if (!pv || bitmap_empty(pv->vlan_bitmap, VLAN_N_VID)) br_fill_ifinfo()
H A Dbr_fdb.c229 for_each_set_bit(vid, pv->vlan_bitmap, VLAN_N_VID) br_fdb_changeaddr()
259 for_each_set_bit_from(vid, pv->vlan_bitmap, VLAN_N_VID) { br_fdb_change_mac_address()
842 if (!pv || !test_bit(vid, pv->vlan_bitmap)) { br_fdb_add()
859 for_each_set_bit(vid, pv->vlan_bitmap, VLAN_N_VID) { br_fdb_add()
913 if (!pv || !test_bit(vid, pv->vlan_bitmap)) { br_fdb_delete()
930 for_each_set_bit(vid, pv->vlan_bitmap, VLAN_N_VID) { br_fdb_delete()
H A Dbr_private.h87 unsigned long vlan_bitmap[BR_VLAN_BITMAP_LEN]; member in struct:net_port_vlans
/linux-4.1.27/drivers/net/ethernet/rocker/
H A Drocker.c223 unsigned long vlan_bitmap[ROCKER_VLAN_BITMAP_LEN]; member in struct:rocker_port
3027 if (test_bit(ntohs(vlan_id), p->vlan_bitmap)) { rocker_port_vlan_flood_group()
3086 if (test_bit(ntohs(vlan_id), p->vlan_bitmap)) rocker_port_vlan_l2_groups()
3274 if (!test_bit(vid, rocker_port->vlan_bitmap)) rocker_port_ctrl()
3301 rocker_port->vlan_bitmap)) rocker_port_vlan()
3304 rocker_port->vlan_bitmap)) rocker_port_vlan()
3591 if (!test_bit(vid, rocker_port->vlan_bitmap)) rocker_port_fwding()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1526 if (new_fcf_record->vlan_bitmap[i]) { lpfc_match_fcf_conn_list()
1529 while (!((new_fcf_record->vlan_bitmap[i] >> j) & 1)) { lpfc_match_fcf_conn_list()
1596 if (!(new_fcf_record->vlan_bitmap lpfc_match_fcf_conn_list()
1848 offsetof(struct fcf_record, vlan_bitmap)); lpfc_sli4_fcf_rec_mbox_parse()
H A Dlpfc_hw4.h1816 uint8_t vlan_bitmap[512]; member in struct:fcf_record
H A Dlpfc_sli.c16041 fcf_record->vlan_bitmap[phba->vlan_id / 8] lpfc_sli4_build_dflt_fcf_record()

Completed in 431 milliseconds