/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_headroom.sh | 22 swp=$NETIF_NO_CABLE 41 dcb -j pfc show dev $swp | 49 dcb -j ets show dev $swp | 150 mtu_set $swp 3000 152 mtu_restore $swp 154 mtu_set $swp 6000 156 mtu_restore $swp 282 mtu_set $swp 6000 284 mtu_restore $swp 334 mtu_set $swp 3000 [all …]
|
H A D | hw_stats_l3.sh | 12 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"
|
/openbmc/linux/drivers/soc/fsl/dpio/ |
H A D | dpio-service.c | 24 struct qbman_swp *swp; member 162 if (!obj->swp) { in dpaa2_io_create() 235 swp = obj->swp; in dpaa2_io_irq() 409 s->swp = d->swp; in dpaa2_io_service_pull_fq() 412 s->swp = NULL; in dpaa2_io_service_pull_fq() 441 s->swp = d->swp; in dpaa2_io_service_pull_channel() 444 s->swp = NULL; in dpaa2_io_service_pull_channel() 777 swp = d->swp; in dpaa2_io_query_fq_count() 810 swp = d->swp; in dpaa2_io_query_bp_count() 830 struct qbman_swp *swp = d->swp; in dpaa2_io_set_irq_coalescing() local [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_random.c | 58 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()
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 256 #define __swp_type(swp) (((swp).val >> 26) & 0x1f) argument 257 #define __swp_offset(swp) ((swp).val & 0xfffff) argument 260 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
|
/openbmc/u-boot/drivers/net/fsl-mc/dpio/ |
H A D | qbman_portal.h | 93 static inline void *qbman_swp_mc_complete(struct qbman_swp *swp, void *cmd, in qbman_swp_mc_complete() argument 98 qbman_swp_mc_submit(swp, cmd, cmd_verb); in qbman_swp_mc_complete() 102 cmd = qbman_swp_mc_result(swp); in qbman_swp_mc_complete()
|
/openbmc/linux/include/linux/ |
H A D | min_heap.h | 30 void (*swp)(void *lhs, void *rhs); member 58 func->swp(smallest, parent); in min_heapify() 130 func->swp(parent, child); in min_heap_push()
|
H A D | swap.h | 541 static inline int add_swap_count_continuation(swp_entry_t swp, gfp_t gfp_mask) in add_swap_count_continuation() argument 546 static inline void swap_shmem_alloc(swp_entry_t swp) in swap_shmem_alloc() argument 550 static inline int swap_duplicate(swp_entry_t swp) in swap_duplicate() argument 555 static inline int swapcache_prepare(swp_entry_t swp) in swapcache_prepare() argument 560 static inline void swap_free(swp_entry_t swp) in swap_free() argument 564 static inline void put_swap_folio(struct folio *folio, swp_entry_t swp) in put_swap_folio() argument
|
/openbmc/linux/mm/ |
H A D | debug_vm_pgtable.c | 840 swp_entry_t swp; in pte_swap_tests() local 845 swp = __pte_to_swp_entry(pte); in pte_swap_tests() 846 pte = __swp_entry_to_pte(swp); in pte_swap_tests() 853 swp_entry_t swp; in pmd_swap_tests() local 861 swp = __pmd_to_swp_entry(pmd); in pmd_swap_tests() 862 pmd = __swp_entry_to_pmd(swp); in pmd_swap_tests() 872 swp_entry_t swp; in swap_migration_tests() local 896 WARN_ON(!is_migration_entry(swp)); in swap_migration_tests() 899 swp = make_readable_migration_entry(swp_offset(swp)); in swap_migration_tests() 900 WARN_ON(!is_migration_entry(swp)); in swap_migration_tests() [all …]
|
H A D | swap_state.c | 387 swp_entry_t swp; in filemap_get_incore_folio() local 398 swp = radix_to_swp_entry(folio); in filemap_get_incore_folio() 400 if (non_swap_entry(swp)) in filemap_get_incore_folio() 403 si = get_swap_device(swp); in filemap_get_incore_folio() 406 index = swp_offset(swp); in filemap_get_incore_folio() 407 folio = filemap_get_folio(swap_address_space(swp), index); in filemap_get_incore_folio()
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz_common.h | 725 #define KSZ_SPI_OP_FLAG_MASK(opcode, swp, regbits, regpad) \ argument 726 swab##swp((opcode) << ((regbits) + (regpad))) 728 #define KSZ_REGMAP_ENTRY(width, swp, regbits, regpad, regalign) \ argument 738 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_RD, swp, \ 741 KSZ_SPI_OP_FLAG_MASK(KSZ_SPI_OP_WR, swp, \ 749 #define KSZ_REGMAP_TABLE(ksz, swp, regbits, regpad, regalign) \ argument 751 [KSZ_REGMAP_8] = KSZ_REGMAP_ENTRY(8, swp, (regbits), (regpad), (regalign)), \ 752 [KSZ_REGMAP_16] = KSZ_REGMAP_ENTRY(16, swp, (regbits), (regpad), (regalign)), \ 753 [KSZ_REGMAP_32] = KSZ_REGMAP_ENTRY(32, swp, (regbits), (regpad), (regalign)), \
|
/openbmc/linux/lib/ |
H A D | test_min_heap.c | 74 .swp = swap_ints, in test_heapify_all() 107 .swp = swap_ints, in test_heap_push() 140 .swp = swap_ints, in test_heap_pop_push()
|
/openbmc/u-boot/drivers/net/ldpaa_eth/ |
H A D | ldpaa_eth.c | 220 struct qbman_swp *swp = dflt_dpio->sw_portal; in ldpaa_eth_rx() local 256 err = qbman_swp_release(swp, &releasedesc, &fd_addr, 1); in ldpaa_eth_rx() 274 struct qbman_swp *swp = dflt_dpio->sw_portal; in ldpaa_eth_pull_dequeue_rx() local 281 err = qbman_swp_pull(swp, &pulldesc); in ldpaa_eth_pull_dequeue_rx() 290 dq = qbman_swp_dqrr_next(swp); in ldpaa_eth_pull_dequeue_rx() 304 qbman_swp_dqrr_consume(swp, dq); in ldpaa_eth_pull_dequeue_rx() 312 qbman_swp_dqrr_consume(swp, dq); in ldpaa_eth_pull_dequeue_rx() 332 struct qbman_swp *swp = dflt_dpio->sw_portal; in ldpaa_eth_tx() local 374 err = qbman_swp_enqueue(swp, &ed, in ldpaa_eth_tx() 393 err = qbman_swp_release(swp, &releasedesc, &buffer_start, 1); in ldpaa_eth_tx()
|
/openbmc/linux/fs/nilfs2/ |
H A D | the_nilfs.c | 601 int valid[2], swp = 0; in nilfs_load_super_block() local 633 swp = valid[1] && (!valid[0] || in nilfs_load_super_block() 637 if (valid[swp] && nilfs_sb2_bad_offset(sbp[swp], sb2off)) { in nilfs_load_super_block() 642 swp = 0; in nilfs_load_super_block() 644 if (!valid[swp]) { in nilfs_load_super_block() 650 if (!valid[!swp]) in nilfs_load_super_block() 654 if (swp) in nilfs_load_super_block() 659 nilfs->ns_prot_seq = le64_to_cpu(sbp[valid[1] & !swp]->s_last_seq); in nilfs_load_super_block()
|
/openbmc/phosphor-event/ |
H A D | .gitignore | 2 *.swp
|
/openbmc/openbmc/meta-security/ |
H A D | .gitignore | 4 *.swp
|
/openbmc/openbmc/meta-openembedded/ |
H A D | .gitignore | 4 *.swp
|
/openbmc/linux/tools/testing/selftests/rcutorture/ |
H A D | .gitignore | 5 *.swp
|
/openbmc/openbmc/meta-raspberrypi/ |
H A D | .gitignore | 3 .*.swp
|
/openbmc/skeleton/ |
H A D | .gitignore | 9 *.swp
|
/openbmc/phosphor-webui/ |
H A D | .gitignore | 6 *.swp
|
/openbmc/qemu/ |
H A D | .gitignore | 20 *.swp
|
/openbmc/libmctp/ |
H A D | .gitignore | 31 *.swp
|
/openbmc/ibm-logging/ |
H A D | .gitignore | 39 .*.swp
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | ydirectenv.h | 53 #define sort(base, n, sz, cmp_fn, swp) yaffs_qsort(base, n, sz, cmp_fn) argument
|