Searched refs:ds (Results 76 - 100 of 398) sorted by relevance

1234567891011>>

/linux-master/include/linux/dsa/
H A Dlan9303.h27 struct dsa_switch *ds; member in struct:lan9303
H A Dtag_qca.h81 void (*rw_reg_ack_handler)(struct dsa_switch *ds,
83 void (*mib_autocast_handler)(struct dsa_switch *ds,
/linux-master/arch/x86/events/intel/
H A DMakefile3 obj-$(CONFIG_CPU_SUP_INTEL) += ds.o knc.o
/linux-master/include/linux/comedi/
H A Dcomedi_pcmcia.h7 * Copyright (C) 1997-2000 David A. Schleef <ds@schleef.org>
14 #include <pcmcia/ds.h>
/linux-master/arch/x86/include/asm/
H A Dsuspend_64.h32 u16 ds, es, fs, gs; member in struct:saved_context
/linux-master/drivers/tty/ipwireless/
H A Dmain.h26 #include <pcmcia/ds.h>
/linux-master/drivers/net/dsa/realtek/
H A Drtl83xx.h13 int rtl83xx_setup_user_mdio(struct dsa_switch *ds);
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dpush.h126 #define PUSH_1(X,f,ds,n,o,p,s,mA,dA) do { \
127 PUSH_##o##_HDR((p), s, mA, (ds)+(n)); \
128 PUSH_##f(X, (p), X##mA, 1, o, (dA), ds, ""); \
130 #define PUSH_2(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \
132 PUSH_1(X, DATA_, 1, (ds) + (n), o, (p), s, X##mA, (dA), ##a); \
133 PUSH_##f(X, (p), X##mB, 0, o, (dB), ds, ""); \
135 #define PUSH_3(X,f,ds,n,o,p,s,mB,dB,mA,dA,a...) do { \
137 PUSH_2(X, DATA_, 1, (ds) + (n), o, (p), s, X##mA, (dA), ##a); \
138 PUSH_##f(X, (p), X##mB, 0, o, (dB), ds, ""); \
140 #define PUSH_4(X,f,ds,
[all...]
/linux-master/drivers/net/dsa/
H A Dbcm_sf2.h120 static inline struct bcm_sf2_priv *bcm_sf2_to_priv(struct dsa_switch *ds) argument
122 struct b53_device *dev = ds->priv;
223 int bcm_sf2_get_rxnfc(struct dsa_switch *ds, int port,
225 int bcm_sf2_set_rxnfc(struct dsa_switch *ds, int port,
228 void bcm_sf2_cfp_exit(struct dsa_switch *ds);
229 int bcm_sf2_cfp_resume(struct dsa_switch *ds);
230 void bcm_sf2_cfp_get_strings(struct dsa_switch *ds, int port,
232 void bcm_sf2_cfp_get_ethtool_stats(struct dsa_switch *ds, int port,
234 int bcm_sf2_cfp_get_sset_count(struct dsa_switch *ds, int port, int sset);
H A Dvitesse-vsc73xx-core.c490 static int vsc73xx_phy_read(struct dsa_switch *ds, int phy, int regnum) argument
492 struct vsc73xx *vsc = ds->priv;
519 static int vsc73xx_phy_write(struct dsa_switch *ds, int phy, int regnum, argument
522 struct vsc73xx *vsc = ds->priv;
547 static enum dsa_tag_protocol vsc73xx_get_tag_protocol(struct dsa_switch *ds, argument
563 static int vsc73xx_setup(struct dsa_switch *ds) argument
565 struct vsc73xx *vsc = ds->priv;
756 struct vsc73xx *vsc = dp->ds->priv;
780 struct vsc73xx *vsc = dp->ds->priv;
803 struct vsc73xx *vsc = dp->ds
863 vsc73xx_port_enable(struct dsa_switch *ds, int port, struct phy_device *phy) argument
874 vsc73xx_port_disable(struct dsa_switch *ds, int port) argument
911 vsc73xx_get_strings(struct dsa_switch *ds, int port, u32 stringset, uint8_t *data) argument
961 vsc73xx_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
970 vsc73xx_get_ethtool_stats(struct dsa_switch *ds, int port, uint64_t *data) argument
999 vsc73xx_change_mtu(struct dsa_switch *ds, int port, int new_mtu) argument
1012 vsc73xx_get_max_mtu(struct dsa_switch *ds, int port) argument
[all...]
H A Dbcm_sf2_cfp.c846 static int bcm_sf2_cfp_rule_insert(struct dsa_switch *ds, int port, argument
849 struct bcm_sf2_priv *priv = bcm_sf2_to_priv(ds);
850 s8 cpu_port = dsa_to_port(ds, port)->cpu_dp->index;
870 !(dsa_is_user_port(ds, port_num) ||
871 dsa_is_cpu_port(ds, port_num)) ||
894 ret = ds->ops->port_vlan_add(ds, port_num, &vlan, NULL);
926 static int bcm_sf2_cfp_rule_set(struct dsa_switch *ds, int port, argument
929 struct bcm_sf2_priv *priv = bcm_sf2_to_priv(ds);
942 !(ds
1102 bcm_sf2_get_rxnfc(struct dsa_switch *ds, int port, struct ethtool_rxnfc *nfc, u32 *rule_locs) argument
1145 bcm_sf2_set_rxnfc(struct dsa_switch *ds, int port, struct ethtool_rxnfc *nfc) argument
1212 bcm_sf2_cfp_exit(struct dsa_switch *ds) argument
1224 bcm_sf2_cfp_resume(struct dsa_switch *ds) argument
1282 bcm_sf2_cfp_get_strings(struct dsa_switch *ds, int port, u32 stringset, uint8_t *data) argument
1305 bcm_sf2_cfp_get_ethtool_stats(struct dsa_switch *ds, int port, uint64_t *data) argument
1337 bcm_sf2_cfp_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
[all...]
/linux-master/fs/nfs/filelayout/
H A Dfilelayoutdev.c48 struct nfs4_pnfs_ds *ds; local
54 ds = dsaddr->ds_list[i];
55 if (ds != NULL)
56 nfs4_pnfs_ds_put(ds);
135 printk(KERN_WARNING "NFS: %s: stripe index %u >= num ds %u\n",
178 /* If DS was already in cache, free ds addrs */
260 /* Upon return, either ds is connected, or ds is NULL */
265 struct nfs4_pnfs_ds *ds = dsaddr->ds_list[ds_idx]; local
267 struct nfs4_pnfs_ds *ret = ds;
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh56 ds=`date +%Y.%m.%d-%H.%M.%S`
137 ds=$2
431 mkdir -p $resdir/$ds
432 TORTURE_RESDIR="$resdir/$ds"; export TORTURE_RESDIR
433 TORTURE_STOPFILE="$resdir/$ds/STOP.1"; export TORTURE_STOPFILE
434 echo Results directory: $resdir/$ds
436 touch $resdir/$ds/log
437 echo $scriptname $args >> $resdir/$ds/log
438 echo ${TORTURE_SUITE} > $resdir/$ds/torture_suite
439 echo Build directory: `pwd` > $resdir/$ds/testi
[all...]
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c846 static void mv88e6xxx_get_caps(struct dsa_switch *ds, int port, argument
849 struct mv88e6xxx_chip *chip = ds->priv;
869 struct mv88e6xxx_chip *chip = dp->ds->priv;
883 struct mv88e6xxx_chip *chip = dp->ds->priv;
908 struct mv88e6xxx_chip *chip = dp->ds->priv;
932 struct mv88e6xxx_chip *chip = dp->ds->priv;
962 struct mv88e6xxx_chip *chip = dp->ds->priv;
994 struct mv88e6xxx_chip *chip = dp->ds->priv;
1211 static void mv88e6xxx_get_strings(struct dsa_switch *ds, int port, argument
1214 struct mv88e6xxx_chip *chip = ds
1267 mv88e6xxx_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
1403 mv88e6xxx_get_ethtool_stats(struct dsa_switch *ds, int port, uint64_t *data) argument
1416 mv88e6xxx_get_eth_mac_stats(struct dsa_switch *ds, int port, struct ethtool_eth_mac_stats *mac_stats) argument
1454 mv88e6xxx_get_rmon_stats(struct dsa_switch *ds, int port, struct ethtool_rmon_stats *rmon_stats, const struct ethtool_rmon_hist_range **ranges) argument
1495 mv88e6xxx_get_regs_len(struct dsa_switch *ds, int port) argument
1507 mv88e6xxx_get_regs(struct dsa_switch *ds, int port, struct ethtool_regs *regs, void *_p) argument
1535 mv88e6xxx_get_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e) argument
1542 mv88e6xxx_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e) argument
1552 struct dsa_switch *ds = chip->ds; local
1625 mv88e6xxx_port_stp_state_set(struct dsa_switch *ds, int port, u8 state) argument
1660 struct dsa_switch *ds = chip->ds; local
1783 struct dsa_switch *ds; local
1851 mv88e6xxx_port_fast_age(struct dsa_switch *ds, int port) argument
2105 mv88e6xxx_port_mst_state_set(struct dsa_switch *ds, int port, const struct switchdev_mst_state *st) argument
2150 mv88e6xxx_port_check_hw_vlan(struct dsa_switch *ds, int port, u16 vid) argument
2216 mv88e6xxx_port_vlan_filtering(struct dsa_switch *ds, int port, bool vlan_filtering, struct netlink_ext_ack *extack) argument
2245 mv88e6xxx_port_vlan_prepare(struct dsa_switch *ds, int port, const struct switchdev_obj_port_vlan *vlan) argument
2455 mv88e6xxx_get_rxnfc(struct dsa_switch *ds, int port, struct ethtool_rxnfc *rxnfc, u32 *rule_locs) argument
2502 mv88e6xxx_set_rxnfc(struct dsa_switch *ds, int port, struct ethtool_rxnfc *rxnfc) argument
2671 mv88e6xxx_port_vlan_add(struct dsa_switch *ds, int port, const struct switchdev_obj_port_vlan *vlan, struct netlink_ext_ack *extack) argument
2778 mv88e6xxx_port_vlan_del(struct dsa_switch *ds, int port, const struct switchdev_obj_port_vlan *vlan) argument
2820 mv88e6xxx_port_vlan_fast_age(struct dsa_switch *ds, int port, u16 vid) argument
2840 mv88e6xxx_vlan_msti_set(struct dsa_switch *ds, struct dsa_bridge bridge, const struct switchdev_vlan_msti *msti) argument
2886 mv88e6xxx_port_fdb_add(struct dsa_switch *ds, int port, const unsigned char *addr, u16 vid, struct dsa_db db) argument
2901 mv88e6xxx_port_fdb_del(struct dsa_switch *ds, int port, const unsigned char *addr, u16 vid, struct dsa_db db) argument
2989 mv88e6xxx_port_fdb_dump(struct dsa_switch *ds, int port, dsa_fdb_dump_cb_t *cb, void *data) argument
3005 struct dsa_switch *ds = chip->ds; local
3038 mv88e6xxx_map_virtual_bridge_to_pvt(struct dsa_switch *ds, unsigned int bridge_num) argument
3047 mv88e6xxx_port_bridge_join(struct dsa_switch *ds, int port, struct dsa_bridge bridge, bool *tx_fwd_offload, struct netlink_ext_ack *extack) argument
3083 mv88e6xxx_port_bridge_leave(struct dsa_switch *ds, int port, struct dsa_bridge bridge) argument
3114 mv88e6xxx_crosschip_bridge_join(struct dsa_switch *ds, int tree_index, int sw_index, int port, struct dsa_bridge bridge, struct netlink_ext_ack *extack) argument
3133 mv88e6xxx_crosschip_bridge_leave(struct dsa_switch *ds, int tree_index, int sw_index, int port, struct dsa_bridge bridge) argument
3335 struct dsa_switch *ds = chip->ds; local
3374 struct dsa_switch *ds = chip->ds; local
3596 mv88e6xxx_get_max_mtu(struct dsa_switch *ds, int port) argument
3607 mv88e6xxx_change_mtu(struct dsa_switch *ds, int port, int new_mtu) argument
3636 mv88e6xxx_set_ageing_time(struct dsa_switch *ds, unsigned int ageing_time) argument
3921 mv88e6xxx_teardown(struct dsa_switch *ds) argument
3931 mv88e6xxx_setup(struct dsa_switch *ds) argument
4099 mv88e6xxx_port_setup(struct dsa_switch *ds, int port) argument
4114 mv88e6xxx_port_teardown(struct dsa_switch *ds, int port) argument
4125 mv88e6xxx_get_eeprom_len(struct dsa_switch *ds) argument
4132 mv88e6xxx_get_eeprom(struct dsa_switch *ds, struct ethtool_eeprom *eeprom, u8 *data) argument
4153 mv88e6xxx_set_eeprom(struct dsa_switch *ds, struct ethtool_eeprom *eeprom, u8 *data) argument
6524 mv88e6xxx_get_tag_protocol(struct dsa_switch *ds, int port, enum dsa_tag_protocol m) argument
6533 mv88e6xxx_change_tag_protocol(struct dsa_switch *ds, enum dsa_tag_protocol proto) argument
6585 mv88e6xxx_port_mdb_add(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
6600 mv88e6xxx_port_mdb_del(struct dsa_switch *ds, int port, const struct switchdev_obj_port_mdb *mdb, struct dsa_db db) argument
6614 mv88e6xxx_port_mirror_add(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror, bool ingress, struct netlink_ext_ack *extack) argument
6654 mv88e6xxx_port_mirror_del(struct dsa_switch *ds, int port, struct dsa_mall_mirror_tc_entry *mirror) argument
6683 mv88e6xxx_port_pre_bridge_flags(struct dsa_switch *ds, int port, struct switchdev_brport_flags flags, struct netlink_ext_ack *extack) argument
6705 mv88e6xxx_port_bridge_flags(struct dsa_switch *ds, int port, struct switchdev_brport_flags flags, struct netlink_ext_ack *extack) argument
6768 mv88e6xxx_lag_can_offload(struct dsa_switch *ds, struct dsa_lag lag, struct netdev_lag_upper_info *info, struct netlink_ext_ack *extack) argument
6811 mv88e6xxx_lag_sync_map(struct dsa_switch *ds, struct dsa_lag lag) argument
6866 mv88e6xxx_lag_sync_masks(struct dsa_switch *ds) argument
6929 mv88e6xxx_lag_sync_masks_map(struct dsa_switch *ds, struct dsa_lag lag) argument
6942 mv88e6xxx_port_lag_change(struct dsa_switch *ds, int port) argument
6953 mv88e6xxx_port_lag_join(struct dsa_switch *ds, int port, struct dsa_lag lag, struct netdev_lag_upper_info *info, struct netlink_ext_ack *extack) argument
6987 mv88e6xxx_port_lag_leave(struct dsa_switch *ds, int port, struct dsa_lag lag) argument
7000 mv88e6xxx_crosschip_lag_change(struct dsa_switch *ds, int sw_index, int port) argument
7012 mv88e6xxx_crosschip_lag_join(struct dsa_switch *ds, int sw_index, int port, struct dsa_lag lag, struct netdev_lag_upper_info *info, struct netlink_ext_ack *extack) argument
7036 mv88e6xxx_crosschip_lag_leave(struct dsa_switch *ds, int sw_index, int port, struct dsa_lag lag) argument
7123 struct dsa_switch *ds; local
7334 struct dsa_switch *ds = dev_get_drvdata(&mdiodev->dev); local
7364 struct dsa_switch *ds = dev_get_drvdata(&mdiodev->dev); local
[all...]
/linux-master/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c163 static void qca8k_rw_reg_ack_handler(struct dsa_switch *ds, struct sk_buff *skb) argument
166 struct qca8k_priv *priv = ds->priv;
949 struct dsa_switch *ds = priv->ds; local
950 struct device *dev = ds->dev;
968 ds->dst->index, ds->index);
980 ds->user_mii_bus = bus;
981 bus->phy_mask = ~ds->phys_mii_mask;
1017 if (!dsa_is_user_port(priv->ds, re
1090 qca8k_find_cpu_port(struct dsa_switch *ds) argument
1320 struct dsa_switch *ds = dp->ds; local
1400 qca8k_phylink_get_caps(struct dsa_switch *ds, int port, struct phylink_config *config) argument
1645 qca8k_mib_autocast_handler(struct dsa_switch *ds, struct sk_buff *skb) argument
1692 qca8k_get_ethtool_stats_eth(struct dsa_switch *ds, int port, u64 *data) argument
1730 qca8k_get_phy_flags(struct dsa_switch *ds, int port) argument
1747 qca8k_get_tag_protocol(struct dsa_switch *ds, int port, enum dsa_tag_protocol mp) argument
1754 qca8k_conduit_change(struct dsa_switch *ds, const struct net_device *conduit, bool operational) argument
1773 qca8k_connect_tag_protocol(struct dsa_switch *ds, enum dsa_tag_protocol proto) argument
1834 qca8k_setup(struct dsa_switch *ds) argument
[all...]
H A Dar9331.c240 struct dsa_switch ds; member in struct:ar9331_sw_priv
392 static int ar9331_sw_setup_port(struct dsa_switch *ds, int port) argument
394 struct ar9331_sw_priv *priv = ds->priv;
403 if (dsa_is_cpu_port(ds, port)) {
407 port_mask = dsa_user_ports(ds);
412 } else if (dsa_is_user_port(ds, port)) {
415 port_mask = BIT(dsa_upstream_port(ds, port));
440 static int ar9331_sw_setup(struct dsa_switch *ds) argument
442 struct ar9331_sw_priv *priv = ds->priv;
471 for (i = 0; i < ds
485 ar9331_sw_port_disable(struct dsa_switch *ds, int port) argument
496 ar9331_sw_get_tag_protocol(struct dsa_switch *ds, int port, enum dsa_tag_protocol m) argument
503 ar9331_sw_phylink_get_caps(struct dsa_switch *ds, int port, struct phylink_config *config) argument
668 ar9331_get_stats64(struct dsa_switch *ds, int port, struct rtnl_link_stats64 *s) argument
679 ar9331_get_pause_stats(struct dsa_switch *ds, int port, struct ethtool_pause_stats *pause_stats) argument
1034 struct dsa_switch *ds; local
[all...]
/linux-master/net/dsa/
H A Dtag_ksz.c34 ksz_tagger_private(struct dsa_switch *ds) argument
36 return ds->tagger_data;
39 static void ksz_hwtstamp_set_state(struct dsa_switch *ds, bool on) argument
41 struct ksz_tagger_private *priv = ksz_tagger_private(ds);
49 static void ksz_disconnect(struct dsa_switch *ds) argument
51 struct ksz_tagger_private *priv = ds->tagger_data;
55 ds->tagger_data = NULL;
58 static int ksz_connect(struct dsa_switch *ds) argument
70 ds->dst->index, ds
[all...]
H A Dswitch.h120 int dsa_switch_register_notifier(struct dsa_switch *ds);
121 void dsa_switch_unregister_notifier(struct dsa_switch *ds);
/linux-master/arch/x86/kvm/
H A Dtss.h27 u32 ds; member in struct:tss_segment_32
56 u16 ds; member in struct:tss_segment_16
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhw-ops.h38 static inline void ath9k_hw_set_desc_link(struct ath_hw *ah, void *ds, argument
41 ath9k_hw_ops(ah)->set_desc_link(ds, link);
57 static inline void ath9k_hw_set_txdesc(struct ath_hw *ah, void *ds, argument
60 return ath9k_hw_ops(ah)->set_txdesc(ah, ds, i);
63 static inline int ath9k_hw_txprocdesc(struct ath_hw *ah, void *ds, argument
66 return ath9k_hw_ops(ah)->proc_txdesc(ah, ds, ts);
69 static inline int ath9k_hw_get_duration(struct ath_hw *ah, const void *ds, argument
72 return ath9k_hw_ops(ah)->get_duration(ah, ds, index);
/linux-master/drivers/net/wireguard/
H A Dsocket.h18 size_t len, u8 ds);
20 u8 ds);
/linux-master/tools/testing/selftests/zram/
H A Dzram_lib.sh171 for ds in $zram_sizes; do
173 echo "$ds" > $sys_path || \
174 echo "FAIL can't set '$ds' to $sys_path"
177 echo "$sys_path = '$ds'"
188 for ds in $zram_mem_limits; do
190 echo "$ds" > $sys_path || \
191 echo "FAIL can't set '$ds' to $sys_path"
194 echo "$sys_path = '$ds'"
/linux-master/arch/powerpc/sysdev/
H A Ddcr.c118 unsigned int ds; local
119 const u32 *dr = of_get_property(np, "dcr-reg", &ds);
121 if (dr == NULL || ds & 1 || index >= (ds / 8))
130 unsigned int ds; local
131 const u32 *dr = of_get_property(np, "dcr-reg", &ds);
133 if (dr == NULL || ds & 1 || index >= (ds / 8))
/linux-master/arch/x86/boot/
H A Dpm.c86 gdt.ptr = (u32)&boot_gdt + (ds() << 4);
124 (u32)&boot_params + (ds() << 4));
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgp100.c40 nvkm_wr32(device, 0x418010 + zoff, gr->zbc_color[zbc].ds[0]);
41 nvkm_wr32(device, 0x41804c + zoff, gr->zbc_color[zbc].ds[1]);
42 nvkm_wr32(device, 0x418088 + zoff, gr->zbc_color[zbc].ds[2]);
43 nvkm_wr32(device, 0x4180c4 + zoff, gr->zbc_color[zbc].ds[3]);
59 nvkm_wr32(device, 0x418110 + zoff, gr->zbc_depth[zbc].ds);

Completed in 215 milliseconds

1234567891011>>