Searched refs:p2 (Results 101 - 125 of 384) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_defprio.sh58 swp1=${NETIFS[p2]}
H A Dtc_police_occ.sh41 swp1=${NETIFS[p2]}
H A Drouter_scale.sh50 rp1=${NETIFS[p2]}
H A Drif_mac_profiles_occ.sh16 h2=${NETIFS[p2]}
/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_bridge_1d_vlan.sh27 swp1=${NETIFS[p2]}
H A Dmirror_gre_bridge_1q.sh54 swp1=${NETIFS[p2]}
H A Dmirror_gre_bridge_1d.sh57 swp1=${NETIFS[p2]}
H A Dbridge_port_isolation.sh72 swp1=${NETIFS[p2]}
H A Dmirror_gre_flower.sh27 swp1=${NETIFS[p2]}
H A Dmirror_gre_nh.sh24 swp1=${NETIFS[p2]}
H A Dmirror_gre.sh30 swp1=${NETIFS[p2]}
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dq_in_vni_veto.sh17 swp2=${NETIFS[p2]}
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dhw_stats_l3_gre.sh23 ol1=${NETIFS[p2]}
H A Dloopback.sh73 h2=${NETIFS[p2]}
/linux-master/tools/testing/selftests/drivers/net/virtio_net/
H A Dbasic_features.sh17 h2=${NETIFS[p2]}
/linux-master/arch/mips/bcm63xx/
H A Dcpu.c227 unsigned int tmp, p1, p2, ndiv, m1; local
235 p2 = (tmp & DMIPSPLLCFG_6368_P2_MASK) >>
245 return (((64 * 1000000) / p1) * p2 * ndiv) / m1;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.c1536 unsigned int *p2 /* out */)
1545 *p2 = half;
1549 *p2 = 2;
1553 *p2 = 2;
1557 *p2 = 2;
1562 *p2 = p / 3;
1566 *p2 = 1;
1570 *p2 = 5;
1574 *p2 = 3;
1578 *p2
1592 skl_wrpll_params_populate(struct skl_wrpll_params *params, u64 afe_clock, int ref_clock, u64 central_freq, u32 p0, u32 p1, u32 p2) argument
1685 unsigned int p0, p1, p2; local
1738 u32 p0, p1, p2, dco_freq; local
2829 u32 p0, p1, p2, dco_freq; local
[all...]
/linux-master/scripts/kconfig/
H A Dconfdata.c238 char *p2; local
268 for (p2 = p; (p2 = strpbrk(p2, "\"\\")); p2++) {
269 if (*p2 == '"') {
270 *p2 = 0;
273 memmove(p2, p2 + 1, strlen(p2));
[all...]
/linux-master/lib/crypto/mpi/
H A Dmpicoder.c357 u8 *p, *p2; local
383 p2 = miter.addr;
387 memset(p2, 0, i);
388 p2 += i;
395 p2 = miter.addr;
410 *p2++ = *p++;
414 p2 = miter.addr;
/linux-master/drivers/clk/
H A Dclk-si5351.c37 unsigned long p2; member in struct:si5351_parameters
139 params->p2 = 0;
145 params->p2 = ((buf[5] & 0x0f) << 16) | (buf[6] << 8) | buf[7];
171 ((params->p2 & 0xf0000) >> 16);
172 buf[6] = ((params->p2 & 0x0ff00) >> 8) & 0xff;
173 buf[7] = params->p2 & 0xff;
432 rate += hwdata->params.p2;
437 "%s - %s: p1 = %lu, p2 = %lu, p3 = %lu, parent_rate = %lu, rate = %lu\n",
439 hwdata->params.p1, hwdata->params.p2, hwdata->params.p3,
482 hwdata->params.p2
[all...]
/linux-master/drivers/misc/cxl/
H A Dtrace.h517 TP_PROTO(u64 unit_address, char *fct, u64 p1, u64 p2, u64 p3,
520 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc),
526 __field(u64, p2)
537 __entry->p2 = p2;
548 __entry->p2,
598 TP_PROTO(u64 unit_address, char *fct, u64 p1, u64 p2, u64 p3,
600 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc)
646 TP_PROTO(u64 unit_address, char *fct, u64 p1, u64 p2, u64 p3,
648 TP_ARGS(unit_address, fct, p1, p2, p
[all...]
/linux-master/drivers/clk/st/
H A Dclkgen-fsyn.c690 uint64_t p, p1, p2; /* pe value */ local
701 input, output, &p2, fs);
704 if (r1 && r2 && (p1 > p2))
724 p2 = fs->pe - 2;
726 p2 = 0;
728 for (; p2 < 32768ll && (p2 <= (fs->pe + 2)); p2++) {
729 fs_tmp.pe = (unsigned long)p2;
737 fs->pe = (unsigned long)p2;
[all...]
/linux-master/crypto/
H A Dvmac.c359 static u64 l3hash(u64 p1, u64 p2, u64 k1, u64 k2, u64 len) argument
363 /* fully reduce (p1,p2)+(len,0) mod p127 */
366 ADD128(p1, p2, len, t);
367 /* At this point, (p1,p2) is at most 2^127+(len<<64) */
368 t = (p1 > m63) + ((p1 == m63) && (p2 == m64));
369 ADD128(p1, p2, z, t);
372 /* compute (p1,p2)/(2^64-2^32) and (p1,p2)%(2^64-2^32) */
373 t = p1 + (p2 >> 32);
377 p2
[all...]
/linux-master/fs/bcachefs/
H A Dextents.c81 * returns true if p1 is better than p2:
85 const struct extent_ptr_decoded p2)
87 if (likely(!p1.idx && !p2.idx)) {
89 u64 l2 = dev_latency(c, p2.ptr.dev);
97 return p1.idx > p2.idx;
99 return p1.idx < p2.idx;
926 struct extent_ptr_decoded p1, p2; local
932 bkey_for_each_ptr_decode(k2.k, ptrs2, p2, entry2)
933 if (p1.ptr.dev == p2.ptr.dev &&
934 p1.ptr.gen == p2
83 ptr_better(struct bch_fs *c, const struct extent_ptr_decoded p1, const struct extent_ptr_decoded p2) argument
951 struct extent_ptr_decoded p2; local
[all...]
/linux-master/sound/firewire/
H A Dfcp.c320 const u8 *p1, *p2; local
324 p2 = transaction->response_buffer;
328 if ((mask & 1) && p1[i] != p2[i])

Completed in 427 milliseconds

1234567891011>>