/Linux-v6.1/drivers/thunderbolt/ |
D | path.c | 16 static void tb_dump_hop(const struct tb_path_hop *hop, const struct tb_regs_hop *regs) in tb_dump_hop() argument 18 const struct tb_port *port = hop->in_port; in tb_dump_hop() 21 hop->in_hop_index, regs->out_port, regs->next_hop); in tb_dump_hop() 38 struct tb_regs_hop hop; in tb_path_find_dst_port() local 48 ret = tb_port_read(port, &hop, TB_CFG_HOPS, 2 * hopid, 2); in tb_path_find_dst_port() 54 if (!hop.enable) in tb_path_find_dst_port() 57 out_port = &sw->ports[hop.out_port]; in tb_path_find_dst_port() 58 hopid = hop.next_hop; in tb_path_find_dst_port() 107 struct tb_regs_hop hop; in tb_path_discover() local 134 ret = tb_port_read(p, &hop, TB_CFG_HOPS, 2 * h, 2); in tb_path_discover() [all …]
|
D | nhi.c | 51 int bit = ring->hop; in ring_interrupt_index() 76 index = ring->hop; in ring_interrupt_active() 78 index = ring->hop + ring->nhi->hop_count; in ring_interrupt_active() 116 RING_TYPE(ring), ring->hop, in ring_interrupt_active() 144 io += ring->hop * 16; in ring_desc_base() 152 io += ring->hop * 32; in ring_options_base() 481 if (ring->hop < 0) { in nhi_alloc_hop() 491 ring->hop = i; in nhi_alloc_hop() 496 ring->hop = i; in nhi_alloc_hop() 503 if (ring->hop > 0 && ring->hop < start_hop) { in nhi_alloc_hop() [all …]
|
D | tunnel.c | 159 static int tb_pci_init_credits(struct tb_path_hop *hop) in tb_pci_init_credits() argument 161 struct tb_port *port = hop->in_port; in tb_pci_init_credits() 182 hop->initial_credits = credits; in tb_pci_init_credits() 188 struct tb_path_hop *hop; in tb_pci_init_path() local 198 tb_path_for_each_hop(path, hop) { in tb_pci_init_path() 201 ret = tb_pci_init_credits(hop); in tb_pci_init_path() 698 static void tb_dp_init_aux_credits(struct tb_path_hop *hop) in tb_dp_init_aux_credits() argument 700 struct tb_port *port = hop->in_port; in tb_dp_init_aux_credits() 704 hop->initial_credits = sw->min_dp_aux_credits; in tb_dp_init_aux_credits() 706 hop->initial_credits = 1; in tb_dp_init_aux_credits() [all …]
|
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-v6.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_dpia.c | 240 uint32_t hop) in dpcd_set_lt_pattern() argument 246 if (hop != DPRX) in dpcd_set_lt_pattern() 248 ((DP_REPEATER_CONFIGURATION_AND_STATUS_SIZE) * (hop - 1)); in dpcd_set_lt_pattern() 257 if (hop != DPRX) { in dpcd_set_lt_pattern() 260 hop, in dpcd_set_lt_pattern() 293 uint32_t hop) in dpia_training_cr_non_transparent() argument 321 if (hop == repeater_cnt) { in dpia_training_cr_non_transparent() 350 status = dpcd_set_lt_pattern(link, lt_settings->pattern_for_cr, hop); in dpia_training_cr_non_transparent() 360 if (hop == repeater_cnt - 1) { in dpia_training_cr_non_transparent() 372 status = dpcd_set_lane_settings(link, lt_settings, hop); in dpia_training_cr_non_transparent() [all …]
|
/Linux-v6.1/Documentation/networking/ |
D | nexthop-group-resilient.rst | 4 Resilient Next-hop Groups 7 Resilient groups are a type of next-hop group that is aimed at minimizing 12 the legacy multipath next-hop group, which uses the hash-threshold 15 To select a next hop, hash-threshold algorithm first assigns a range of 16 hashes to each next hop in the group, and then selects the next hop by 17 comparing the SKB hash with the individual ranges. When a next hop is 19 reassignment of parts of hash space from one next hop to another. RFC 2992 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, 33 previous and the new distribution, some traffic flows change the next hop [all …]
|
/Linux-v6.1/net/ipv6/ |
D | calipso.c | 780 static int calipso_opt_update(struct sock *sk, struct ipv6_opt_hdr *hop) in calipso_opt_update() argument 784 txopts = ipv6_renew_options(sk, old, IPV6_HOPOPTS, hop); in calipso_opt_update() 846 static int calipso_opt_find(struct ipv6_opt_hdr *hop, unsigned int *start, in calipso_opt_find() argument 851 unsigned char *opt = (unsigned char *)hop; in calipso_opt_find() 853 opt_len = ipv6_optlen(hop); in calipso_opt_find() 854 offset = sizeof(*hop); in calipso_opt_find() 857 tlv_len = calipso_tlv_len(hop, offset); in calipso_opt_find() 882 *start = offset_s + calipso_tlv_len(hop, offset_s); in calipso_opt_find() 884 *start = sizeof(*hop); in calipso_opt_find() 886 *end = offset_e + calipso_tlv_len(hop, offset_e); in calipso_opt_find() [all …]
|
/Linux-v6.1/sound/synth/emux/ |
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 361 fake_event(emu, port, voice, MIDI_CTL_ALL_NOTES_OFF, 0, atomic, hop); in emuspec_control() [all …]
|
/Linux-v6.1/sound/core/seq/ |
D | seq_queue.c | 240 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) in snd_seq_check_queue() argument 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() 300 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop) in snd_seq_enqueue_event() argument 344 snd_seq_check_queue(q, atomic, hop); in snd_seq_enqueue_event() 630 int atomic, int hop) in queue_broadcast_event() argument 645 snd_seq_kernel_client_dispatch(SNDRV_SEQ_CLIENT_SYSTEM, &sev, atomic, hop); in queue_broadcast_event() 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() [all …]
|
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);
|
D | seq_clientmgr.c | 68 int err, int atomic, int hop); 71 int filter, int atomic, int hop); 535 int err, int atomic, int hop) in bounce_error_event() argument 557 result = snd_seq_deliver_single_event(NULL, &bounce_ev, 0, atomic, hop + 1); in bounce_error_event() 603 int filter, int atomic, int hop) in snd_seq_deliver_single_event() argument 640 atomic, hop); in snd_seq_deliver_single_event() 653 result = bounce_error_event(client, event, result, atomic, hop); in snd_seq_deliver_single_event() 664 int atomic, int hop) in deliver_to_subscribers() argument 683 down_read_nested(&grp->list_mutex, hop); in deliver_to_subscribers() 694 0, atomic, hop); in deliver_to_subscribers() [all …]
|
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()
|
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()
|
D | seq_clientmgr.h | 79 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop);
|
/Linux-v6.1/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 118 struct ttm_place *hop) in ttm_bo_handle_move_mem() argument 153 ret = bdev->funcs->move(bo, evict, ctx, mem, hop); in ttm_bo_handle_move_mem() 441 struct ttm_place *hop) in ttm_bo_bounce_temp_buffer() argument 448 hop_placement.placement = hop_placement.busy_placement = hop; in ttm_bo_bounce_temp_buffer() 469 struct ttm_place hop; in ttm_bo_evict() local 472 memset(&hop, 0, sizeof(hop)); in ttm_bo_evict() 503 ret = ttm_bo_handle_move_mem(bo, evict_mem, true, ctx, &hop); in ttm_bo_evict() 505 ret = ttm_bo_bounce_temp_buffer(bo, &evict_mem, ctx, &hop); in ttm_bo_evict() 857 struct ttm_place hop; in ttm_bo_move_buffer() local 875 ret = ttm_bo_handle_move_mem(bo, mem, false, ctx, &hop); in ttm_bo_move_buffer() [all …]
|
/Linux-v6.1/kernel/rcu/ |
D | tasks.h | 17 typedef void (*pregp_func_t)(struct list_head *hop); 18 typedef void (*pertask_func_t)(struct task_struct *t, struct list_head *hop); 19 typedef void (*postscan_func_t)(struct list_head *hop); 20 typedef void (*holdouts_func_t)(struct list_head *hop, bool ndrpt, bool *frptp); 797 static void rcu_tasks_pregp_step(struct list_head *hop) in rcu_tasks_pregp_step() argument 816 static void rcu_tasks_pertask(struct task_struct *t, struct list_head *hop) in rcu_tasks_pertask() argument 822 list_add(&t->rcu_tasks_holdout_list, hop); in rcu_tasks_pertask() 827 static void rcu_tasks_postscan(struct list_head *hop) in rcu_tasks_postscan() argument 872 static void check_all_holdout_tasks(struct list_head *hop, in check_all_holdout_tasks() argument 877 list_for_each_entry_safe(t, t1, hop, rcu_tasks_holdout_list) { in check_all_holdout_tasks() [all …]
|
/Linux-v6.1/drivers/misc/habanalabs/common/mmu/ |
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-v6.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | devlink_trap_control.sh | 279 -t ip hop=1,next=0,payload=$(mld_payload_get 130) -p 100 -q 287 -t ip hop=1,next=0,payload=$(mld_payload_get 131) -p 100 -q 295 -t ip hop=1,next=0,payload=$(mld_payload_get 143) -p 100 -q 303 -t ip hop=1,next=0,payload=$(mld_payload_get 132) -p 100 -q 359 -t ip hop=1,next=58,payload=$(icmpv6_header_get 135) -p 100 -q 367 -t ip hop=1,next=58,payload=$(icmpv6_header_get 136) -p 100 -q 607 -t ip hop=1,next=58,payload=$(icmpv6_header_get 133) -p 100 -q 616 -t ip hop=1,next=58,payload=$(icmpv6_header_get 134) -p 100 -q 625 -t ip hop=1,next=58,payload=$(icmpv6_header_get 137) -p 100 -q
|
/Linux-v6.1/include/sound/ |
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-v6.1/sound/core/seq/oss/ |
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()
|
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-v6.1/drivers/gpu/drm/i915/gem/ |
D | i915_gem_ttm_move.h | 36 struct ttm_place *hop);
|
/Linux-v6.1/include/linux/ |
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-v6.1/drivers/gpu/drm/radeon/ |
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-v6.1/tools/testing/radix-tree/ |
D | test.c | 118 int chunk, int hop) in item_gang_check_present() argument 136 into += hop; in item_gang_check_present()
|