Home
last modified time | relevance | path

Searched +full:11 +full:mp (Results 1 – 25 of 147) sorted by relevance

123456

/Linux-v5.15/tools/testing/selftests/net/forwarding/
Drouter_mpath_nh_res.sh261 multipath4_test "Weighted MP 2:1" 2 1
262 ip nexthop replace id 103 group 101,11/102,45 type resilient
263 multipath4_test "Weighted MP 11:45" 11 45
271 multipath6_l4_test "Weighted MP 2:1" 2 1
272 ip nexthop replace id 106 group 104,11/105,45 type resilient
273 multipath6_l4_test "Weighted MP 11:45" 11 45
287 multipath4_test "Weighted MP 2:1" 1 1
288 ip nexthop replace id 103 group 101,11/102,45 type resilient
289 multipath4_test "Weighted MP 11:45" 1 1
297 multipath6_l4_test "Weighted MP 2:1" 1 1
[all …]
Drouter_mpath_nh.sh286 multipath4_test "Weighted MP 2:1" 2 1
287 multipath4_test "Weighted MP 11:45" 11 45
294 multipath4_test "Weighted MP 2:1" 2 1
295 multipath4_test "Weighted MP 11:45" 11 45
302 multipath6_test "Weighted MP 2:1" 2 1
303 multipath6_test "Weighted MP 11:45" 11 45
307 multipath6_l4_test "Weighted MP 2:1" 2 1
308 multipath6_l4_test "Weighted MP 11:45" 11 45
Drouter_multipath.sh271 multipath4_test "Weighted MP 2:1" 2 1
272 multipath4_test "Weighted MP 11:45" 11 45
276 multipath6_test "Weighted MP 2:1" 2 1
277 multipath6_test "Weighted MP 11:45" 11 45
281 multipath6_l4_test "Weighted MP 2:1" 2 1
282 multipath6_l4_test "Weighted MP 11:45" 11 45
Dgre_multipath_nh.sh330 multipath4_test "Weighted MP 2:1" 2 1
331 multipath4_test "Weighted MP 11:45" 11 45
338 multipath6_test "Weighted MP 2:1" 2 1
339 multipath6_test "Weighted MP 11:45" 11 45
346 multipath6_l4_test "Weighted MP 2:1" 2 1
347 multipath6_l4_test "Weighted MP 11:45" 11 45
Dgre_multipath_nh_res.sh335 multipath4_test "Weighted MP 2:1" 2 1
336 multipath4_test "Weighted MP 11:45" 11 45
343 multipath6_test "Weighted MP 2:1" 2 1
344 multipath6_test "Weighted MP 11:45" 11 45
351 multipath6_l4_test "Weighted MP 2:1" 2 1
352 multipath6_l4_test "Weighted MP 11:45" 11 45
/Linux-v5.15/drivers/pinctrl/intel/
Dpinctrl-merrifield.c101 PINCTRL_PIN(11, "ULPI_REFCLK"),
257 /* Family 11: Clock (22 pins) */
401 MRFLD_FAMILY(11, 158, 179),
442 static const struct mrfld_family *mrfld_get_family(struct mrfld_pinctrl *mp, in mrfld_get_family() argument
448 for (i = 0; i < mp->nfamilies; i++) { in mrfld_get_family()
449 family = &mp->families[i]; in mrfld_get_family()
455 dev_warn(mp->dev, "failed to find family for pin %u\n", pin); in mrfld_get_family()
459 static bool mrfld_buf_available(struct mrfld_pinctrl *mp, unsigned int pin) in mrfld_buf_available() argument
463 family = mrfld_get_family(mp, pin); in mrfld_buf_available()
470 static void __iomem *mrfld_get_bufcfg(struct mrfld_pinctrl *mp, unsigned int pin) in mrfld_get_bufcfg() argument
[all …]
/Linux-v5.15/fs/xfs/
Dxfs_stats.h32 __XBTS_join = 11,
163 #define XFS_STATS_INC(mp, v) \ argument
166 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v++; \
169 #define XFS_STATS_DEC(mp, v) \ argument
172 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v--; \
175 #define XFS_STATS_ADD(mp, v, inc) \ argument
178 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v += (inc); \
181 #define XFS_STATS_INC_OFF(mp, off) \ argument
184 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off]++; \
187 #define XFS_STATS_DEC_OFF(mp, off) \ argument
[all …]
Dxfs_mount.h244 #define M_IGEO(mp) (&(mp)->m_ino_geo) argument
263 #define XFS_FEAT_PARENT (1ULL << 11) /* parent pointers */
299 static inline bool xfs_has_ ## name (struct xfs_mount *mp) \
301 return mp->m_features & XFS_FEAT_ ## NAME; \
307 static inline void xfs_add_ ## name (struct xfs_mount *mp) \
309 mp->m_features |= XFS_FEAT_ ## NAME; \
310 xfs_sb_version_add ## name(&mp->m_sb); \
390 static inline bool xfs_is_ ## name (struct xfs_mount *mp) \
392 return test_bit(XFS_OPSTATE_ ## NAME, &mp->m_opstate); \
394 static inline bool xfs_clear_ ## name (struct xfs_mount *mp) \
[all …]
/Linux-v5.15/tools/memory-model/Documentation/
Dlitmus-tests.txt68 1 C MP+pooncerelease+poacquireonce
78 11 P1(int *x, int *y)
94 tools/memory-model/litmus-tests/MP+pooncerelease+poacquireonce.litmus
111 Lines 5-9 show the first process and lines 11-18 the second process. Each
183 herd7 -conf linux-kernel.cfg litmus-tests/MP+pooncerelease+poacquireonce.litmus
188 1 Test MP+pooncerelease+poacquireonce Allowed
197 10 Observation MP+pooncerelease+poacquireonce Never 0 3
198 11 Time MP+pooncerelease+poacquireonce 0.00
238 The number at the end of line 11 (which begins with "Time") gives the
255 1 C MP+pooncerelease+poacquireonce
[all …]
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_format.h426 #define XFS_SB_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_SB_DADDR) argument
428 #define XFS_HDR_BLOCK(mp,d) ((xfs_agblock_t)XFS_BB_TO_FSBT(mp,d)) argument
429 #define XFS_DADDR_TO_FSB(mp,d) XFS_AGB_TO_FSB(mp, \ argument
430 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d))
431 #define XFS_FSB_TO_DADDR(mp,fsbno) XFS_AGB_TO_DADDR(mp, \ argument
432 XFS_FSB_TO_AGNO(mp,fsbno), XFS_FSB_TO_AGBNO(mp,fsbno))
437 #define XFS_FSS_TO_BB(mp,sec) ((sec) << (mp)->m_sectbb_log) argument
442 #define XFS_FSB_TO_BB(mp,fsbno) ((fsbno) << (mp)->m_blkbb_log) argument
443 #define XFS_BB_TO_FSB(mp,bb) \ argument
444 (((bb) + (XFS_FSB_TO_BB(mp,1) - 1)) >> (mp)->m_blkbb_log)
[all …]
/Linux-v5.15/Documentation/x86/i386/
DIO-APIC.rst9 Most (all) Intel-MP compliant SMP boards have the so-called 'IO-APIC',
20 usually worked around by the kernel. If your MP-compliant SMP board does
43 In the unlikely case that your board does not create a working mp-table,
48 append="pirq=15,11,10"
89 append="pirq=11,9"
101 append="pirq=0,9,11"
116 append="pirq=0,0,0,0,0,0,9,11"
/Linux-v5.15/Documentation/driver-api/media/drivers/
Dtuners.rst55 F[IRMQ]12[1345]6{MF|ME|MP}
68 {MF|ME|MP}
71 MP: BG DK I (Multi PAL)
112 - TADC-H002F: NTSC (L,175/410?; 2-B, C-W+11, W+12-69)
114 - TADC-T003F: NTSC Taiwan (L,175/410?; 2-B, C-W+11, W+12-69)
/Linux-v5.15/Documentation/devicetree/bindings/phy/
Dmediatek,ufs-phy.yaml43 - const: mp
60 ufsphy: ufs-phy@11fa0000 {
65 clock-names = "unipro", "mp";
/Linux-v5.15/tools/power/x86/turbostat/
Dturbostat.c148 #define RAPL_AMD_F17H (1 << 11)
627 #define BIC_CPU_c1 (1ULL << 11)
802 struct msr_counter *mp; in print_header() local
845 for (mp = sys.tp; mp; mp = mp->next) { in print_header()
847 if (mp->format == FORMAT_RAW) { in print_header()
848 if (mp->width == 64) in print_header()
849 outp += sprintf(outp, "%s%18.18s", (printed++ ? delim : ""), mp->name); in print_header()
851 outp += sprintf(outp, "%s%10.10s", (printed++ ? delim : ""), mp->name); in print_header()
853 if ((mp->type == COUNTER_ITEMS) && sums_need_wide_columns) in print_header()
854 outp += sprintf(outp, "%s%8s", (printed++ ? delim : ""), mp->name); in print_header()
[all …]
/Linux-v5.15/drivers/gpu/drm/arm/
Dmalidp_planes.c35 #define LAYER_V_FLIP (1 << 11)
72 struct malidp_plane *mp = to_malidp_plane(plane); in malidp_de_plane_destroy() local
75 kfree(mp); in malidp_de_plane_destroy()
270 static int malidp_se_check_scaling(struct malidp_plane *mp, in malidp_se_check_scaling() argument
299 mc->scaled_planes_mask &= ~(mp->layer->id); in malidp_se_check_scaling()
303 if (mp->layer->id & (DE_SMART | DE_GRAPHICS2)) in malidp_se_check_scaling()
306 mc->scaled_planes_mask |= mp->layer->id; in malidp_se_check_scaling()
311 static u32 malidp_get_pgsize_bitmap(struct malidp_plane *mp) in malidp_get_pgsize_bitmap() argument
317 iommu_get_domain_for_dev(mp->base.dev->dev); in malidp_get_pgsize_bitmap()
492 static void malidp_de_prefetch_settings(struct malidp_plane *mp, in malidp_de_prefetch_settings() argument
[all …]
/Linux-v5.15/drivers/parisc/
Diosapic_private.h23 ** MP Specification Draft 1.5. There is one interrupt routing
46 ** 11 = Active low
51 ** 11 = Level-triggered
72 ** MP Specification Draft 1.5)
/Linux-v5.15/drivers/media/test-drivers/vivid/
Dvivid-vid-out.c321 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_g_fmt_vid_out() local
325 mp->width = dev->fmt_out_rect.width; in vivid_g_fmt_vid_out()
326 mp->height = dev->fmt_out_rect.height; in vivid_g_fmt_vid_out()
327 mp->field = dev->field_out; in vivid_g_fmt_vid_out()
328 mp->pixelformat = fmt->fourcc; in vivid_g_fmt_vid_out()
329 mp->colorspace = dev->colorspace_out; in vivid_g_fmt_vid_out()
330 mp->xfer_func = dev->xfer_func_out; in vivid_g_fmt_vid_out()
331 mp->ycbcr_enc = dev->ycbcr_enc_out; in vivid_g_fmt_vid_out()
332 mp->quantization = dev->quantization_out; in vivid_g_fmt_vid_out()
333 mp->num_planes = fmt->buffers; in vivid_g_fmt_vid_out()
[all …]
Dvivid-vid-cap.c527 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; in vivid_g_fmt_vid_cap() local
530 mp->width = dev->fmt_cap_rect.width; in vivid_g_fmt_vid_cap()
531 mp->height = dev->fmt_cap_rect.height; in vivid_g_fmt_vid_cap()
532 mp->field = dev->field_cap; in vivid_g_fmt_vid_cap()
533 mp->pixelformat = dev->fmt_cap->fourcc; in vivid_g_fmt_vid_cap()
534 mp->colorspace = vivid_colorspace_cap(dev); in vivid_g_fmt_vid_cap()
535 mp->xfer_func = vivid_xfer_func_cap(dev); in vivid_g_fmt_vid_cap()
537 mp->hsv_enc = vivid_hsv_enc_cap(dev); in vivid_g_fmt_vid_cap()
539 mp->ycbcr_enc = vivid_ycbcr_enc_cap(dev); in vivid_g_fmt_vid_cap()
540 mp->quantization = vivid_quantization_cap(dev); in vivid_g_fmt_vid_cap()
[all …]
/Linux-v5.15/drivers/net/ethernet/marvell/
Dmv643xx_eth.c255 #define TX_IHL_SHIFT 11
418 static inline u32 rdl(struct mv643xx_eth_private *mp, int offset) in rdl() argument
420 return readl(mp->shared->base + offset); in rdl()
423 static inline u32 rdlp(struct mv643xx_eth_private *mp, int offset) in rdlp() argument
425 return readl(mp->base + offset); in rdlp()
428 static inline void wrl(struct mv643xx_eth_private *mp, int offset, u32 data) in wrl() argument
430 writel(data, mp->shared->base + offset); in wrl()
433 static inline void wrlp(struct mv643xx_eth_private *mp, int offset, u32 data) in wrlp() argument
435 writel(data, mp->base + offset); in wrlp()
452 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_enable() local
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/watchdog/
Darm,twd-wdt.yaml13 ARM 11MP, Cortex-A5 and Cortex-A9 are often associated with a per-core
/Linux-v5.15/arch/arm/boot/dts/
Darm-realview-eb-11mp-bbrevd.dts23 #include "arm-realview-eb-11mp.dts"
Darm-realview-eb-11mp-bbrevd-ctrevb.dts23 #include "arm-realview-eb-11mp-ctrevb.dts"
/Linux-v5.15/drivers/net/wireless/zydas/zd1211rw/
Dzd_rf_al2230.c27 RF_CHANNEL(11) = { 0x03e7b0, 0x033331, 0x00000d, },
44 RF_CHANNEL(11) = { 0x0de7c0, 0x8cccc0, 0xb00000, },
273 0x6da010, /* Reg6 update for MP versio */ in zd1211b_al2230_init_hw()
277 0x5ddb00, /* RegA update for MP version */ in zd1211b_al2230_init_hw()
278 0xd99000, /* RegB update for MP version */ in zd1211b_al2230_init_hw()
279 0x3ffbd0, /* RegC update for MP version */ in zd1211b_al2230_init_hw()
280 0xb00000, /* RegD update for MP version */ in zd1211b_al2230_init_hw()
/Linux-v5.15/drivers/hid/
Dhid-wiimote-core.c471 /* initialize MP */ in wiimote_cmd_init_mp()
491 /* map MP with correct pass-through mode */ in wiimote_cmd_map_mp()
770 wdata->state.mp = mode; in wiimote_mp_load()
779 if (wdata->state.mp < 2) in wiimote_mp_unload()
785 wdata->state.mp = 0; in wiimote_mp_unload()
895 /* schedule MP timer */ in wiimote_init_detect()
904 * MP hotplug events are not generated by the wiimote. Therefore, we need
905 * polling to detect it. We use a 4s interval for polling MP registers. This
911 bool mp; in wiimote_init_poll_mp() local
916 mp = wiimote_cmd_read_mp(wdata, mpdata); in wiimote_init_poll_mp()
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/timer/
Darm,twd-timer.yaml13 ARM 11MP, Cortex-A5 and Cortex-A9 are often associated with a per-core

123456