Lines Matching defs:fec_auto
15 u8 fec_auto;
32 ethtool_fec_to_link_modes(u32 fec, unsigned long *link_modes, u8 *fec_auto)
34 if (fec_auto)
35 *fec_auto = !!(fec & ETHTOOL_FEC_AUTO);
49 unsigned long *link_modes, u8 fec_auto)
53 if (fec_auto)
126 &data->fec_auto);
209 if (nla_put_u8(skb, ETHTOOL_A_FEC_AUTO, data->fec_auto) ||
244 u8 fec_auto;
251 ethtool_fec_to_link_modes(fec.fec, fec_link_modes, &fec_auto);
259 ethnl_update_u8(&fec_auto, tb[ETHTOOL_A_FEC_AUTO], &mod);
263 ret = ethtool_link_modes_to_fecparam(&fec, fec_link_modes, fec_auto);