Searched refs:active_fec (Results 1 – 2 of 2) sorted by relevance
14 u32 active_fec; member128 ethtool_fec_to_link_modes(fec.active_fec, active_fec_modes, NULL); in fec_prepare_data()129 data->active_fec = find_first_bit(active_fec_modes, in fec_prepare_data()134 if (data->active_fec == __ETHTOOL_LINK_MODE_MASK_NBITS) in fec_prepare_data()135 data->active_fec = 0; in fec_prepare_data()210 (data->active_fec && in fec_fill_reply()211 nla_put_u32(skb, ETHTOOL_A_FEC_ACTIVE, data->active_fec))) in fec_fill_reply()
3164 fecparam.active_fec = 0; in ethtool_set_fecparam()
Completed in 33 milliseconds