Searched refs:p2 (Results 276 - 300 of 384) sorted by relevance

<<111213141516

/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_pfc.sh346 swp1=${NETIFS[p2]}
H A Ddevlink_trap_l3_exceptions.sh122 rp1=${NETIFS[p2]}
H A Dq_in_q_veto.sh26 swp2=${NETIFS[p2]}
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcmd.c112 * USB dongle firmware 5.110.17p2: cap 0x00000303
1450 * @p2: Power level when link quality is poor (dBm).
1456 int8_t p2, int usesnr)
1468 cmd.P2 = p2;
1482 * @p2: Power level for 48 and 54 Mbps (dBm).
1488 int8_t p1, int8_t p2)
1499 cmd.P2 = p2;
1455 lbs_set_tpc_cfg(struct lbs_private *priv, int enable, int8_t p0, int8_t p1, int8_t p2, int usesnr) argument
1487 lbs_set_power_adapt_cfg(struct lbs_private *priv, int enable, int8_t p0, int8_t p1, int8_t p2) argument
/linux-master/tools/testing/selftests/net/forwarding/
H A Dcustom_multipath_hash.sh138 rp1=${NETIFS[p2]}
H A Dgre_multipath_nh_res.sh205 ol1=${NETIFS[p2]}
H A Dgre_multipath_nh.sh203 ol1=${NETIFS[p2]}
H A Dsch_red.sh126 swp1=${NETIFS[p2]}
H A Dbridge_mld.sh115 swp1=${NETIFS[p2]}
H A Ddual_vxlan_bridge.sh305 swp1=${NETIFS[p2]}
H A Drouter_bridge_1d_lag.sh354 swp1=${NETIFS[p2]}
H A Dbridge_locked_port.sh68 swp1=${NETIFS[p2]}
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dethtool_mm.sh300 h2=${NETIFS[p2]}
H A Dhw_stats_l3.sh126 rp1=${NETIFS[p2]}
/linux-master/drivers/gpu/drm/tiny/
H A Drepaper.c210 u8 p1, p2, p3, p4; local
234 p2 = (pixels >> 4) & 0x03;
237 pixels = (p1 << 0) | (p2 << 2) | (p3 << 4) | (p4 << 6);
/linux-master/fs/notify/fanotify/
H A Dfanotify.c21 static bool fanotify_path_equal(const struct path *p1, const struct path *p2) argument
23 return p1->mnt == p2->mnt && p1->dentry == p2->dentry;
/linux-master/drivers/hid/
H A Dhid-sensor-custom.c142 static int usage_id_cmp(const void *p1, const void *p2) argument
144 if (*(int *)p1 < *(int *)p2)
147 if (*(int *)p1 > *(int *)p2)
/linux-master/arch/x86/crypto/
H A Dsha512-avx2-asm.S119 .macro addm p1 p2
120 add \p1, \p2
121 mov \p2, \p1
127 .macro COPY_YMM_AND_BSWAP p1 p2 p3
128 VMOVDQ \p2, \p1
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c943 void *p1, *p2; local
973 CASE_TEST(sbrk); if ((p1 = p2 = sbrk(4096)) != (void *)-1) p2 = sbrk(-4096); EXPECT_SYSZR(1, (p2 == (void *)-1) || p2 == p1); break;
/linux-master/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c784 int p1, p2, p3; local
796 rc = sscanf(kbuf, "%8s %d %d %d", cmd, &p1, &p2, &p3);
820 wmi_addba(wil, txdata->mid, p1, p2, p3);
823 p2 = WLAN_REASON_QSTA_LEAVE_QBSS;
824 wmi_delba_tx(wil, txdata->mid, p1, p2);
841 wmi_delba_rx(wil, sta->mid, p1, p2, p3);
/linux-master/drivers/isdn/mISDN/
H A Dl1oip_core.c73 p2 = bytes 1-2 : remote port in network order (high byte first)
75 p2 = bytes 3-4 : local port in network order (high byte first)
945 hc->remoteport = cq->p2 & 0xffff;
946 hc->localport = cq->p2 >> 16;
966 cq->p2 = hc->remoteport | (hc->localport << 16);
/linux-master/include/linux/
H A Dof.h904 static inline int of_prop_val_eq(struct property *p1, struct property *p2) argument
906 return p1->length == p2->length &&
907 !memcmp(p1->value, p2->value, (size_t)p1->length);
H A DmISDNif.h391 * buffer size request.p2 the maximum. Using MISDN_CTRL_RX_SIZE_IGNORE will
403 int p2; member in struct:mISDN_ctrl_req
/linux-master/arch/mips/include/asm/sn/
H A Dioc3.h223 u64 p2; /* buffer pointer 2 */ member in struct:ioc3_etxd
/linux-master/drivers/input/mouse/
H A Delantech.c329 * byte 0: D U p1 p2 1 p3 R L
336 * byte 0: n1 n0 p2 p1 1 p3 R L
770 unsigned char p1, p2, p3; local
774 /* byte 0: D U p1 p2 1 p3 R L */
776 p2 = (packet[0] & 0x10) >> 4;
778 /* byte 0: n1 n0 p2 p1 1 p3 R L */
780 p2 = (packet[0] & 0x20) >> 5;
786 etd->parity[packet[2]] == p2 &&

Completed in 320 milliseconds

<<111213141516