Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thunderbolt/
Dpath.c13 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 …]
Dnhi.c27 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 …]
Dnhi.h37 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.4.14/sound/synth/emux/
Demux_oss.c42 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 …]
Demux_voice.h38 int atomic, int hop);
Demux_seq.c253 int atomic, int hop) in snd_emux_event_input() argument
/linux-4.4.14/sound/core/seq/
Dseq_queue.c254 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 …]
Dseq_clientmgr.h91 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);
Dseq_clientmgr.c83 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 …]
Dseq_queue.h86 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);
Dseq_system.c116 …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()
Dseq_dummy.c89 int atomic, int hop) in dummy_input() argument
104 return snd_seq_kernel_client_dispatch(p->client, &tmpev, atomic, hop); in dummy_input()
Dseq_ports.h73 int atomic, int hop);
Dseq_virmidi.c126 void *private_data, int atomic, int hop) in snd_virmidi_event_input() argument
Dseq_midi.c133 void *private_data, int atomic, int hop) in event_process_midi() argument
/linux-4.4.14/include/sound/
Dseq_kernel.h65 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.4.14/sound/core/seq/oss/
Dseq_oss_device.h148 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()
Dseq_oss_event.h109 …seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop);
Dseq_oss_init.c53 …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
Dseq_oss_event.c433 int atomic, int hop) in snd_seq_oss_event_input() argument
/linux-4.4.14/net/ipv6/netfilter/
DKconfig42 fields such as the source, destination, flowlabel, hop-limit and
167 tristate '"hbh" hop-by-hop and "dst" opts header match support'
170 This allows one to match packets based on the hop-by-hop
/linux-4.4.14/sound/drivers/opl4/
Dopl4_seq.c112 void *private_data, int atomic, int hop) in snd_opl4_seq_event_input() argument
/linux-4.4.14/Documentation/networking/
Dray_cs.txt75 of hop dwell
91 hop_dwell integer hop dwell time in Kilo-microseconds
Dswitchdev.txt339 port netdevs mentioned in the routes next hop list. If the output port netdevs
Dip-sysctl.txt110 The advertised MSS depends on the first hop route MTU, but will
1393 Minimum hop limit Information in Router Advertisement.
/linux-4.4.14/net/can/
DKconfig50 CAN frames can be routed between CAN network interfaces (one hop).
/linux-4.4.14/net/batman-adv/
DKconfig13 a routing protocol for multi-hop ad-hoc mesh networks. The
/linux-4.4.14/Documentation/rapidio/
Dtsi721.txt11 channels. This mechanism provides access to larger range of hop counts and
/linux-4.4.14/sound/drivers/opl3/
Dopl3_oss.c58 void *private_data, int atomic, int hop) in snd_opl3_oss_event_input() argument
Dopl3_seq.c156 void *private_data, int atomic, int hop) in snd_opl3_synth_event_input() argument
/linux-4.4.14/Documentation/devicetree/bindings/net/dsa/
Ddsa.txt50 towards the phandle port, which can be more than one hop away.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-net-mesh69 originator message's tq-field on every hop.