Lines Matching defs:vid
1029 * @vid: VID value.
1038 u16 vid;
1050 * @vid: VID value.
1055 u16 vid;
1143 * @vid: VID value.
1151 u16 vid;
1755 * @vid: Buffer to store the VID.
1764 static int sw_r_vlan_table(struct ksz_hw *hw, u16 addr, u16 *vid, u8 *fid,
1771 *vid = (u16)(data & VLAN_TABLE_VID);
2621 * @vid: Buffer to store the VID.
2625 static void port_get_def_vid(struct ksz_hw *hw, int port, u16 *vid)
2631 *vid = readw(hw->io + addr);
2649 &sw->vlan_table[entry].vid,
2655 port_get_def_vid(hw, port, &sw->port_cfg[port].vid);