Searched refs:ss (Results 326 - 342 of 342) sorted by relevance

<<11121314

/linux-master/tools/testing/selftests/wireguard/
H A Dnetns.sh44 waitiperf() { pretty "${1//*-}" "wait for iperf:${3:-5201} pid $2"; while [[ $(ss -N "$1" -tlpH "sport = ${3:-5201}") != *\"iperf3\",pid=$2,fd=* ]]; do sleep 0.1; done; }
45 waitncatudp() { pretty "${1//*-}" "wait for udp:1111 pid $2"; while [[ $(ss -N "$1" -ulpH 'sport = 1111') != *\"ncat\",pid=$2,fd=* ]]; do sleep 0.1; done; }
/linux-master/drivers/pcmcia/
H A Dds.c28 #include <pcmcia/ss.h>
H A Dcistpl.c28 #include <pcmcia/ss.h>
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_concat_range.sh631 ss -lnt -o "sport = :$port" | grep -q "$port"
H A Dnft_nat.sh341 ss -N "$ns" -ln "$proto" -o "sport = :$port" | grep -q "$port"
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c93 segment_dump(stream, &sregs->ss, indent + 2);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v8_0.c2473 struct amdgpu_atom_ss ss; local
2512 0, 0, ATOM_DISABLE, 0, 0, 0, 0, 0, false, &ss);
2520 0, 0, ATOM_DISABLE, 0, 0, 0, 0, 0, false, &ss);
3303 /* this is needed for the pll/ss setup to work correctly in some cases */
H A Ddce_v10_0.c2554 struct amdgpu_atom_ss ss; local
2594 0, 0, ATOM_DISABLE, 0, 0, 0, 0, 0, false, &ss);
3394 /* this is needed for the pll/ss setup to work correctly in some cases */
H A Ddce_v6_0.c2469 struct amdgpu_atom_ss ss; local
2508 0, 0, ATOM_DISABLE, 0, 0, 0, 0, 0, false, &ss);
3218 /* this is needed for the pll/ss setup to work correctly in some cases */
/linux-master/drivers/net/ethernet/broadcom/
H A Dbgmac.c1375 struct ethtool_stats *ss, uint64_t *data)
1374 bgmac_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *ss, uint64_t *data) argument
/linux-master/arch/x86/kernel/
H A Dsev.c1045 vmsa->ss = vmsa->ds;
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c52 #include <pcmcia/ss.h>
/linux-master/drivers/infiniband/ulp/srp/
H A Dib_srp.c3428 ret = srp_parse_in(net, &target->rdma_cm.src.ss, p,
3445 ret = srp_parse_in(net, &target->rdma_cm.dst.ss, p,
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi.h2115 #define WMI_MAX_SPATIAL_STREAM 3 /* default max ss */
2185 #define WMI_VHT_MAX_MCS_4_SS_MASK(r, ss) ((3 & (r)) << (((ss) - 1) << 1))
5065 * - nss - b5:b4 - ss number (0 mean 1ss)
/linux-master/arch/x86/events/
H A Dcore.c2832 ss_base = get_segment_base(regs->ss);
/linux-master/sound/pci/rme9652/
H A Dhdspm.c6201 levels->speed = ss;
/linux-master/arch/x86/kvm/
H A Dx86.c8648 * leave the flag on in this case. The same goes for mov ss
11606 kvm_get_segment(vcpu, &sregs->ss, VCPU_SREG_SS);
11850 kvm_set_segment(vcpu, &sregs->ss, VCPU_SREG_SS);

Completed in 337 milliseconds

<<11121314