Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_dev.h92 unsigned long *vlan_bitmap; member
/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c204 unsigned long vlan_bitmap[OFDPA_VLAN_BITMAP_LEN]; member
1470 if (test_bit(ntohs(vlan_id), p->vlan_bitmap)) { in ofdpa_port_vlan_flood_group()
1525 if (p && test_bit(ntohs(vlan_id), p->vlan_bitmap)) in ofdpa_port_vlan_l2_groups()
1714 if (!test_bit(vid, ofdpa_port->vlan_bitmap)) in ofdpa_port_ctrl()
1741 test_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap)) in ofdpa_port_vlan()
1744 !test_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap)) in ofdpa_port_vlan()
1747 change_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap); in ofdpa_port_vlan()
1783 change_bit(ntohs(internal_vlan_id), ofdpa_port->vlan_bitmap); in ofdpa_port_vlan()
2071 if (!test_bit(vid, ofdpa_port->vlan_bitmap)) in ofdpa_port_fwding()
/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1955 if (new_fcf_record->vlan_bitmap[i]) { in lpfc_match_fcf_conn_list()
1958 while (!((new_fcf_record->vlan_bitmap[i] >> j) & 1)) { in lpfc_match_fcf_conn_list()
2025 if (!(new_fcf_record->vlan_bitmap in lpfc_match_fcf_conn_list()
2279 offsetof(struct fcf_record, vlan_bitmap)); in lpfc_sli4_fcf_rec_mbox_parse()
H A Dlpfc_hw4.h2318 uint8_t vlan_bitmap[512]; member
H A Dlpfc_sli.c20111 fcf_record->vlan_bitmap[phba->vlan_id / 8] in lpfc_sli4_build_dflt_fcf_record()