| /Linux-v5.4/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() 105 struct tb_regs_hop hop; in tb_path_discover() local 132 ret = tb_port_read(p, &hop, TB_CFG_HOPS, 2 * h, 2); in tb_path_discover() [all …]
|
| D | nhi.c | 45 int bit = ring->hop; in ring_interrupt_index() 70 index = ring->hop; in ring_interrupt_active() 72 index = ring->hop + ring->nhi->hop_count; in ring_interrupt_active() 107 RING_TYPE(ring), ring->hop, in ring_interrupt_active() 135 io += ring->hop * 16; in ring_desc_base() 143 io += ring->hop * 32; in ring_options_base() 438 if (ring->hop < 0) { in nhi_alloc_hop() 448 ring->hop = i; in nhi_alloc_hop() 453 ring->hop = i; in nhi_alloc_hop() 460 if (ring->hop < 0 || ring->hop >= nhi->hop_count) { in nhi_alloc_hop() [all …]
|
| /Linux-v5.4/net/ipv6/ |
| D | calipso.c | 784 static int calipso_opt_update(struct sock *sk, struct ipv6_opt_hdr *hop) in calipso_opt_update() argument 788 txopts = ipv6_renew_options(sk, old, IPV6_HOPOPTS, hop); in calipso_opt_update() 850 static int calipso_opt_find(struct ipv6_opt_hdr *hop, unsigned int *start, in calipso_opt_find() argument 855 unsigned char *opt = (unsigned char *)hop; in calipso_opt_find() 857 opt_len = ipv6_optlen(hop); in calipso_opt_find() 858 offset = sizeof(*hop); in calipso_opt_find() 861 tlv_len = calipso_tlv_len(hop, offset); in calipso_opt_find() 886 *start = offset_s + calipso_tlv_len(hop, offset_s); in calipso_opt_find() 888 *start = sizeof(*hop); in calipso_opt_find() 890 *end = offset_e + calipso_tlv_len(hop, offset_e); in calipso_opt_find() [all …]
|
| /Linux-v5.4/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 …]
|
| D | emux_voice.h | 25 int atomic, int hop);
|
| /Linux-v5.4/sound/core/seq/ |
| D | seq_queue.c | 237 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) in snd_seq_check_queue() argument 262 snd_seq_dispatch_event(cell, atomic, hop); in snd_seq_check_queue() 270 snd_seq_dispatch_event(cell, atomic, hop); in snd_seq_check_queue() 286 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop) in snd_seq_enqueue_event() argument 330 snd_seq_check_queue(q, atomic, hop); in snd_seq_enqueue_event() 633 int atomic, int hop) in queue_broadcast_event() argument 648 snd_seq_kernel_client_dispatch(SNDRV_SEQ_CLIENT_SYSTEM, &sev, atomic, hop); in queue_broadcast_event() 657 int atomic, int hop) in snd_seq_queue_process_event() argument 664 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event() 669 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event() [all …]
|
| D | seq_queue.h | 69 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop); 84 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop); 96 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);
|
| D | seq_ports.h | 58 int atomic, int hop);
|
| /Linux-v5.4/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-v5.4/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);
|
| D | seq_oss_init.c | 40 …tic int receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop); 123 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce() argument
|
| /Linux-v5.4/include/linux/ |
| D | thunderbolt.h | 484 int hop; member 554 struct tb_ring *tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size, 556 struct tb_ring *tb_ring_alloc_rx(struct tb_nhi *nhi, int hop, int size,
|
| /Linux-v5.4/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()
|
| D | test.h | 25 int chunk, int hop);
|
| 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-v5.4/net/ipv6/netfilter/ |
| D | Kconfig | 118 tristate '"hbh" hop-by-hop and "dst" opts header match support' 121 This allows one to match packets based on the hop-by-hop
|
| /Linux-v5.4/Documentation/networking/ |
| D | mpls-sysctl.txt | 28 single hop to transit traffic.
|
| D | ray_cs.txt | 75 of hop dwell 91 hop_dwell integer hop dwell time in Kilo-microseconds
|
| /Linux-v5.4/sound/drivers/opl4/ |
| D | opl4_seq.c | 112 void *private_data, int atomic, int hop) in snd_opl4_seq_event_input() argument
|
| /Linux-v5.4/sound/drivers/opl3/ |
| D | opl3_oss.c | 29 void *private_data, int atomic, int hop) in snd_opl3_oss_event_input() argument
|