Searched refs:linkset (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi_port_common.h | 37 void mcdi_to_ethtool_linkset(u32 media, u32 cap, unsigned long *linkset); 38 u32 ethtool_linkset_to_mcdi_cap(const unsigned long *linkset);
|
H A D | mcdi_port_common.c | 114 void mcdi_to_ethtool_linkset(u32 media, u32 cap, unsigned long *linkset) in mcdi_to_ethtool_linkset() argument 117 linkset) in mcdi_to_ethtool_linkset() 119 bitmap_zero(linkset, __ETHTOOL_LINK_MODE_MASK_NBITS); in mcdi_to_ethtool_linkset() 189 u32 ethtool_linkset_to_mcdi_cap(const unsigned long *linkset) in ethtool_linkset_to_mcdi_cap() argument 194 linkset) in ethtool_linkset_to_mcdi_cap()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mcdi_port_common.h | 37 void mcdi_to_ethtool_linkset(u32 media, u32 cap, unsigned long *linkset); 38 u32 ethtool_linkset_to_mcdi_cap(const unsigned long *linkset);
|
H A D | mcdi_port_common.c | 112 void mcdi_to_ethtool_linkset(u32 media, u32 cap, unsigned long *linkset) in mcdi_to_ethtool_linkset() argument 115 linkset) in mcdi_to_ethtool_linkset() 117 bitmap_zero(linkset, __ETHTOOL_LINK_MODE_MASK_NBITS); in mcdi_to_ethtool_linkset() 187 u32 ethtool_linkset_to_mcdi_cap(const unsigned long *linkset) in ethtool_linkset_to_mcdi_cap() argument 192 linkset) in ethtool_linkset_to_mcdi_cap()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi_port_common.c | 113 static void mcdi_to_ethtool_linkset(u32 media, u32 cap, unsigned long *linkset) in mcdi_to_ethtool_linkset() argument 116 linkset) in mcdi_to_ethtool_linkset() 118 bitmap_zero(linkset, __ETHTOOL_LINK_MODE_MASK_NBITS); in mcdi_to_ethtool_linkset() 188 static u32 ethtool_linkset_to_mcdi_cap(const unsigned long *linkset) in ethtool_linkset_to_mcdi_cap() argument 193 linkset) in ethtool_linkset_to_mcdi_cap()
|
Completed in 6 milliseconds