Searched refs:sset (Results 1 - 25 of 178) sorted by path

12345678

/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h2780 uint64_t sset:1; member in struct:cvmx_lmcx_wlevel_ctl::cvmx_lmcx_wlevel_ctl_s
2784 uint64_t sset:1;
2794 uint64_t sset:1; member in struct:cvmx_lmcx_wlevel_ctl::cvmx_lmcx_wlevel_ctl_cn63xxp1
2798 uint64_t sset:1;
/linux-master/arch/arm/crypto/
H A Dpoly1305-glue.c49 dctx->sset = false;
57 if (unlikely(!dctx->sset)) {
71 dctx->sset = true;
206 if (unlikely(!dctx->sset))
/linux-master/arch/arm64/crypto/
H A Dpoly1305-glue.c45 dctx->sset = false;
53 if (unlikely(!dctx->sset)) {
67 dctx->sset = true;
188 if (unlikely(!dctx->sset))
/linux-master/arch/mips/crypto/
H A Dpoly1305-glue.c37 dctx->sset = false;
45 if (unlikely(!dctx->sset)) {
59 dctx->sset = true;
153 if (unlikely(!dctx->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/arch/um/drivers/
H A Dvector_kern.c1466 static int vector_get_sset_count(struct net_device *dev, int sset) argument
1468 switch (sset) {
/linux-master/arch/x86/crypto/
H A Dpoly1305_glue.c140 dctx->sset = true;
148 if (unlikely(!dctx->sset)) {
162 dctx->sset = true;
238 if (unlikely(!dctx->sset))
/linux-master/crypto/
H A Dpoly1305_generic.c29 dctx->sset = false;
37 if (!dctx->sset) {
51 dctx->sset = true;
62 if (unlikely(!dctx->sset)) {
110 if (unlikely(!dctx->sset))
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c147 int sset)
149 switch (sset) {
146 ipoib_get_sset_count(struct net_device __always_unused *dev, int sset) argument
/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/can/flexcan/
H A Dflexcan-ethtool.c93 static int flexcan_get_sset_count(struct net_device *netdev, int sset) argument
95 switch (sset) {
/linux-master/drivers/net/can/slcan/
H A Dslcan-ethtool.c45 static int slcan_get_sset_count(struct net_device *netdev, int sset) argument
47 switch (sset) {
/linux-master/drivers/net/can/
H A Dxilinx_can.c1673 static int xcan_get_sset_count(struct net_device *netdev, int sset) argument
1675 switch (sset) {
/linux-master/drivers/net/dsa/b53/
H A Db53_common.c1045 int b53_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
1050 if (sset == ETH_SS_STATS) {
1052 } else if (sset == ETH_SS_PHY_STATS) {
H A Db53_priv.h340 int b53_get_sset_count(struct dsa_switch *ds, int port, int sset);
/linux-master/drivers/net/dsa/
H A Dbcm_sf2.c1187 int sset)
1189 int cnt = b53_get_sset_count(ds, port, sset);
1194 cnt += bcm_sf2_cfp_get_sset_count(ds, port, sset);
1186 bcm_sf2_sw_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
H A Dbcm_sf2.h234 int bcm_sf2_cfp_get_sset_count(struct dsa_switch *ds, int port, int sset);
H A Dbcm_sf2_cfp.c1337 int bcm_sf2_cfp_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
1341 if (sset != ETH_SS_STATS)
H A Ddsa_loop.c106 static int dsa_loop_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
108 if (sset != ETH_SS_STATS && sset != ETH_SS_PHY_STATS)
H A Dlan9303-core.c1043 static int lan9303_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
1045 if (sset != ETH_SS_STATS)
H A Dlantiq_gswip.c1819 static int gswip_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
1821 if (sset != ETH_SS_STATS)
H A Dmt7530.c826 mt7530_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
828 if (sset != ETH_SS_STATS)
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek.c305 static int hellcreek_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
307 if (sset != ETH_SS_STATS)
/linux-master/drivers/net/dsa/microchip/
H A Dksz_common.c2539 static int ksz_sset_count(struct dsa_switch *ds, int port, int sset) argument
2543 if (sset != ETH_SS_STATS)
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c1233 static int mv88e6xxx_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
1239 if (sset != ETH_SS_STATS)

Completed in 423 milliseconds

12345678