/linux-6.3-rc2/drivers/thunderbolt/ |
A D | path.c | 54 if (!hop.enable) in tb_path_find_dst_port() 58 hopid = hop.next_hop; in tb_path_find_dst_port() 141 if (!hop.enable) in tb_path_discover() 148 h = hop.next_hop; in tb_path_discover() 366 if (hop->in_port) in tb_path_free() 405 if (!hop.enable) in __tb_path_deactivate_hop() 408 hop.enable = 0; in __tb_path_deactivate_hop() 538 hop.unknown1 = 0; in tb_path_activate() 539 hop.enable = 1; in tb_path_activate() 546 hop.unknown2 = 0; in tb_path_activate() [all …]
|
A D | nhi.c | 503 if (ring->hop > 0 && ring->hop < start_hop) { in nhi_alloc_hop() 508 if (ring->hop < 0 || ring->hop >= nhi->hop_count) { in nhi_alloc_hop() 515 ring->hop); in nhi_alloc_hop() 520 ring->hop); in nhi_alloc_hop() 557 ring->hop = hop; in tb_ring_alloc() 684 u32 hop; in tb_ring_start() local 798 ring->hop); in tb_ring_free() 870 int hop = -1; in nhi_interrupt_work() local 887 hop = 0; in nhi_interrupt_work() 895 hop); in nhi_interrupt_work() [all …]
|
A D | tunnel.c | 194 struct tb_path_hop *hop; in tb_pci_init_path() local 1066 hop->initial_credits = 1; in tb_dp_init_aux_credits() 1071 struct tb_path_hop *hop; in tb_dp_init_aux_path() local 1115 struct tb_path_hop *hop; in tb_dp_init_video_path() local 1344 struct tb_path_hop *hop; in tb_dma_init_rx_path() local 1360 hop = &path->hops[0]; in tb_dma_init_rx_path() 1362 hop->initial_credits = tmp; in tb_dma_init_rx_path() 1379 struct tb_path_hop *hop; in tb_dma_init_tx_path() local 1414 struct tb_path_hop *hop; in tb_dma_deinit_path() local 1715 struct tb_path_hop *hop; in tb_usb3_init_path() local [all …]
|
A D | dma_test.c | 158 e2e_tx_hop = ring->hop; in dma_test_start_rings() 195 dt->tx_ring ? dt->tx_ring->hop : 0, in dma_test_start_rings() 197 dt->rx_ring ? dt->rx_ring->hop : 0); in dma_test_start_rings() 221 dt->tx_ring ? dt->tx_ring->hop : 0, in dma_test_stop_rings() 223 dt->rx_ring ? dt->rx_ring->hop : 0); in dma_test_stop_rings()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/protocols/ |
A D | link_dp_training_dpia.c | 237 uint32_t hop) in dpcd_set_lt_pattern() argument 257 hop, in dpcd_set_lt_pattern() 291 uint32_t hop) in dpia_training_cr_non_transparent() argument 397 hop); in dpia_training_cr_non_transparent() 441 hop, in dpia_training_cr_non_transparent() 564 uint32_t hop) in dpia_training_cr_phase() argument 580 uint32_t hop) in dpia_get_eq_aux_rd_interval() argument 709 hop); in dpia_training_eq_non_transparent() 741 hop, in dpia_training_eq_non_transparent() 864 uint32_t hop) in dpcd_clear_lt_pattern() argument [all …]
|
/linux-6.3-rc2/Documentation/networking/ |
A D | nexthop-group-resilient.rst | 4 Resilient Next-hop Groups 16 hashes to each next hop in the group, and then selects the next hop by 28 Before and after deletion of next hop 3 31 Note how next hop 2 gave up part of the hash space in favor of next hop 1, 66 Before and after deletion of next hop 3 74 the next-hop group change. 100 1) that have no assigned next hop, or 101 2) whose next hop has been removed, or 102 3) that are idle and their next hop is overweight, 129 next hop groups in the following three ways: [all …]
|
/linux-6.3-rc2/net/ipv6/ |
A D | calipso.c | 854 offset = sizeof(*hop); in calipso_opt_find() 884 *start = sizeof(*hop); in calipso_opt_find() 916 if (hop) { in calipso_opt_insert() 923 start = sizeof(*hop); in calipso_opt_insert() 932 if (start > sizeof(*hop)) in calipso_opt_insert() 933 memcpy(new, hop, start); in calipso_opt_insert() 993 memcpy(*new, hop, start); in calipso_opt_del() 1075 struct ipv6_opt_hdr *hop; in calipso_sock_getattr() local 1083 hop = txopts->hopopt; in calipso_sock_getattr() 1086 offset = sizeof(*hop); in calipso_sock_getattr() [all …]
|
/linux-6.3-rc2/sound/synth/emux/ |
A D | emux_oss.c | 27 void *private, int atomic, int hop); 30 int cmd, unsigned char *event, int atomic, int hop); 32 int cmd, unsigned char *event, int atomic, int hop); 34 int ch, int param, int val, int atomic, int hop); 288 int atomic, int hop) in snd_emux_event_oss_input() argument 301 return snd_emux_event_input(ev, direct, private_data, atomic, hop); in snd_emux_event_oss_input() 309 emuspec_control(emu, p, cmd, data, atomic, hop); in snd_emux_event_oss_input() 311 gusspec_control(emu, p, cmd, data, atomic, hop); in snd_emux_event_oss_input() 321 unsigned char *event, int atomic, int hop) in emuspec_control() argument 416 unsigned char *event, int atomic, int hop) in gusspec_control() argument [all …]
|
/linux-6.3-rc2/sound/core/seq/ |
A D | seq_queue.c | 268 snd_seq_dispatch_event(cell, atomic, hop); in snd_seq_check_queue() 279 snd_seq_dispatch_event(cell, atomic, hop); in snd_seq_check_queue() 344 snd_seq_check_queue(q, atomic, hop); in snd_seq_enqueue_event() 630 int atomic, int hop) in queue_broadcast_event() argument 654 int atomic, int hop) in snd_seq_queue_process_event() argument 661 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event() 666 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event() 671 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event() 676 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event() 681 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event() [all …]
|
A D | seq_queue.h | 66 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop); 81 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop); 93 int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop);
|
A D | seq_clientmgr.c | 640 atomic, hop); in snd_seq_deliver_single_event() 664 int atomic, int hop) in deliver_to_subscribers() argument 694 0, atomic, hop); in deliver_to_subscribers() 721 int atomic, int hop) in port_broadcast_event() argument 737 atomic, hop); in port_broadcast_event() 777 atomic, hop); in broadcast_event() 793 int atomic, int hop) in multicast_event() argument 810 int atomic, int hop) in snd_seq_deliver_event() argument 814 hop++; in snd_seq_deliver_event() 929 int atomic, int hop, in snd_seq_client_enqueue_event() argument [all …]
|
A D | seq_system.c | 101 …t event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic, int hop) in event_input_timer() argument 103 return snd_seq_control_queue(ev, atomic, hop); in event_input_timer()
|
A D | seq_dummy.c | 75 int atomic, int hop) in dummy_input() argument 90 return snd_seq_kernel_client_dispatch(p->client, &tmpev, atomic, hop); in dummy_input()
|
A D | seq_clientmgr.h | 79 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop);
|
/linux-6.3-rc2/drivers/gpu/drm/ttm/ |
A D | ttm_bo.c | 117 struct ttm_place *hop) in ttm_bo_handle_move_mem() argument 152 ret = bdev->funcs->move(bo, evict, ctx, mem, hop); in ttm_bo_handle_move_mem() 402 struct ttm_place *hop) in ttm_bo_bounce_temp_buffer() argument 430 struct ttm_place hop; in ttm_bo_evict() local 433 memset(&hop, 0, sizeof(hop)); in ttm_bo_evict() 466 ret = ttm_bo_bounce_temp_buffer(bo, &evict_mem, ctx, &hop); in ttm_bo_evict() 836 struct ttm_place hop; in ttm_bo_move_buffer() local 854 ret = ttm_bo_handle_move_mem(bo, mem, false, ctx, &hop); in ttm_bo_move_buffer() 856 ret = ttm_bo_bounce_temp_buffer(bo, &mem, ctx, &hop); in ttm_bo_move_buffer() 1163 struct ttm_place hop; in ttm_bo_swapout() local [all …]
|
/linux-6.3-rc2/kernel/rcu/ |
A D | tasks.h | 17 typedef void (*pregp_func_t)(struct list_head *hop); 19 typedef void (*postscan_func_t)(struct list_head *hop); 801 static void rcu_tasks_pregp_step(struct list_head *hop) in rcu_tasks_pregp_step() argument 826 list_add(&t->rcu_tasks_holdout_list, hop); in rcu_tasks_pertask() 831 static void rcu_tasks_postscan(struct list_head *hop) in rcu_tasks_postscan() argument 886 static void check_all_holdout_tasks(struct list_head *hop, in check_all_holdout_tasks() argument 1503 trc_wait_for_one_reader(t, hop); in rcu_tasks_trace_pertask() 1530 trc_add_holdout(t, hop); in rcu_tasks_trace_pregp_step() 1548 rcu_tasks_trace_pertask(t, hop); in rcu_tasks_trace_pregp_step() 1643 list_for_each_entry_safe(t, g, hop, trc_holdout_list) { in check_all_holdout_tasks_trace() [all …]
|
/linux-6.3-rc2/drivers/accel/habanalabs/common/mmu/ |
A D | mmu_v2_hr.c | 192 int hop; in hl_mmu_v2_get_last_hop() local 194 for (hop = (mmu_prop->num_hops - 1); hop; hop--) { in hl_mmu_v2_get_last_hop() 195 if (mmu_prop->hop_shifts[hop] == 0) in hl_mmu_v2_get_last_hop() 198 if (page_size <= (1 << mmu_prop->hop_shifts[hop])) in hl_mmu_v2_get_last_hop() 202 return hop; in hl_mmu_v2_get_last_hop()
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/ |
A D | devlink_trap_control.sh | 280 -t ip hop=1,next=0,payload=$(mld_payload_get 130) -p 100 -q 288 -t ip hop=1,next=0,payload=$(mld_payload_get 131) -p 100 -q 296 -t ip hop=1,next=0,payload=$(mld_payload_get 143) -p 100 -q 304 -t ip hop=1,next=0,payload=$(mld_payload_get 132) -p 100 -q 360 -t ip hop=1,next=58,payload=$(icmpv6_header_get 135) -p 100 -q 368 -t ip hop=1,next=58,payload=$(icmpv6_header_get 136) -p 100 -q 608 -t ip hop=1,next=58,payload=$(icmpv6_header_get 133) -p 100 -q 617 -t ip hop=1,next=58,payload=$(icmpv6_header_get 134) -p 100 -q 626 -t ip hop=1,next=58,payload=$(icmpv6_header_get 137) -p 100 -q
|
/linux-6.3-rc2/include/sound/ |
A D | seq_kernel.h | 51 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop); 63 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop);
|
/linux-6.3-rc2/sound/core/seq/oss/ |
A D | seq_oss_device.h | 136 snd_seq_oss_dispatch(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int atomic, int hop) in snd_seq_oss_dispatch() argument 138 return snd_seq_kernel_client_dispatch(dp->cseq, ev, atomic, hop); in snd_seq_oss_dispatch()
|
A D | seq_oss_event.h | 96 …seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop);
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_ttm_move.h | 36 struct ttm_place *hop);
|
/linux-6.3-rc2/include/linux/ |
A D | thunderbolt.h | 522 int hop; member 593 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size, 595 struct tb_ring *tb_ring_alloc_rx(struct tb_nhi *nhi, int hop, int size,
|
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | radeon_ttm.c | 197 struct ttm_place *hop) in radeon_bo_move() argument 243 hop->fpfn = 0; in radeon_bo_move() 244 hop->lpfn = 0; in radeon_bo_move() 245 hop->mem_type = TTM_PL_TT; in radeon_bo_move() 246 hop->flags = 0; in radeon_bo_move()
|
/linux-6.3-rc2/tools/testing/radix-tree/ |
A D | test.c | 118 int chunk, int hop) in item_gang_check_present() argument 136 into += hop; in item_gang_check_present()
|