Searched refs:sh (Results 201 - 225 of 779) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-fec.sh4 source ethtool-common.sh
H A Dpeer.sh4 source ../../../net/net_helper.sh
H A DMakefile3 TEST_PROGS = devlink.sh \
4 devlink_in_netns.sh \
5 devlink_trap.sh \
6 ethtool-coalesce.sh \
7 ethtool-fec.sh \
8 ethtool-pause.sh \
9 ethtool-ring.sh \
10 fib.sh \
11 hw_stats_l3.sh \
12 nexthop.sh \
[all...]
H A Ddevlink.sh10 source $lib_dir/lib.sh
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh16 source $lib_dir/lib.sh
17 source $lib_dir/tc_common.sh
18 source $lib_dir/devlink_lib.sh
/linux-master/tools/testing/selftests/drivers/net/dsa/
H A Dtest_bridge_fdb_stress.sh22 source "$lib_dir"/../../../net/forwarding/lib.sh
H A DMakefile3 TEST_PROGS = bridge_locked_port.sh \
4 bridge_mdb.sh \
5 bridge_mld.sh \
6 bridge_vlan_aware.sh \
7 bridge_vlan_mcast.sh \
8 bridge_vlan_unaware.sh \
9 local_termination.sh \
10 no_forwarding.sh \
11 tc_actions.sh \
12 test_bridge_fdb_stress.sh
[all...]
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dbond_topo_2d1c.sh31 source "$lib_dir"/../../../net/forwarding/lib.sh
H A Ddev_addr_lists.sh17 source "$lib_dir"/../../../net/forwarding/lib.sh
19 source "$lib_dir"/lag_lib.sh
H A Dmode-1-recovery-updelay.sh26 source "$lib_dir"/../../../net/forwarding/lib.sh
27 source "$lib_dir"/lag_lib.sh
H A Dmode-2-recovery-updelay.sh26 source "$lib_dir"/../../../net/forwarding/lib.sh
27 source "$lib_dir"/lag_lib.sh
H A Dbond_options.sh13 source ${lib_dir}/bond_topo_3d1c.sh
H A Dbond-eth-type-change.sh14 source "$lib_dir"/../../../net/forwarding/lib.sh
20 ip -d l sh dev "$bonddev" | grep -q "MASTER"
23 ip -d l sh dev "$bonddev" | grep -q "SLAVE"
H A Dbond-lladdr-target.sh23 source "$lib_dir"/../../../net/forwarding/lib.sh
H A DMakefile5 bond-arp-interval-causes-panic.sh \
6 bond-break-lacpdu-tx.sh \
7 bond-lladdr-target.sh \
8 dev_addr_lists.sh \
9 mode-1-recovery-updelay.sh \
10 mode-2-recovery-updelay.sh \
11 bond_options.sh \
12 bond-eth-type-change.sh \
13 bond_macvlan.sh
16 lag_lib.sh \
[all...]
H A Dbond-break-lacpdu-tx.sh1 #!/bin/sh
26 source "$lib_dir"/../../../net/forwarding/lib.sh
/linux-master/tools/net/ynl/generated/
H A DMakefile50 @../ynl-regen.sh
/linux-master/tools/lib/bpf/
H A Delf.c65 GElf_Shdr sh; local
67 if (!gelf_getshdr(scn, &sh))
69 if (sh.sh_type == sh_type)
78 GElf_Shdr sh; member in struct:elf_sym
102 GElf_Shdr sh; local
118 if (!gelf_getshdr(scn, &sh))
121 iter->strtabidx = sh.sh_link;
128 iter->nr_syms = iter->syms->d_size / sh.sh_entsize;
146 if (!iter->verdefs || !gelf_getshdr(scn, &sh)) {
150 iter->verdef_strtabidx = sh
[all...]
H A Dbtf.c1134 GElf_Shdr sh; local
1138 if (gelf_getshdr(scn, &sh) != &sh) {
1143 name = elf_strptr(elf, shstrndx, sh.sh_name);
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c305 static int compressed_section_fix(Elf *elf, Elf_Scn *scn, GElf_Shdr *sh) argument
309 if (!(sh->sh_flags & SHF_COMPRESSED))
312 if (sh->sh_addralign == expected)
316 sh->sh_addralign, expected);
318 sh->sh_addralign = expected;
320 if (gelf_update_shdr(scn, sh) == 0) {
377 GElf_Shdr sh; local
381 if (gelf_getshdr(scn, &sh) != &sh) {
386 name = elf_strptr(elf, shdrstrndx, sh
425 GElf_Shdr sh; local
[all...]
/linux-master/net/wireless/
H A Dutil.c684 struct skb_shared_info *sh = skb_shinfo(skb); local
689 skb_add_rx_frag(skb, sh->nr_frags, page, page_offset, len, size);
696 struct skb_shared_info *sh = skb_shinfo(skb); local
697 const skb_frag_t *frag = &sh->frags[0];
/linux-master/drivers/target/
H A Dtarget_core_pscsi.c95 struct Scsi_Host *sh = phv->phv_lld_host; local
100 if (!sh)
107 " %s\n", hba->hba_id, (sh->hostt->name) ?
108 (sh->hostt->name) : "Unknown");
110 scsi_host_put(sh);
117 sh = scsi_host_lookup(phv->phv_host_id);
118 if (!sh) {
124 phv->phv_lld_host = sh;
128 hba->hba_id, (sh->hostt->name) ? (sh
354 struct Scsi_Host *sh = sd->host; variable in typeref:struct:Scsi_Host
398 struct Scsi_Host *sh = sd->host; variable in typeref:struct:Scsi_Host
427 struct Scsi_Host *sh = phv->phv_lld_host; local
[all...]
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c2497 int i, sh, ack; local
2515 sh = agg->start_idx - SEQ_TO_IDX(seq_ctl >> 4);
2516 if (sh < 0) /* tbw something is wrong with indices */
2517 sh += 0x100;
2519 if (agg->frame_count > (64 - sh)) {
2525 bitmap = le64_to_cpu(ba_resp->bitmap) >> sh;
2652 int i, sh, idx; local
2720 sh = idx - start;
2721 if (sh > 64) {
2722 sh
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c14350 if (pi->sh && (pi->sh->_rifs_phy != rifs))
14351 pi->sh->_rifs_phy = rifs;
14366 if ((pi->sh->boardflags2 & BFL2_TXPWRCTRL_EN) &&
14367 NREV_GE(pi->pubpi.phy_rev, 2) && (pi->sh->sromrev >= 4))
14369 else if ((pi->sh->sromrev >= 4)
14370 && (pi->sh->boardflags2 & BFL2_5G_PWRGAIN))
14380 if (pi->sh->sromrev >= 9)
14609 if (pi->sh->boardflags2 & BFL2_SPUR_WAR)
14613 if (pi->sh
[all...]
H A Dphy_lcn.c138 wlapi_bmac_read_shm((pi)->sh->physhim, M_UCODE_MACSTAT + \
1546 wlapi_switch_macfreq(pi->sh->physhim, enable);
1759 if (!(pi->sh->boardflags & BFL_FEM)) {
2071 if (pi->sh->boardflags & BFL_FEM) {
2812 wlapi_suspend_mac_and_wait(pi->sh->physhim);
2862 wlapi_enable_mac(pi->sh->physhim);
2893 wlapi_suspend_mac_and_wait(pi->sh->physhim);
3003 wlapi_enable_mac(pi->sh->physhim);
3020 wlapi_suspend_mac_and_wait(pi->sh->physhim);
3079 wlapi_enable_mac(pi->sh
[all...]

Completed in 647 milliseconds

1234567891011>>