Home
last modified time | relevance | path

Searched refs:hop (Results 1 – 25 of 70) sorted by relevance

123

/linux/drivers/thunderbolt/
H A Dpath.c16 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 …]
H A Dnhi.c56 int bit = ring->hop; in ring_interrupt_index()
102 index = ring->hop; in ring_interrupt_active()
104 index = ring->hop + ring->nhi->hop_count; in ring_interrupt_active()
149 RING_TYPE(ring), ring->hop, in ring_interrupt_active()
181 io += ring->hop * 16; in ring_desc_base()
189 io += ring->hop * 32; in ring_options_base()
523 if (ring->hop < 0) { in nhi_alloc_hop()
533 ring->hop = i; in nhi_alloc_hop()
538 ring->hop = i; in nhi_alloc_hop()
545 if (ring->hop > 0 && ring->hop < start_hop) { in nhi_alloc_hop()
[all …]
H A Dtunnel.c168 static void tb_init_pm_support(struct tb_path_hop *hop) in tb_init_pm_support() argument
170 struct tb_port *out_port = hop->out_port; in tb_init_pm_support()
171 struct tb_port *in_port = hop->in_port; in tb_init_pm_support()
175 hop->pm_support = true; in tb_init_pm_support()
363 static int tb_pci_init_credits(struct tb_path_hop *hop) in tb_pci_init_credits() argument
365 struct tb_port *port = hop->in_port; in tb_pci_init_credits()
386 hop->initial_credits = credits; in tb_pci_init_credits()
392 struct tb_path_hop *hop; in tb_pci_init_path() local
402 tb_path_for_each_hop(path, hop) { in tb_pci_init_path()
405 ret = tb_pci_init_credits(hop); in tb_pci_init_path()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training_dpia.c237 uint32_t hop) in dpcd_set_lt_pattern() argument
243 if (hop != DPRX) in dpcd_set_lt_pattern()
245 ((DP_REPEATER_CONFIGURATION_AND_STATUS_SIZE) * (hop - 1)); in dpcd_set_lt_pattern()
254 if (hop != DPRX) { in dpcd_set_lt_pattern()
257 hop, in dpcd_set_lt_pattern()
291 uint32_t hop) in dpia_training_cr_non_transparent() argument
319 if (hop == repeater_cnt) { in dpia_training_cr_non_transparent()
358 status = dpcd_set_lt_pattern(link, lt_settings->pattern_for_cr, hop); in dpia_training_cr_non_transparent()
368 if (hop == repeater_cnt - 1) { in dpia_training_cr_non_transparent()
382 status = dpcd_set_lane_settings(link, lt_settings, hop); in dpia_training_cr_non_transparent()
[all …]
H A Dlink_dp_training_dpia.h47 uint32_t hop);
52 uint32_t hop);
/linux/Documentation/networking/
H A Dnexthop-group-resilient.rst4 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/net/ipv6/
H A Dcalipso.c777 static int calipso_opt_update(struct sock *sk, struct ipv6_opt_hdr *hop) in calipso_opt_update() argument
781 txopts = ipv6_renew_options(sk, old, IPV6_HOPOPTS, hop); in calipso_opt_update()
843 static int calipso_opt_find(struct ipv6_opt_hdr *hop, unsigned int *start, in calipso_opt_find() argument
848 unsigned char *opt = (unsigned char *)hop; in calipso_opt_find()
850 opt_len = ipv6_optlen(hop); in calipso_opt_find()
851 offset = sizeof(*hop); in calipso_opt_find()
854 tlv_len = calipso_tlv_len(hop, offset); in calipso_opt_find()
879 *start = offset_s + calipso_tlv_len(hop, offset_s); in calipso_opt_find()
881 *start = sizeof(*hop); in calipso_opt_find()
883 *end = offset_e + calipso_tlv_len(hop, offset_e); in calipso_opt_find()
[all …]
/linux/sound/synth/emux/
H A Demux_oss.c27 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);
290 int atomic, int hop) in snd_emux_event_oss_input() argument
303 return snd_emux_event_input(ev, direct, private_data, atomic, hop); in snd_emux_event_oss_input()
311 emuspec_control(emu, p, cmd, data, atomic, hop); in snd_emux_event_oss_input()
313 gusspec_control(emu, p, cmd, data, atomic, hop); in snd_emux_event_oss_input()
323 unsigned char *event, int atomic, int hop) in emuspec_control() argument
363 fake_event(emu, port, voice, MIDI_CTL_ALL_NOTES_OFF, 0, atomic, hop); in emuspec_control()
[all …]
/linux/sound/core/seq/
H A Dseq_queue.c229 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) in snd_seq_check_queue() argument
255 snd_seq_dispatch_event(cell, atomic, hop); in snd_seq_check_queue()
266 snd_seq_dispatch_event(cell, atomic, hop); in snd_seq_check_queue()
285 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop) in snd_seq_enqueue_event() argument
327 snd_seq_check_queue(q, atomic, hop); in snd_seq_enqueue_event()
568 int atomic, int hop) in queue_broadcast_event() argument
583 snd_seq_kernel_client_dispatch(SNDRV_SEQ_CLIENT_SYSTEM, &sev, atomic, hop); in queue_broadcast_event()
592 int atomic, int hop) in snd_seq_queue_process_event() argument
599 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event()
604 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event()
[all …]
H A Dseq_ump_convert.c365 int atomic, int hop) in cvt_ump_midi1_to_midi2() argument
428 atomic, hop); in cvt_ump_midi1_to_midi2()
435 int atomic, int hop) in cvt_ump_midi2_to_midi1() argument
472 atomic, hop); in cvt_ump_midi2_to_midi1()
479 atomic, hop); in cvt_ump_midi2_to_midi1()
500 atomic, hop); in cvt_ump_midi2_to_midi1()
508 int atomic, int hop) in cvt_ump_to_any() argument
542 &ev_cvt[i], atomic, hop); in cvt_ump_to_any()
554 int atomic, int hop) in deliver_with_group_convert() argument
565 atomic, hop); in deliver_with_group_convert()
[all …]
H A Dseq_queue.h66 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop);
82 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);
H A Dseq_clientmgr.c70 int err, int atomic, int hop);
73 int atomic, int hop);
528 int err, int atomic, int hop) in bounce_error_event() argument
550 result = snd_seq_deliver_single_event(NULL, &bounce_ev, atomic, hop + 1); in bounce_error_event()
589 int atomic, int hop) in __snd_seq_deliver_single_event() argument
602 atomic, hop); in __snd_seq_deliver_single_event()
610 int atomic, int hop) in _snd_seq_deliver_single_event() argument
634 event, atomic, hop); in _snd_seq_deliver_single_event()
641 event, atomic, hop); in _snd_seq_deliver_single_event()
646 atomic, hop); in _snd_seq_deliver_single_event()
[all …]
H A Dseq_ump_convert.h15 int atomic, int hop);
20 int atomic, int hop);
H A Dseq_clientmgr.h97 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop);
106 int atomic, int hop);
H A Dseq_system.c105 …t event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic, int hop) in event_input_timer() argument
107 return snd_seq_control_queue(ev, atomic, hop); in event_input_timer()
H A Dseq_dummy.c81 int atomic, int hop) in dummy_input() argument
96 return snd_seq_kernel_client_dispatch(p->client, &tmpev, atomic, hop); in dummy_input()
/linux/tools/testing/selftests/mm/
H A Dvirtual_address_range.c155 unsigned long hop; in validate_complete_va_space() local
188 hop = 0; in validate_complete_va_space()
189 while (start_addr + hop < end_addr) { in validate_complete_va_space()
190 if (write(fd, (void *)(start_addr + hop), 1) != 1) in validate_complete_va_space()
195 munmap((char *)(start_addr + hop), MAP_CHUNK_SIZE); in validate_complete_va_space()
197 hop += MAP_CHUNK_SIZE; in validate_complete_va_space()
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c121 struct ttm_place *hop) in ttm_bo_handle_move_mem() argument
155 ret = bdev->funcs->move(bo, evict, ctx, mem, hop); in ttm_bo_handle_move_mem()
336 struct ttm_place *hop) in ttm_bo_bounce_temp_buffer() argument
343 hop_placement.placement = hop; in ttm_bo_bounce_temp_buffer()
364 struct ttm_place hop; in ttm_bo_evict() local
367 memset(&hop, 0, sizeof(hop)); in ttm_bo_evict()
397 ret = ttm_bo_handle_move_mem(bo, evict_mem, true, ctx, &hop); in ttm_bo_evict()
401 ret = ttm_bo_bounce_temp_buffer(bo, ctx, &hop); in ttm_bo_evict()
823 struct ttm_place hop; in ttm_bo_validate() local
865 ret = ttm_bo_handle_move_mem(bo, res, false, ctx, &hop); in ttm_bo_validate()
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_control.sh280 -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/drivers/accel/habanalabs/common/mmu/
H A Dmmu_v2_hr.c192 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/drivers/gpu/drm/ttm/tests/
H A Dttm_kunit_helpers.c66 struct ttm_place *hop) in mock_move() argument
77 hop->mem_type = TTM_PL_TT; in mock_move()
78 hop->flags = TTM_PL_FLAG_TEMPORARY; in mock_move()
79 hop->fpfn = 0; in mock_move()
80 hop->lpfn = 0; in mock_move()
/linux/kernel/rcu/
H A Dtasks.h17 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);
962 static void rcu_tasks_pregp_step(struct list_head *hop) in rcu_tasks_pregp_step() argument
1016 static void rcu_tasks_pertask(struct task_struct *t, struct list_head *hop) in rcu_tasks_pertask() argument
1022 list_add(&t->rcu_tasks_holdout_list, hop); in rcu_tasks_pertask()
1030 static void rcu_tasks_postscan(struct list_head *hop) in rcu_tasks_postscan() argument
1068 rcu_tasks_pertask(t, hop); in rcu_tasks_postscan()
1126 static void check_all_holdout_tasks(struct list_head *hop, in check_all_holdout_tasks() argument
[all …]
/linux/include/sound/
H A Dseq_kernel.h51 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/drivers/gpu/drm/qxl/
H A Dqxl_ttm.c139 struct ttm_place *hop) in qxl_bo_move() argument
146 hop->mem_type = TTM_PL_SYSTEM; in qxl_bo_move()
147 hop->flags = TTM_PL_FLAG_TEMPORARY; in qxl_bo_move()
/linux/sound/core/seq/oss/
H A Dseq_oss_device.h131 snd_seq_oss_dispatch(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int atomic, int hop) in snd_seq_oss_dispatch() argument
133 return snd_seq_kernel_client_dispatch(dp->cseq, ev, atomic, hop); in snd_seq_oss_dispatch()

123