Searched refs:sset (Results 126 - 150 of 178) sorted by last modified time

12345678

/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c149 static int gfar_sset_count(struct net_device *dev, int sset) argument
153 switch (sset) {
/linux-master/drivers/net/ethernet/atheros/alx/
H A Dethtool.c313 static int alx_get_sset_count(struct net_device *netdev, int sset) argument
315 switch (sset) {
/linux-master/drivers/net/ethernet/alacritech/
H A Dslicoss.c1480 static int slic_get_sset_count(struct net_device *dev, int sset) argument
1482 switch (sset) {
/linux-master/arch/powerpc/crypto/
H A Dpoly1305-p10-glue.c44 dctx->sset = false;
54 if (unlikely(!dctx->sset)) {
71 dctx->sset = true;
137 if (unlikely(!dctx->sset))
/linux-master/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.c59 sigset_t sset; local
61 sigemptyset(&sset);
62 sigaddset(&sset, signum);
63 sigprocmask(SIG_UNBLOCK, &sset, NULL);
/linux-master/drivers/net/usb/
H A Dcdc_ncm.c95 static int cdc_ncm_get_sset_count(struct net_device __always_unused *netdev, int sset) argument
97 switch (sset) {
H A Dasix_devices.c286 static void ax88772_ethtool_get_strings(struct net_device *netdev, u32 sset, argument
289 switch (sset) {
296 static int ax88772_ethtool_get_sset_count(struct net_device *ndev, int sset) argument
298 switch (sset) {
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c1776 static int myri10ge_get_sset_count(struct net_device *netdev, int sset) argument
1780 switch (sset) {
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_net.c952 static void ocelot_port_get_strings(struct net_device *netdev, u32 sset, argument
959 ocelot_get_strings(ocelot, port, sset, data);
973 static int ocelot_port_get_sset_count(struct net_device *dev, int sset) argument
979 return ocelot_get_sset_count(ocelot, port, sset);
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c6105 * @sset: The statistics set number.
6111 static int netdev_get_sset_count(struct net_device *dev, int sset) argument
6117 switch (sset) {
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ethtool.c115 static int octep_get_sset_count(struct net_device *netdev, int sset) argument
120 switch (sset) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c1776 static int cxgb4vf_get_sset_count(struct net_device *dev, int sset) argument
1778 switch (sset) {
1791 u32 sset,
1794 switch (sset) {
1790 cxgb4vf_get_strings(struct net_device *dev, u32 sset, u8 *data) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dethtool.c54 static int mlx5i_get_sset_count(struct net_device *dev, int sset) argument
58 return mlx5e_ethtool_get_sset_count(priv, sset);
/linux-master/drivers/net/ethernet/realtek/
H A D8139too.c2459 static int rtl8139_get_sset_count(struct net_device *dev, int sset) argument
2461 switch (sset) {
H A D8139cp.c1406 static int cp_get_sset_count (struct net_device *dev, int sset) argument
1408 switch (sset) {
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ethtool.c961 static int qlcnic_get_sset_count(struct net_device *dev, int sset) argument
965 switch (sset) {
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-ethtool.c160 dpaa2_switch_ethtool_get_sset_count(struct net_device *netdev, int sset) argument
162 switch (sset) {
H A Ddpaa2-ethtool.c238 static int dpaa2_eth_get_sset_count(struct net_device *net_dev, int sset) argument
240 switch (sset) {
/linux-master/drivers/net/ethernet/dlink/
H A Dsundance.c1701 static int get_sset_count(struct net_device *dev, int sset) argument
1703 switch (sset) {
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ethtool.c316 static int lan966x_get_sset_count(struct net_device *dev, int sset) argument
321 if (sset != ETH_SS_STATS)
327 static void lan966x_get_strings(struct net_device *netdev, u32 sset, u8 *data) argument
333 if (sset != ETH_SS_STATS)
/linux-master/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_ethtool.c133 static int vnic_get_sset_count(struct net_device *netdev, int sset) argument
135 return (sset == ETH_SS_STATS) ? VNIC_STATS_LEN : -EOPNOTSUPP;
/linux-master/drivers/net/fjes/
H A Dfjes_ethtool.c136 static int fjes_get_sset_count(struct net_device *netdev, int sset) argument
138 switch (sset) {
/linux-master/drivers/net/ethernet/toshiba/
H A Dspider_net_ethtool.c125 static int spider_net_get_sset_count(struct net_device *netdev, int sset) argument
127 switch (sset) {
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ethtool.c624 static int netxen_get_sset_count(struct net_device *dev, int sset) argument
626 switch (sset) {
/linux-master/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_ethtool.c483 static int pch_gbe_get_sset_count(struct net_device *netdev, int sset) argument
485 switch (sset) {

Completed in 529 milliseconds

12345678