/linux/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() 139 if (!hop.enable) in tb_path_discover() 146 h = hop.next_hop; in tb_path_discover() 353 if (hop->in_port) in tb_path_free() 391 if (!hop.enable) in __tb_path_deactivate_hop() 394 hop.enable = 0; in __tb_path_deactivate_hop() 524 hop.unknown1 = 0; in tb_path_activate() 525 hop.enable = 1; in tb_path_activate() 532 hop.unknown2 = 0; in tb_path_activate() [all …]
|
A D | nhi.c | 42 int bit = ring->hop; in ring_interrupt_index() 484 if (ring->hop < 0 || ring->hop >= nhi->hop_count) { in nhi_alloc_hop() 491 ring->hop); in nhi_alloc_hop() 496 ring->hop); in nhi_alloc_hop() 533 ring->hop = hop; in tb_ring_alloc() 660 u32 hop; in tb_ring_start() local 774 ring->hop); in tb_ring_free() 846 int hop = -1; in nhi_interrupt_work() local 863 hop = 0; in nhi_interrupt_work() 871 hop); in nhi_interrupt_work() [all …]
|
A D | tunnel.c | 185 struct tb_path_hop *hop; in tb_pci_init_path() local 691 hop->initial_credits = 1; in tb_dp_init_aux_credits() 696 struct tb_path_hop *hop; in tb_dp_init_aux_path() local 740 struct tb_path_hop *hop; in tb_dp_init_video_path() local 957 struct tb_path_hop *hop; in tb_dma_init_rx_path() local 973 hop = &path->hops[0]; in tb_dma_init_rx_path() 975 hop->initial_credits = tmp; in tb_dma_init_rx_path() 992 struct tb_path_hop *hop; in tb_dma_init_tx_path() local 1027 struct tb_path_hop *hop; in tb_dma_deinit_path() local 1328 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/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc_link_dpia.c | 206 uint32_t hop) in dpcd_set_lt_pattern() argument 226 hop, in dpcd_set_lt_pattern() 257 uint32_t hop) in dpia_training_cr_non_transparent() argument 354 hop); in dpia_training_cr_non_transparent() 398 hop, in dpia_training_cr_non_transparent() 516 uint32_t hop) in dpia_training_cr_phase() argument 531 uint32_t hop) in dpia_get_eq_aux_rd_interval() argument 566 uint32_t hop) in dpia_training_eq_non_transparent() argument 653 hop); in dpia_training_eq_non_transparent() 685 hop, in dpia_training_eq_non_transparent() [all …]
|
/linux/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/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/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/sound/core/seq/ |
A D | seq_queue.c | 265 snd_seq_dispatch_event(cell, atomic, hop); in snd_seq_check_queue() 274 snd_seq_dispatch_event(cell, atomic, hop); in snd_seq_check_queue() 334 snd_seq_check_queue(q, atomic, hop); in snd_seq_enqueue_event() 620 int atomic, int hop) in queue_broadcast_event() argument 644 int atomic, int hop) in snd_seq_queue_process_event() argument 651 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event() 656 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event() 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() [all …]
|
A D | seq_clientmgr.c | 642 atomic, hop); in snd_seq_deliver_single_event() 666 int atomic, int hop) in deliver_to_subscribers() argument 696 0, atomic, hop); in deliver_to_subscribers() 723 int atomic, int hop) in port_broadcast_event() argument 739 atomic, hop); in port_broadcast_event() 779 atomic, hop); in broadcast_event() 795 int atomic, int hop) in multicast_event() argument 812 int atomic, int hop) in snd_seq_deliver_event() argument 816 hop++; in snd_seq_deliver_event() 931 int atomic, int hop, in snd_seq_client_enqueue_event() argument [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_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/kernel/rcu/ |
A D | tasks.h | 18 typedef void (*postscan_func_t)(struct list_head *hop); 446 list_add(&t->rcu_tasks_holdout_list, hop); in rcu_tasks_pertask() 451 static void rcu_tasks_postscan(struct list_head *hop) in rcu_tasks_postscan() argument 496 static void check_all_holdout_tasks(struct list_head *hop, in check_all_holdout_tasks() argument 501 list_for_each_entry_safe(t, t1, hop, rcu_tasks_holdout_list) { in check_all_holdout_tasks() 1043 struct list_head *hop) in rcu_tasks_trace_pertask() argument 1053 trc_wait_for_one_reader(t, hop); in rcu_tasks_trace_pertask() 1060 static void rcu_tasks_trace_postscan(struct list_head *hop) in rcu_tasks_trace_postscan() argument 1065 rcu_tasks_trace_pertask(idle_task(cpu), hop); in rcu_tasks_trace_postscan() 1117 list_for_each_entry_safe(t, g, hop, trc_holdout_list) { in check_all_holdout_tasks_trace() [all …]
|
/linux/drivers/gpu/drm/ttm/ |
A D | ttm_bo.c | 177 struct ttm_place *hop) in ttm_bo_handle_move_mem() argument 207 ret = bdev->funcs->move(bo, evict, ctx, mem, hop); in ttm_bo_handle_move_mem() 496 struct ttm_place *hop) in ttm_bo_bounce_temp_buffer() argument 524 struct ttm_place hop; in ttm_bo_evict() local 527 memset(&hop, 0, sizeof(hop)); in ttm_bo_evict() 560 ret = ttm_bo_bounce_temp_buffer(bo, &evict_mem, ctx, &hop); in ttm_bo_evict() 888 struct ttm_place hop; in ttm_bo_move_buffer() local 906 ret = ttm_bo_handle_move_mem(bo, mem, false, ctx, &hop); in ttm_bo_move_buffer() 908 ret = ttm_bo_bounce_temp_buffer(bo, &mem, ctx, &hop); in ttm_bo_move_buffer() 1135 struct ttm_place hop; in ttm_bo_swapout() local [all …]
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
A 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/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/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/include/linux/ |
A D | thunderbolt.h | 517 int hop; member 588 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size, 590 struct tb_ring *tb_ring_alloc_rx(struct tb_nhi *nhi, int hop, int size,
|
/linux/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()
|
A D | main.c | 15 void __gang_check(unsigned long middle, long down, long up, int chunk, int hop) in __gang_check() argument 32 chunk, hop); in __gang_check()
|
/linux/net/ipv6/netfilter/ |
A D | Kconfig | 121 tristate '"hbh" hop-by-hop and "dst" opts header match support' 124 This allows one to match packets based on the hop-by-hop
|
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_ttm.c | 197 struct ttm_place *hop) in radeon_bo_move() argument 246 hop->fpfn = 0; in radeon_bo_move() 247 hop->lpfn = 0; in radeon_bo_move() 248 hop->mem_type = TTM_PL_TT; in radeon_bo_move() 249 hop->flags = 0; in radeon_bo_move()
|