generic: rtl8366: move buf to struct rtl8366_smi
[openwrt.git] / target / linux / generic / files / drivers / net / phy / rtl8366_smi.h
index 9ed8c45..8639553 100644 (file)
@@ -30,6 +30,8 @@ struct rtl8366_smi {
        unsigned int            num_vlan_mc;
 
        struct rtl8366_smi_ops  *ops;
+
+       char                    buf[4096];
 };
 
 struct rtl8366_vlan_mc {
@@ -71,4 +73,10 @@ int rtl8366_smi_write_reg(struct rtl8366_smi *smi, u32 addr, u32 data);
 int rtl8366_smi_read_reg(struct rtl8366_smi *smi, u32 addr, u32 *data);
 int rtl8366_smi_rmwr(struct rtl8366_smi *smi, u32 addr, u32 mask, u32 data);
 
+int rtl8366_set_vlan(struct rtl8366_smi *smi, int vid, u32 member, u32 untag,
+                    u32 fid);
+int rtl8366_reset_vlan(struct rtl8366_smi *smi);
+int rtl8366_get_pvid(struct rtl8366_smi *smi, int port, int *val);
+int rtl8366_set_pvid(struct rtl8366_smi *smi, unsigned port, unsigned vid);
+
 #endif /*  _RTL8366_SMI_H */
This page took 0.022494 seconds and 4 git commands to generate.