/linux-4.1.27/drivers/thunderbolt/ |
D | path.c | 13 static void tb_dump_hop(struct tb_port *port, struct tb_regs_hop *hop) in tb_dump_hop() argument 16 hop->out_port, hop->next_hop, in tb_dump_hop() 17 hop->enable ? "enabled" : "disabled"); in tb_dump_hop() 19 hop->weight, hop->priority, in tb_dump_hop() 20 hop->initial_credits, hop->drop_packages); in tb_dump_hop() 22 hop->counter_enable, hop->counter); in tb_dump_hop() 24 hop->ingress_fc, hop->egress_fc, in tb_dump_hop() 25 hop->ingress_shared_buffer, hop->egress_shared_buffer); in tb_dump_hop() 27 hop->unknown1, hop->unknown2, hop->unknown3); in tb_dump_hop() 79 struct tb_regs_hop hop = { }; in __tb_path_deactivate_hops() local [all …]
|
D | nhi.c | 27 int bit = ring->hop; in ring_interrupt_index() 57 RING_TYPE(ring), ring->hop, in ring_interrupt_active() 85 io += ring->hop * 16; in ring_desc_base() 93 io += ring->hop * 32; in ring_options_base() 195 RING_TYPE(ring), ring->hop, in ring_work() 207 RING_TYPE(ring), ring->hop, in ring_work() 241 static struct tb_ring *ring_alloc(struct tb_nhi *nhi, u32 hop, int size, in ring_alloc() argument 246 transmit ? "TX" : "RX", hop, size); in ring_alloc() 249 if (hop >= nhi->hop_count) { in ring_alloc() 250 dev_WARN(&nhi->pdev->dev, "invalid hop: %d\n", hop); in ring_alloc() [all …]
|
D | nhi.h | 37 int hop; member 67 struct tb_ring *ring_alloc_tx(struct tb_nhi *nhi, int hop, int size); 68 struct tb_ring *ring_alloc_rx(struct tb_nhi *nhi, int hop, int size);
|
/linux-4.1.27/sound/synth/emux/ |
D | emux_oss.c | 42 void *private, int atomic, int hop); 45 int cmd, unsigned char *event, int atomic, int hop); 47 int cmd, unsigned char *event, int atomic, int hop); 49 int ch, int param, int val, int atomic, int hop); 303 int atomic, int hop) in snd_emux_event_oss_input() argument 316 return snd_emux_event_input(ev, direct, private_data, atomic, hop); in snd_emux_event_oss_input() 324 emuspec_control(emu, p, cmd, data, atomic, hop); in snd_emux_event_oss_input() 326 gusspec_control(emu, p, cmd, data, atomic, hop); in snd_emux_event_oss_input() 336 unsigned char *event, int atomic, int hop) in emuspec_control() argument 376 fake_event(emu, port, voice, MIDI_CTL_ALL_NOTES_OFF, 0, atomic, hop); in emuspec_control() [all …]
|
D | emux_voice.h | 38 int atomic, int hop);
|
D | emux_seq.c | 253 int atomic, int hop) in snd_emux_event_input() argument
|
/linux-4.1.27/sound/core/seq/ |
D | seq_queue.c | 254 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) in snd_seq_check_queue() argument 279 snd_seq_dispatch_event(cell, atomic, hop); in snd_seq_check_queue() 293 snd_seq_dispatch_event(cell, atomic, hop); in snd_seq_check_queue() 313 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop) in snd_seq_enqueue_event() argument 357 snd_seq_check_queue(q, atomic, hop); in snd_seq_enqueue_event() 657 int atomic, int hop) in queue_broadcast_event() argument 672 snd_seq_kernel_client_dispatch(SNDRV_SEQ_CLIENT_SYSTEM, &sev, atomic, hop); in queue_broadcast_event() 681 int atomic, int hop) in snd_seq_queue_process_event() argument 688 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event() 693 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event() [all …]
|
D | seq_clientmgr.h | 91 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop); 94 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, int atomic, int hop); 96 struct file *file, int atomic, int hop);
|
D | seq_clientmgr.c | 83 int err, int atomic, int hop); 86 int filter, int atomic, int hop); 531 int err, int atomic, int hop) in bounce_error_event() argument 553 result = snd_seq_deliver_single_event(NULL, &bounce_ev, 0, atomic, hop + 1); in bounce_error_event() 599 int filter, int atomic, int hop) in snd_seq_deliver_single_event() argument 636 atomic, hop); in snd_seq_deliver_single_event() 649 result = bounce_error_event(client, event, result, atomic, hop); in snd_seq_deliver_single_event() 660 int atomic, int hop) in deliver_to_subscribers() argument 690 0, atomic, hop); in deliver_to_subscribers() 717 int atomic, int hop) in port_broadcast_event() argument [all …]
|
D | seq_queue.h | 86 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop); 101 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop); 113 int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop);
|
D | seq_system.c | 116 …t event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic, int hop) in event_input_timer() argument 118 return snd_seq_control_queue(ev, atomic, hop); in event_input_timer()
|
D | seq_dummy.c | 89 int atomic, int hop) in dummy_input() argument 104 return snd_seq_kernel_client_dispatch(p->client, &tmpev, atomic, hop); in dummy_input()
|
D | seq_ports.h | 73 int atomic, int hop);
|
D | seq_virmidi.c | 126 void *private_data, int atomic, int hop) in snd_virmidi_event_input() argument
|
D | seq_midi.c | 133 void *private_data, int atomic, int hop) in event_process_midi() argument
|
/linux-4.1.27/include/sound/ |
D | seq_kernel.h | 65 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop); 75 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, int atomic, int hop); 76 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop);
|
/linux-4.1.27/sound/core/seq/oss/ |
D | seq_oss_device.h | 148 snd_seq_oss_dispatch(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int atomic, int hop) in snd_seq_oss_dispatch() argument 150 return snd_seq_kernel_client_dispatch(dp->cseq, ev, atomic, hop); in snd_seq_oss_dispatch()
|
D | seq_oss_event.h | 109 …seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop);
|
D | seq_oss_init.c | 53 …tic int receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop); 136 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce() argument
|
D | seq_oss_event.c | 433 int atomic, int hop) in snd_seq_oss_event_input() argument
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | Kconfig | 42 fields such as the source, destination, flowlabel, hop-limit and 153 tristate '"hbh" hop-by-hop and "dst" opts header match support' 156 This allows one to match packets based on the hop-by-hop
|
/linux-4.1.27/sound/drivers/opl4/ |
D | opl4_seq.c | 112 void *private_data, int atomic, int hop) in snd_opl4_seq_event_input() argument
|
/linux-4.1.27/Documentation/networking/ |
D | ray_cs.txt | 75 of hop dwell 91 hop_dwell integer hop dwell time in Kilo-microseconds
|
D | ip-sysctl.txt | 110 The advertised MSS depends on the first hop route MTU, but will 1325 Minimum hop limit Information in Router Advertisement.
|
/linux-4.1.27/net/ipv6/ |
D | datagram.c | 576 if (np->rxopt.bits.hopopts && opt->hop) { in ip6_datagram_recv_specific_ctl() 577 u8 *ptr = nh + opt->hop; in ip6_datagram_recv_specific_ctl() 638 if (np->rxopt.bits.ohopopts && opt->hop) { in ip6_datagram_recv_specific_ctl() 639 u8 *ptr = nh + opt->hop; in ip6_datagram_recv_specific_ctl()
|
D | exthdrs.c | 635 opt->hop = sizeof(struct ipv6hdr); in ipv6_parse_hopopts()
|
D | af_inet6.c | 689 if ((opt->hop && (np->rxopt.bits.hopopts || in ipv6_opt_accepted()
|
/linux-4.1.27/net/can/ |
D | Kconfig | 50 CAN frames can be routed between CAN network interfaces (one hop).
|
/linux-4.1.27/net/batman-adv/ |
D | Kconfig | 13 a routing protocol for multi-hop ad-hoc mesh networks. The
|
/linux-4.1.27/include/linux/ |
D | ipv6.h | 98 __u16 hop; member
|
/linux-4.1.27/Documentation/rapidio/ |
D | tsi721.txt | 11 channels. This mechanism provides access to larger range of hop counts and
|
/linux-4.1.27/sound/drivers/opl3/ |
D | opl3_oss.c | 58 void *private_data, int atomic, int hop) in snd_opl3_oss_event_input() argument
|
D | opl3_seq.c | 156 void *private_data, int atomic, int hop) in snd_opl3_synth_event_input() argument
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-net-mesh | 69 originator message's tq-field on every hop.
|