Lines Matching refs:support
50 /* Ubiquiti U-Fiber Instant module claims that support all transceiver
132 * @support: optional pointer to an array of unsigned long for the
133 * ethtool support mask
136 * %PORT_TP, %PORT_FIBRE or %PORT_OTHER. If @support is non-%NULL,
143 unsigned long *support)
187 if (support) {
190 phylink_set(support, FIBRE);
194 phylink_set(support, TP);
234 * @support: pointer to an array of unsigned long for the ethtool support mask
240 unsigned long *support)
266 /* Set ethtool support from the compliance fields. */
371 bitmap_or(support, support, modes, __ETHTOOL_LINK_MODE_MASK_NBITS);
373 phylink_set(support, Autoneg);
374 phylink_set(support, Pause);
375 phylink_set(support, Asym_Pause);