Home
last modified time | relevance | path

Searched refs:swp (Results 1 – 24 of 24) sorted by relevance

/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_headroom.sh22 swp=$NETIF_NO_CABLE
33 dcb -j buffer show dev $swp |
41 dcb -j pfc show dev $swp |
49 dcb -j ets show dev $swp |
57 dcb -j buffer show dev $swp | jq ".buffer_size[$idx]"
62 dcb -j buffer show dev $swp | jq '.total_size'
124 dcb ets set dev $swp prio-tc 0:0 1:2 2:4 3:6 4:1 5:3 6:5 7:7
130 dcb ets set dev $swp prio-tc all:0
135 dcb buffer set dev $swp prio-buffer 0:1 1:3 2:5 3:7 4:0 5:2 6:4 7:6 2>/dev/null
150 mtu_set $swp 3000
[all …]
H A Dhw_stats_l3.sh12 swp=$NETIF_NO_CABLE
21 hw_stats_monitor_test $swp l3 \
22 "ip addr add dev $swp 192.0.2.1/28" \
23 "ip addr del dev $swp 192.0.2.1/28"
/linux/drivers/soc/fsl/dpio/
H A Ddpio-service.c24 struct qbman_swp *swp; member
48 struct qbman_swp *swp; /* portal used to issue VDQCR */ member
160 obj->swp = qbman_swp_init(&obj->swp_desc); in dpaa2_io_create()
162 if (!obj->swp) { in dpaa2_io_create()
174 qbman_swp_interrupt_set_trigger(obj->swp, in dpaa2_io_create()
176 qbman_swp_interrupt_clear_status(obj->swp, 0xffffffff); in dpaa2_io_create()
178 qbman_swp_push_set(obj->swp, 0, 1); in dpaa2_io_create()
230 struct qbman_swp *swp; in dpaa2_io_irq() local
235 swp = obj->swp; in dpaa2_io_irq()
236 status = qbman_swp_interrupt_read_status(swp); in dpaa2_io_irq()
[all …]
H A Dqbman-portal.h539 static inline void *qbman_swp_mc_complete(struct qbman_swp *swp, void *cmd, in qbman_swp_mc_complete() argument
544 qbman_swp_mc_submit(swp, cmd, cmd_verb); in qbman_swp_mc_complete()
547 cmd = qbman_swp_mc_result(swp); in qbman_swp_mc_complete()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_random.c58 size_t swp; in i915_prandom_shuffle() local
60 swp = i915_prandom_u32_max_state(count + 1, state); in i915_prandom_shuffle()
61 if (swp == count) in i915_prandom_shuffle()
65 memcpy(arr + count * elsz, arr + swp * elsz, elsz); in i915_prandom_shuffle()
66 memcpy(arr + swp * elsz, stack, elsz); in i915_prandom_shuffle()
/linux/Documentation/core-api/
H A Dmin_heap.rst73 void (*swp)(void *lhs, void *rhs, void *args);
77 - **swp** is a function for swapping elements in the heap. If swp is set to
132 `less` and `swp` functions.
133 - **args**: Optional arguments passed to the `less` and `swp` functions.
149 `less` and `swp` functions.
150 - **args**: Optional arguments passed to the `less` and `swp` functions.
170 `less` and `swp` functions.
171 - **args**: Optional arguments passed to the `less` and `swp` functions.
186 `less` and `swp` functions.
187 - **args**: Optional arguments passed to the `less` and `swp` functions.
[all …]
/linux/drivers/net/dsa/microchip/
H A Dksz_common.h999 #define KSZ_SPI_OP_FLAG_MASK(opcode, swp, regbits, regpad) \ argument
1000 swab##swp((opcode) << ((regbits) + (regpad)))
1002 #define KSZ_REGMAP_ENTRY(width, swp, regbits, regpad, regalign) \ argument
1012 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_RD, swp, \
1015 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_WR, swp, \
1023 #define KSZ_REGMAP_TABLE(ksz, swp, regbits, regpad, regalign) \ argument
1025 [KSZ_REGMAP_8] = KSZ_REGMAP_ENTRY(8, swp, (regbits), (regpad), (regalign)), \
1026 [KSZ_REGMAP_16] = KSZ_REGMAP_ENTRY(16, swp, (regbits), (regpad), (regalign)), \
1027 [KSZ_REGMAP_32] = KSZ_REGMAP_ENTRY(32, swp, (regbits), (regpad), (regalign)), \
/linux/tools/testing/selftests/rcutorture/
H A D.gitignore5 *.swp
/linux/drivers/mtd/spi-nor/
H A DMakefile3 spi-nor-objs := core.o sfdp.o swp.o otp.o sysfs.o
/linux/Documentation/translations/zh_CN/arch/arm64/
H A Dlegacy_instructions.txt57 节点: /proc/sys/abi/swp
/linux/Documentation/translations/zh_TW/arch/arm64/
H A Dlegacy_instructions.txt61 節點: /proc/sys/abi/swp
/linux/Documentation/arch/arm64/
H A Dlegacy_instructions.rst49 :Node: /proc/sys/abi/swp
/linux/include/linux/
H A Dswapops.h57 * free bits in arch specific swp offset. By default we'll ignore A/D bits
275 static inline int is_hwpoison_entry(swp_entry_t swp) in is_hwpoison_entry() argument
/linux/arch/mips/include/asm/
H A Dasm.h221 #define LONG_SP swp
/linux/tools/testing/selftests/net/forwarding/
H A DREADME98 ./some_test.sh swp{1..8}
H A Dbridge_mdb.sh677 bridge meb add dev br0 port $swp grp 00:01:02:03:04:05 \
681 bridge mdb add dev br0 port $swp grp $grp src 00:01:02:03:04:05 \
/linux/arch/arm/mm/
H A Dalignment.c871 goto swp; in do_alignment()
956 swp: in do_alignment()
/linux/arch/arm64/include/asm/
H A Dinsn.h360 __AARCH64_INSN_FUNCS(swp, 0x3F20FC00, 0x38208000)
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_offload.c42 MLX5_CAP_ETH(mdev, insert_trailer) && MLX5_CAP_ETH(mdev, swp)) in mlx5_ipsec_device_caps()
H A Dpsp.c1069 if (!MLX5_CAP_ETH(mdev, swp)) { in mlx5e_psp_init()
/linux/Documentation/admin-guide/cgroup-v1/
H A Dmemcg_test.rst125 - A swp page is read. (move a charge from swap_cgroup to page_cgroup)
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c3685 int swp; in virtual_engine_initial_hint() local
3700 swp = get_random_u32_below(ve->num_siblings); in virtual_engine_initial_hint()
3701 if (swp) in virtual_engine_initial_hint()
3702 swap(ve->siblings[swp], ve->siblings[0]); in virtual_engine_initial_hint()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h1193 return MLX5_CAP_ETH(mdev, swp) && in mlx5_tx_swp_supported()
/linux/kernel/events/
H A Dcore.c3983 .swp = NULL,