@@ -1024,6 +1024,8 @@ static inline void mlxsw_reg_spaft_pack(char *payload, u16 local_port,
1024
1024
* ------------------------------------------
1025
1025
* The following register controls the association of flooding tables and MIDs
1026
1026
* to packet types used for flooding.
1027
+ *
1028
+ * Reserved when CONFIG_PROFILE.flood_mode = CFF.
1027
1029
*/
1028
1030
#define MLXSW_REG_SFGC_ID 0x2011
1029
1031
#define MLXSW_REG_SFGC_LEN 0x14
@@ -1862,6 +1864,7 @@ MLXSW_ITEM32(reg, sfmr, fid, 0x00, 0, 16);
1862
1864
* Access: RW
1863
1865
*
1864
1866
* Note: Reserved when legacy bridge model is used.
1867
+ * Reserved when CONFIG_PROFILE.flood_mode = CFF.
1865
1868
*/
1866
1869
MLXSW_ITEM32 (reg , sfmr , flood_rsp , 0x08 , 31 , 1 );
1867
1870
@@ -1872,6 +1875,7 @@ MLXSW_ITEM32(reg, sfmr, flood_rsp, 0x08, 31, 1);
1872
1875
* Access: RW
1873
1876
*
1874
1877
* Note: Reserved when legacy bridge model is used and when flood_rsp=1.
1878
+ * Reserved when CONFIG_PROFILE.flood_mode = CFF
1875
1879
*/
1876
1880
MLXSW_ITEM32 (reg , sfmr , flood_bridge_type , 0x08 , 28 , 1 );
1877
1881
@@ -1880,6 +1884,8 @@ MLXSW_ITEM32(reg, sfmr, flood_bridge_type, 0x08, 28, 1);
1880
1884
* Used to point into the flooding table selected by SFGC register if
1881
1885
* the table is of type FID-Offset. Otherwise, this field is reserved.
1882
1886
* Access: RW
1887
+ *
1888
+ * Note: Reserved when CONFIG_PROFILE.flood_mode = CFF
1883
1889
*/
1884
1890
MLXSW_ITEM32 (reg , sfmr , fid_offset , 0x08 , 0 , 16 );
1885
1891
0 commit comments