Lines Matching refs:mask_ethtool

1083 	enum ethtool_link_mode_bit_indices mask_ethtool;  member
1092 .mask_ethtool = ETHTOOL_LINK_MODE_1000baseKX_Full_BIT,
1098 .mask_ethtool = ETHTOOL_LINK_MODE_10000baseKX4_Full_BIT,
1106 .mask_ethtool = ETHTOOL_LINK_MODE_10000baseKR_Full_BIT,
1111 .mask_ethtool = ETHTOOL_LINK_MODE_40000baseCR4_Full_BIT,
1116 .mask_ethtool = ETHTOOL_LINK_MODE_40000baseKR4_Full_BIT,
1121 .mask_ethtool = ETHTOOL_LINK_MODE_40000baseSR4_Full_BIT,
1126 .mask_ethtool = ETHTOOL_LINK_MODE_40000baseLR4_Full_BIT,
1131 .mask_ethtool = ETHTOOL_LINK_MODE_25000baseCR_Full_BIT,
1136 .mask_ethtool = ETHTOOL_LINK_MODE_25000baseKR_Full_BIT,
1141 .mask_ethtool = ETHTOOL_LINK_MODE_25000baseSR_Full_BIT,
1146 .mask_ethtool = ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT,
1151 .mask_ethtool = ETHTOOL_LINK_MODE_50000baseKR2_Full_BIT,
1156 .mask_ethtool = ETHTOOL_LINK_MODE_50000baseSR2_Full_BIT,
1161 .mask_ethtool = ETHTOOL_LINK_MODE_100000baseCR4_Full_BIT,
1166 .mask_ethtool = ETHTOOL_LINK_MODE_100000baseSR4_Full_BIT,
1171 .mask_ethtool = ETHTOOL_LINK_MODE_100000baseKR4_Full_BIT,
1207 __set_bit(mlxsw_sp1_port_link_mode[i].mask_ethtool, in mlxsw_sp1_from_ptys_link()
1270 if (test_bit(mlxsw_sp1_port_link_mode[i].mask_ethtool, in mlxsw_sp1_to_ptys_advert_link()
1485 const enum ethtool_link_mode_bit_indices *mask_ethtool; member
1495 .mask_ethtool = mlxsw_sp2_mask_ethtool_sgmii_100m,
1505 .mask_ethtool = mlxsw_sp2_mask_ethtool_1000base_x_sgmii,
1515 .mask_ethtool = mlxsw_sp2_mask_ethtool_5gbase_r,
1525 .mask_ethtool = mlxsw_sp2_mask_ethtool_xfi_xaui_1_10g,
1535 .mask_ethtool = mlxsw_sp2_mask_ethtool_xlaui_4_xlppi_4_40g,
1543 .mask_ethtool = mlxsw_sp2_mask_ethtool_25gaui_1_25gbase_cr_kr,
1553 .mask_ethtool = mlxsw_sp2_mask_ethtool_50gaui_2_laui_2_50gbase_cr2_kr2,
1562 .mask_ethtool = mlxsw_sp2_mask_ethtool_50gaui_1_laui_1_50gbase_cr_kr,
1569 .mask_ethtool = mlxsw_sp2_mask_ethtool_caui_4_100gbase_cr4_kr4,
1577 .mask_ethtool = mlxsw_sp2_mask_ethtool_100gaui_2_100gbase_cr2_kr2,
1584 .mask_ethtool = mlxsw_sp2_mask_ethtool_200gaui_4_200gbase_cr4_kr4,
1592 .mask_ethtool = mlxsw_sp2_mask_ethtool_400gaui_8,
1617 __set_bit(link_mode->mask_ethtool[i], mode); in mlxsw_sp2_set_bit_ethtool()
1693 if (test_bit(link_mode->mask_ethtool[i], mode)) in mlxsw_sp2_test_bit_ethtool()