Home
last modified time | relevance | path

Searched full:rt (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/linux/drivers/net/ethernet/intel/ice/
H A Dice_parser_rt.c6 static void ice_rt_tsr_set(struct ice_parser_rt *rt, u16 tsr) in ice_rt_tsr_set() argument
8 rt->gpr[ICE_GPR_TSR_IDX] = tsr; in ice_rt_tsr_set()
11 static void ice_rt_ho_set(struct ice_parser_rt *rt, u16 ho) in ice_rt_ho_set() argument
13 rt->gpr[ICE_GPR_HO_IDX] = ho; in ice_rt_ho_set()
14 memcpy(&rt->gpr[ICE_GPR_HV_IDX], &rt->pkt_buf[ho], ICE_GPR_HV_SIZE); in ice_rt_ho_set()
17 static void ice_rt_np_set(struct ice_parser_rt *rt, u16 pc) in ice_rt_np_set() argument
19 rt->gpr[ICE_GPR_NP_IDX] = pc; in ice_rt_np_set()
22 static void ice_rt_nn_set(struct ice_parser_rt *rt, u16 node) in ice_rt_nn_set() argument
24 rt->gpr[ICE_GPR_NN_IDX] = node; in ice_rt_nn_set()
28 ice_rt_flag_set(struct ice_parser_rt *rt, unsigned int idx, bool set) in ice_rt_flag_set() argument
[all …]
/linux/sound/usb/6fire/
H A Dmidi.c24 struct midi_runtime *rt = urb->context; in usb6fire_midi_out_handler() local
27 guard(spinlock_irqsave)(&rt->out_lock); in usb6fire_midi_out_handler()
29 if (rt->out) { in usb6fire_midi_out_handler()
30 ret = snd_rawmidi_transmit(rt->out, rt->out_buffer + 4, in usb6fire_midi_out_handler()
33 rt->out_buffer[1] = ret + 2; in usb6fire_midi_out_handler()
34 rt->out_buffer[3] = rt->out_serial++; in usb6fire_midi_out_handler()
43 rt->out = NULL; in usb6fire_midi_out_handler()
48 struct midi_runtime *rt, u in usb6fire_midi_out_handler()
50 usb6fire_midi_in_received(struct midi_runtime * rt,u8 * data,int length) usb6fire_midi_in_received() argument
73 struct midi_runtime *rt = alsa_sub->rmidi->private_data; usb6fire_midi_out_trigger() local
107 struct midi_runtime *rt = alsa_sub->rmidi->private_data; usb6fire_midi_out_drain() local
127 struct midi_runtime *rt = alsa_sub->rmidi->private_data; usb6fire_midi_in_trigger() local
154 struct midi_runtime *rt = kzalloc(sizeof(struct midi_runtime), usb6fire_midi_init() local
201 struct midi_runtime *rt = chip->midi; usb6fire_midi_abort() local
209 struct midi_runtime *rt = chip->midi; usb6fire_midi_destroy() local
[all...]
H A Dpcm.c70 static int usb6fire_pcm_set_rate(struct pcm_runtime *rt) in usb6fire_pcm_set_rate() argument
73 struct control_runtime *ctrl_rt = rt->chip->control; in usb6fire_pcm_set_rate()
78 dev_err(&rt->chip->dev->dev, in usb6fire_pcm_set_rate()
80 rates[rt->rate]); in usb6fire_pcm_set_rate()
84 ret = ctrl_rt->set_rate(ctrl_rt, rt->rate); in usb6fire_pcm_set_rate()
86 dev_err(&rt->chip->dev->dev, in usb6fire_pcm_set_rate()
88 rates[rt->rate]); in usb6fire_pcm_set_rate()
95 dev_err(&rt->chip->dev->dev, in usb6fire_pcm_set_rate()
97 rates[rt->rate]); in usb6fire_pcm_set_rate()
104 dev_err(&rt in usb6fire_pcm_set_rate()
120 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); usb6fire_pcm_get_substream() local
131 usb6fire_pcm_stream_stop(struct pcm_runtime * rt) usb6fire_pcm_stream_stop() argument
151 usb6fire_pcm_stream_start(struct pcm_runtime * rt) usb6fire_pcm_stream_start() argument
198 struct pcm_runtime *rt = snd_pcm_substream_chip(sub->instance); usb6fire_pcm_capture() local
245 struct pcm_runtime *rt = snd_pcm_substream_chip(sub->instance); usb6fire_pcm_playback() local
290 struct pcm_runtime *rt = in_urb->chip->pcm; usb6fire_pcm_in_urb_handler() local
378 struct pcm_runtime *rt = urb->chip->pcm; usb6fire_pcm_out_urb_handler() local
388 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); usb6fire_pcm_open() local
424 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); usb6fire_pcm_close() local
451 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); usb6fire_pcm_prepare() local
497 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); usb6fire_pcm_trigger() local
529 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); usb6fire_pcm_pointer() local
568 usb6fire_pcm_buffers_init(struct pcm_runtime * rt) usb6fire_pcm_buffers_init() argument
587 usb6fire_pcm_buffers_destroy(struct pcm_runtime * rt) usb6fire_pcm_buffers_destroy() argument
602 struct pcm_runtime *rt = usb6fire_pcm_init() local
656 struct pcm_runtime *rt = chip->pcm; usb6fire_pcm_abort() local
678 struct pcm_runtime *rt = chip->pcm; usb6fire_pcm_destroy() local
[all...]
H A Dcontrol.c60 static void usb6fire_control_output_vol_update(struct control_runtime *rt) in usb6fire_control_output_vol_update() argument
62 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_output_vol_update()
67 if (!(rt->ovol_updated & (1 << i))) { in usb6fire_control_output_vol_update()
69 180 - rt->output_vol[i]); in usb6fire_control_output_vol_update()
70 rt->ovol_updated |= 1 << i; in usb6fire_control_output_vol_update()
74 static void usb6fire_control_output_mute_update(struct control_runtime *rt) in usb6fire_control_output_mute_update() argument
76 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_output_mute_update()
79 comm_rt->write8(comm_rt, 0x12, 0x0e, ~rt->output_mute); in usb6fire_control_output_mute_update()
82 static void usb6fire_control_input_vol_update(struct control_runtime *rt) in usb6fire_control_input_vol_update() argument
84 struct comm_runtime *comm_rt = rt->chip->comm; in usb6fire_control_input_vol_update()
[all …]
H A Dcomm.c21 static void usb6fire_comm_init_urb(struct comm_runtime *rt, struct urb *urb, in usb6fire_comm_init_urb() argument
26 urb->pipe = usb_sndintpipe(rt->chip->dev, COMM_EP); in usb6fire_comm_init_urb()
30 urb->dev = rt->chip->dev; in usb6fire_comm_init_urb()
35 struct comm_runtime *rt = urb->context; in usb6fire_comm_receiver_handler() local
36 struct midi_runtime *midi_rt = rt->chip->midi; in usb6fire_comm_receiver_handler()
39 if (rt->receiver_buffer[0] == 0x10) /* midi in event */ in usb6fire_comm_receiver_handler()
42 rt->receiver_buffer + 2, in usb6fire_comm_receiver_handler()
43 rt->receiver_buffer[1]); in usb6fire_comm_receiver_handler()
46 if (!rt->chip->shutdown) { in usb6fire_comm_receiver_handler()
106 static int usb6fire_comm_write8(struct comm_runtime *rt, u8 request, in usb6fire_comm_write8() argument
[all …]
/linux/arch/mips/ralink/
H A Dtimer.c42 static inline void rt_timer_w32(struct rt_timer *rt, u8 reg, u32 val) in rt_timer_w32() argument
44 __raw_writel(val, rt->membase + reg); in rt_timer_w32()
47 static inline u32 rt_timer_r32(struct rt_timer *rt, u8 reg) in rt_timer_r32() argument
49 return __raw_readl(rt->membase + reg); in rt_timer_r32()
54 struct rt_timer *rt = (struct rt_timer *) _rt; in rt_timer_irq() local
56 rt_timer_w32(rt, TIMER_REG_TMR0LOAD, rt->timer_freq / rt->timer_div); in rt_timer_irq()
57 rt_timer_w32(rt, TIMER_REG_TMRSTAT, TMRSTAT_TMR0INT); in rt_timer_irq()
63 static int rt_timer_request(struct rt_timer *rt) in rt_timer_request() argument
65 int err = request_irq(rt->irq, rt_timer_irq, 0, in rt_timer_request()
66 dev_name(rt->dev), rt); in rt_timer_request()
[all …]
/linux/net/mctp/test/
H A Dutils.c109 struct mctp_test_route *rt; in mctp_route_test_alloc() local
111 rt = kzalloc(sizeof(*rt), GFP_KERNEL); in mctp_route_test_alloc()
112 if (!rt) in mctp_route_test_alloc()
115 INIT_LIST_HEAD(&rt->rt.list); in mctp_route_test_alloc()
116 refcount_set(&rt->rt.refs, 1); in mctp_route_test_alloc()
117 rt->rt.output = mctp_test_dst_output; in mctp_route_test_alloc()
119 return rt; in mctp_route_test_alloc()
127 struct mctp_test_route *rt; in mctp_test_create_route_direct() local
129 rt = mctp_route_test_alloc(); in mctp_test_create_route_direct()
130 if (!rt) in mctp_test_create_route_direct()
[all …]
/linux/sound/aoa/core/
H A Dgpio-pmf.c14 static void pmf_gpio_set_##name(struct gpio_runtime *rt, int on)\
19 if (unlikely(!rt)) return; \
20 rc = pmf_call_function(rt->node, #name "-mute", &args); \
24 rt->implementation_private &= ~(1<<bit); \
25 rt->implementation_private |= (!!on << bit); \
27 static int pmf_gpio_get_##name(struct gpio_runtime *rt) \
29 if (unlikely(!rt)) return 0; \
30 return (rt->implementation_private>>bit)&1; \
37 static void pmf_gpio_set_hw_reset(struct gpio_runtime *rt, int on) in pmf_gpio_set_hw_reset() argument
42 if (unlikely(!rt)) retur in pmf_gpio_set_hw_reset()
49 pmf_gpio_all_amps_off(struct gpio_runtime * rt) pmf_gpio_all_amps_off() argument
61 pmf_gpio_all_amps_restore(struct gpio_runtime * rt) pmf_gpio_all_amps_restore() argument
83 pmf_gpio_init(struct gpio_runtime * rt) pmf_gpio_init() argument
95 pmf_gpio_exit(struct gpio_runtime * rt) pmf_gpio_exit() argument
129 pmf_set_notify(struct gpio_runtime * rt,enum notify_type type,notify_func_t notify,void * data) pmf_set_notify() argument
208 pmf_get_detect(struct gpio_runtime * rt,enum notify_type type) pmf_get_detect() argument
[all...]
H A Dgpio-feature.c133 static void ftr_gpio_set_##name(struct gpio_runtime *rt, int on)\
137 if (unlikely(!rt)) return; \
152 rt->implementation_private &= ~(1<<bit); \
153 rt->implementation_private |= (!!on << bit); \
155 static int ftr_gpio_get_##name(struct gpio_runtime *rt) \
157 if (unlikely(!rt)) return 0; \
158 return (rt->implementation_private>>bit)&1; \
166 static void ftr_gpio_set_hw_reset(struct gpio_runtime *rt, int on) in ftr_gpio_set_hw_reset() argument
170 if (unlikely(!rt)) return; in ftr_gpio_set_hw_reset()
183 static void ftr_gpio_all_amps_off(struct gpio_runtime *rt) in ftr_gpio_all_amps_off() argument
197 ftr_gpio_all_amps_restore(struct gpio_runtime * rt) ftr_gpio_all_amps_restore() argument
232 ftr_gpio_init(struct gpio_runtime * rt) ftr_gpio_init() argument
283 ftr_gpio_exit(struct gpio_runtime * rt) ftr_gpio_exit() argument
310 ftr_set_notify(struct gpio_runtime * rt,enum notify_type type,notify_func_t notify,void * data) ftr_set_notify() argument
377 ftr_get_detect(struct gpio_runtime * rt,enum notify_type type) ftr_get_detect() argument
[all...]
/linux/net/x25/
H A Dx25_route.c29 struct x25_route *rt; in x25_add_route() local
34 list_for_each_entry(rt, &x25_route_list, node) { in x25_add_route()
35 if (!memcmp(&rt->address, address, sigdigits) && in x25_add_route()
36 rt->sigdigits == sigdigits) in x25_add_route()
40 rt = kmalloc(sizeof(*rt), GFP_ATOMIC); in x25_add_route()
42 if (!rt) in x25_add_route()
45 strcpy(rt->address.x25_addr, "000000000000000"); in x25_add_route()
46 memcpy(rt->address.x25_addr, address->x25_addr, sigdigits); in x25_add_route()
48 rt->sigdigits = sigdigits; in x25_add_route()
49 rt->dev = dev; in x25_add_route()
[all …]
/linux/drivers/leds/flash/
H A Dleds-rt8515.c66 static void rt8515_gpio_led_off(struct rt8515 *rt) in rt8515_gpio_led_off() argument
68 gpiod_set_value(rt->enable_flash, 0); in rt8515_gpio_led_off()
69 gpiod_set_value(rt->enable_torch, 0); in rt8515_gpio_led_off()
94 struct rt8515 *rt = to_rt8515(fled); in rt8515_led_brightness_set() local
96 mutex_lock(&rt->lock); in rt8515_led_brightness_set()
100 rt8515_gpio_led_off(rt); in rt8515_led_brightness_set()
103 rt8515_gpio_brightness_commit(rt->enable_torch, brightness); in rt8515_led_brightness_set()
106 gpiod_set_value(rt->enable_torch, 1); in rt8515_led_brightness_set()
109 mutex_unlock(&rt->lock); in rt8515_led_brightness_set()
117 struct rt8515 *rt = to_rt8515(fled); in rt8515_led_flash_strobe_set() local
[all …]
/linux/sound/usb/hiface/
H A Dpcm.c112 static int hiface_pcm_set_rate(struct pcm_runtime *rt, unsigned int rate) in hiface_pcm_set_rate() argument
114 struct usb_device *device = rt->chip->dev; in hiface_pcm_set_rate()
172 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in hiface_pcm_get_substream() local
173 struct device *device = &rt->chip->dev->dev; in hiface_pcm_get_substream()
176 return &rt->playback; in hiface_pcm_get_substream()
183 static void hiface_pcm_stream_stop(struct pcm_runtime *rt) in hiface_pcm_stream_stop() argument
187 if (rt->stream_state != STREAM_DISABLED) { in hiface_pcm_stream_stop()
188 rt->stream_state = STREAM_STOPPING; in hiface_pcm_stream_stop()
192 &rt->out_urbs[i].submitted, 100); in hiface_pcm_stream_stop()
195 &rt in hiface_pcm_stream_stop()
204 hiface_pcm_stream_start(struct pcm_runtime * rt) hiface_pcm_stream_start() argument
305 struct pcm_runtime *rt = out_urb->chip->pcm; hiface_pcm_out_urb_handler() local
351 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); hiface_pcm_open() local
394 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); hiface_pcm_close() local
418 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); hiface_pcm_prepare() local
455 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); hiface_pcm_trigger() local
485 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); hiface_pcm_pointer() local
530 struct pcm_runtime *rt = chip->pcm; hiface_pcm_abort() local
543 struct pcm_runtime *rt = chip->pcm; hiface_pcm_destroy() local
555 struct pcm_runtime *rt = pcm->private_data; hiface_pcm_free() local
566 struct pcm_runtime *rt; hiface_pcm_init() local
[all...]
/linux/arch/mips/mm/
H A Duasm-mips.c51 [insn_addiu] = {M(addiu_op, 0, 0, 0, 0, 0), RS | RT | SIMM},
52 [insn_addu] = {M(spec_op, 0, 0, 0, 0, addu_op), RS | RT | RD},
53 [insn_and] = {M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD},
54 [insn_andi] = {M(andi_op, 0, 0, 0, 0, 0), RS | RT | UIMM},
55 [insn_bbit0] = {M(lwc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
56 [insn_bbit1] = {M(swc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
57 [insn_beq] = {M(beq_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
58 [insn_beql] = {M(beql_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
65 [insn_bne] = {M(bne_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
68 [insn_cache] = {M(cache_op, 0, 0, 0, 0, 0), RS | RT | SIMM},
[all …]
/linux/kernel/bpf/
H A Drange_tree.c28 * range_tree_set(rt, 0, max);
30 * start = range_tree_find(rt, len);
32 * range_tree_clear(rt, start, len);
34 * range_tree_set(rt, start, len);
56 static inline struct range_node *__find_range(struct range_tree *rt, u32 len) in __find_range() argument
58 struct rb_node *rb = rt->range_size_root.rb_root.rb_node; in __find_range()
75 s64 range_tree_find(struct range_tree *rt, u32 len) in range_tree_find() argument
79 rn = __find_range(rt, len); in range_tree_find()
116 range_it_insert(struct range_node *rn, struct range_tree *rt) in INTERVAL_TREE_DEFINE()
118 __range_size_insert(rn, &rt->range_size_root); in INTERVAL_TREE_DEFINE()
[all …]
/linux/arch/mips/include/asm/
H A Duasm.h210 # define UASM_i_ADDIU(buf, rs, rt, val) uasm_i_daddiu(buf, rs, rt, val) argument
211 # define UASM_i_ADDU(buf, rs, rt, rd) uasm_i_daddu(buf, rs, rt, rd) argument
212 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument
213 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument
214 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) argument
215 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_dmfc0(buf, rt, rd) argument
216 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_dmtc0(buf, rt, rd) argument
217 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_drotr(buf, rs, rt, sh) argument
218 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument
219 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) argument
[all …]
H A Dprocessor.h158 /* DMFC2 rt, 0x0201 */
160 /* DMFC2 rt, 0x0202 (Set with DMTC2 rt, 0x1202) */
162 /* DMFC2 rt, 0x0200 (set with DMTC2 rt, 0x4200) */
164 /* DMFC2 rt, 0x0402; DMFC2 rt, 0x040A */
166 /* DMFC2 rt, 0x0084 */
168 /* DMFC2 rt, 0x0080; DMFC2 rt, 0x0081; DMFC2 rt, 0x0082 */
170 /* DMFC2 rt, 0x0088 (Set with DMTC2 rt, 0x0098) */
172 /* DMFC2 rt, 0x0111 (FIXME: Read Pass1 Errata) */
174 /* DMFC2 rt, 0x0102; DMFC2 rt, 0x0103 */
176 /* DMFC2 rt, 0x0104; DMFC2 rt, 0x0105; DMFC2 rt, 0x0106; DMFC2
[all …]
/linux/arch/mips/include/asm/octeon/
H A Dcrypto.h34 "dmtc2 %[rt],0x0048+" STR(index) \
36 : [rt] "d" (cpu_to_be64(value))); \
47 "dmfc2 %[rt],0x0048+" STR(index) \
48 : [rt] "=d" (__value) \
60 "dmtc2 %[rt],0x0040+" STR(index) \
62 : [rt] "d" (cpu_to_be64(value))); \
71 "dmtc2 %[rt],0x4047" \
73 : [rt] "d" (cpu_to_be64(value))); \
82 "dmtc2 %[rt],0x4057" \
84 : [rt] "d" (value)); \
[all …]
/linux/net/ipv6/
H A Droute.c111 struct fib6_info *rt, struct dst_entry *dst,
138 void rt6_uncached_list_add(struct rt6_info *rt) in rt6_uncached_list_add() argument
142 rt->dst.rt_uncached_list = ul; in rt6_uncached_list_add()
145 list_add_tail(&rt->dst.rt_uncached, &ul->head); in rt6_uncached_list_add()
149 void rt6_uncached_list_del(struct rt6_info *rt) in rt6_uncached_list_del() argument
151 if (!list_empty(&rt->dst.rt_uncached)) { in rt6_uncached_list_del()
152 struct uncached_list *ul = rt->dst.rt_uncached_list; in rt6_uncached_list_del()
155 list_del_init(&rt->dst.rt_uncached); in rt6_uncached_list_del()
166 struct rt6_info *rt, *safe; in rt6_uncached_list_flush_dev() local
172 list_for_each_entry_safe(rt, saf in rt6_uncached_list_flush_dev()
228 const struct rt6_info *rt = dst_rt6_info(dst); ip6_dst_neigh_lookup() local
236 const struct rt6_info *rt = dst_rt6_info(dst); ip6_confirm_neigh() local
333 rt6_info_init(struct rt6_info * rt) rt6_info_init() argument
342 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev, ip6_dst_alloc() local
356 struct rt6_info *rt = dst_rt6_info(dst); ip6_dst_destroy() local
375 struct rt6_info *rt = dst_rt6_info(dst); ip6_dst_ifdown() local
391 __rt6_check_expired(const struct rt6_info * rt) __rt6_check_expired() argument
398 rt6_check_expired(const struct rt6_info * rt) rt6_check_expired() argument
415 rt6_multipath_first_sibling_rcu(const struct fib6_info * rt) rt6_multipath_first_sibling_rcu() argument
975 struct fib6_info *rt; rt6_route_rcv() local
1097 fib6_info_dst_flags(struct fib6_info * rt) fib6_info_dst_flags() argument
1109 ip6_rt_init_dst_reject(struct rt6_info * rt,u8 fib6_type) ip6_rt_init_dst_reject() argument
1131 ip6_rt_init_dst(struct rt6_info * rt,const struct fib6_result * res) ip6_rt_init_dst() argument
1161 rt6_set_from(struct rt6_info * rt,struct fib6_info * from) rt6_set_from() argument
1169 ip6_rt_copy_init(struct rt6_info * rt,const struct fib6_result * res) ip6_rt_copy_init() argument
1210 struct rt6_info *rt = *prt; ip6_hold_safe() local
1259 struct rt6_info *rt; ip6_pol_route_lookup() local
1343 __ip6_ins_rt(struct fib6_info * rt,struct nl_info * info,struct netlink_ext_ack * extack) __ip6_ins_rt() argument
1357 ip6_ins_rt(struct net * net,struct fib6_info * rt) ip6_ins_rt() argument
1370 struct rt6_info *rt; ip6_rt_cache_alloc() local
1879 fib6_nh_remove_exception(const struct fib6_nh * nh,int plen,const struct rt6_info * rt) fib6_nh_remove_exception() argument
1917 struct rt6_info *rt; global() member
1933 rt6_remove_exception_rt(struct rt6_info * rt) rt6_remove_exception_rt() argument
1963 fib6_nh_update_exception(const struct fib6_nh * nh,int plen,const struct rt6_info * rt) fib6_nh_update_exception() argument
2008 rt6_update_exception_stamp_rt(struct rt6_info * rt) rt6_update_exception_stamp_rt() argument
2039 rt6_mtu_change_route_allowed(struct inet6_dev * idev,struct rt6_info * rt,int mtu) rt6_mtu_change_route_allowed() argument
2127 struct rt6_info *rt = rt6_ex->rt6i; rt6_age_examine_exception() local
2256 struct rt6_info *rt = NULL; ip6_pol_route() local
2711 struct rt6_info *rt, *ort = dst_rt6_info(dst_orig); ip6_blackhole_route() local
2759 rt6_check(struct rt6_info * rt,struct fib6_info * from,u32 cookie) rt6_check() argument
2775 rt6_dst_from_check(struct rt6_info * rt,struct fib6_info * from,u32 cookie) rt6_dst_from_check() argument
2791 struct rt6_info *rt; ip6_dst_check() local
2822 struct rt6_info *rt = dst_rt6_info(dst); ip6_negative_advice() local
2841 struct rt6_info *rt; ip6_link_failure() local
2881 rt6_do_update_pmtu(struct rt6_info * rt,u32 mtu) rt6_do_update_pmtu() argument
2890 rt6_cache_allowed_for_pmtu(const struct rt6_info * rt) rt6_cache_allowed_for_pmtu() argument
3110 struct fib6_info *rt; __ip6_route_redirect() local
3287 struct rt6_info *rt; ip6_mtu_from_fib6() local
3317 struct rt6_info *rt; icmp6_dst_alloc() local
3793 struct fib6_info *rt; ip6_route_info_create() local
3854 ip6_route_info_create_nh(struct fib6_info * rt,struct fib6_config * cfg,gfp_t gfp_flags,struct netlink_ext_ack * extack) ip6_route_info_create_nh() argument
3933 struct fib6_info *rt; ip6_route_add() local
3954 __ip6_del_rt(struct fib6_info * rt,struct nl_info * info) __ip6_del_rt() argument
3975 ip6_del_rt(struct net * net,struct fib6_info * rt,bool skip_notify) ip6_del_rt() argument
3985 __ip6_del_rt_siblings(struct fib6_info * rt,struct fib6_config * cfg) __ip6_del_rt_siblings() argument
4064 __ip6_del_cached_rt(struct rt6_info * rt,struct fib6_config * cfg) __ip6_del_cached_rt() argument
4080 ip6_del_cached_rt(struct fib6_config * cfg,struct fib6_info * rt,struct fib6_nh * nh) ip6_del_cached_rt() argument
4124 struct fib6_info *rt; ip6_route_del() local
4210 struct rt6_info *rt, *nrt = NULL; rt6_do_redirect() local
4359 struct fib6_info *rt = NULL; rt6_get_route_info() local
4429 struct fib6_info *rt; rt6_get_dflt_router() local
4493 struct fib6_info *rt; __rt6_purge_dflt_routers() local
4704 fib6_remove_prefsrc(struct fib6_info * rt,void * arg) fib6_remove_prefsrc() argument
4734 fib6_clean_tohost(struct fib6_info * rt,void * arg) fib6_clean_tohost() argument
4770 rt6_multipath_first_sibling(const struct fib6_info * rt) rt6_multipath_first_sibling() argument
4791 rt6_is_dead(const struct fib6_info * rt) rt6_is_dead() argument
4801 rt6_multipath_total_weight(const struct fib6_info * rt) rt6_multipath_total_weight() argument
4817 rt6_upper_bound_set(struct fib6_info * rt,int * weight,int total) rt6_upper_bound_set() argument
4829 rt6_multipath_upper_bound_set(struct fib6_info * rt,int total) rt6_multipath_upper_bound_set() argument
4840 rt6_multipath_rebalance(struct fib6_info * rt) rt6_multipath_rebalance() argument
4864 fib6_ifup(struct fib6_info * rt,void * p_arg) fib6_ifup() argument
4895 rt6_multipath_uses_dev(const struct fib6_info * rt,const struct net_device * dev) rt6_multipath_uses_dev() argument
4909 rt6_multipath_flush(struct fib6_info * rt) rt6_multipath_flush() argument
4918 rt6_multipath_dead_count(const struct fib6_info * rt,const struct net_device * down_dev) rt6_multipath_dead_count() argument
4935 rt6_multipath_nh_flags_set(struct fib6_info * rt,const struct net_device * dev,unsigned char nh_flags) rt6_multipath_nh_flags_set() argument
4949 fib6_ifdown(struct fib6_info * rt,void * p_arg) fib6_ifdown() argument
5315 ip6_route_info_append(struct list_head * rt6_nh_list,struct fib6_info * rt,struct fib6_config * r_cfg) ip6_route_info_append() argument
5337 ip6_route_mpath_notify(struct fib6_info * rt,struct fib6_info * rt_last,struct nl_info * info,__u16 nlflags) ip6_route_mpath_notify() argument
5363 ip6_route_mpath_should_notify(const struct fib6_info * rt) ip6_route_mpath_should_notify() argument
5399 struct fib6_info *rt; ip6_route_multipath_add() local
5749 rt6_fill_node(struct net * net,struct sk_buff * skb,struct fib6_info * rt,struct dst_entry * dst,struct in6_addr * dest,struct in6_addr * src,int iif,int type,u32 portid,u32 seq,unsigned int flags) rt6_fill_node() argument
5985 struct fib6_info *rt; global() member
6043 rt6_dump_route(struct fib6_info * rt,void * p_arg,unsigned int skip) rt6_dump_route() argument
6193 struct rt6_info *rt; inet6_rtm_getroute() local
6332 inet6_rt_notify(int event,struct fib6_info * rt,struct nl_info * info,unsigned int nlm_flags) inet6_rt_notify() argument
6373 fib6_rt_update(struct net * net,struct fib6_info * rt,struct nl_info * info) fib6_rt_update() argument
[all...]
H A Dip6_fib.c324 struct rt6_info *rt; in fib6_rule_lookup() local
326 rt = pol_lookup_func(lookup, in fib6_rule_lookup()
328 if (rt->dst.error == -EAGAIN) { in fib6_rule_lookup()
329 ip6_rt_put_flags(rt, flags); in fib6_rule_lookup()
330 rt = net->ipv6.ip6_null_entry; in fib6_rule_lookup()
332 dst_hold(&rt->dst); in fib6_rule_lookup()
335 return &rt->dst; in fib6_rule_lookup()
372 struct fib6_info *rt, in call_fib6_entry_notifier() argument
377 .rt = rt, in call_fib6_entry_notifier()
385 struct fib6_info *rt, in call_fib6_multipath_entry_notifier() argument
[all …]
/linux/arch/arm64/net/
H A Dbpf_jit.h23 #define A64_COMP_BRANCH(sf, Rt, offset, type) \ argument
24 aarch64_insn_gen_comp_branch_imm(0, offset, Rt, A64_VARIANT(sf), \
26 #define A64_CBZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, ZERO) argument
27 #define A64_CBNZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, NONZERO) argument
56 #define A64_LS_REG(Rt, Rn, Rm, size, type) \ argument
57 aarch64_insn_gen_load_store_reg(Rt, Rn, Rm, \
73 #define A64_LS_IMM(Rt, Rn, imm, size, type) \ argument
74 aarch64_insn_gen_load_store_imm(Rt, Rn, imm, \
96 #define A64_LS_PAIR(Rt, Rt2, Rn, offset, ls, type) \ argument
97 aarch64_insn_gen_load_store_pair(Rt, Rt2, Rn, offset, \
[all …]
/linux/lib/crypto/powerpc/
H A Dsha1-powerpc-asm.S13 #define LWZ(rt, d, ra) \ argument
14 lwz rt,d(ra)
16 #define LWZ(rt, d, ra) \ argument
17 li rt,d; \
18 lwbrx rt,rt,ra
26 #define RT(t) ((((t)+5)%6)+7) macro
42 rotlwi RT(t),RA(t),5; \
45 add RT(t),RT(t),r6; \
49 add RT(t),RT(t),r14
54 rotlwi RT(t),RA(t),5; \
[all …]
/linux/net/ipv4/
H A Droute.c416 const struct rtable *rt = container_of(dst, struct rtable, dst); in ipv4_neigh_lookup() local
422 if (likely(rt->rt_gw_family == AF_INET)) { in ipv4_neigh_lookup()
423 n = ip_neigh_gw4(dev, rt->rt_gw4); in ipv4_neigh_lookup()
424 } else if (rt->rt_gw_family == AF_INET6) { in ipv4_neigh_lookup()
425 n = ip_neigh_gw6(dev, &rt->rt_gw6); in ipv4_neigh_lookup()
443 const struct rtable *rt = container_of(dst, struct rtable, dst); in ipv4_confirm_neigh() local
447 if (rt->rt_gw_family == AF_INET) { in ipv4_confirm_neigh()
448 pkey = (const __be32 *)&rt->rt_gw4; in ipv4_confirm_neigh()
449 } else if (rt->rt_gw_family == AF_INET6) { in ipv4_confirm_neigh()
450 return __ipv6_confirm_neigh_stub(dev, &rt->rt_gw6); in ipv4_confirm_neigh()
[all …]
/linux/net/mctp/
H A Droute.c663 static void mctp_route_release(struct mctp_route *rt) in mctp_route_release() argument
665 if (refcount_dec_and_test(&rt->refs)) { in mctp_route_release()
666 if (rt->dst_type == MCTP_ROUTE_DIRECT) in mctp_route_release()
667 mctp_dev_put(rt->dev); in mctp_route_release()
668 kfree_rcu(rt, rcu); in mctp_route_release()
675 struct mctp_route *rt; in mctp_route_alloc() local
677 rt = kzalloc(sizeof(*rt), GFP_KERNEL); in mctp_route_alloc()
678 if (!rt) in mctp_route_alloc()
681 INIT_LIST_HEAD(&rt->list); in mctp_route_alloc()
682 refcount_set(&rt->refs, 1); in mctp_route_alloc()
[all …]
/linux/arch/arm/mm/
H A Dcache-v7m.S25 .macro v7m_cache_read, rt, reg
26 movw \rt, #:lower16:BASEADDR_V7M_SCB + \reg
27 movt \rt, #:upper16:BASEADDR_V7M_SCB + \reg
28 ldr \rt, [\rt]
31 .macro v7m_cacheop, rt, tmp, op, c = al
34 str\c \rt, [\tmp]
38 .macro read_ccsidr, rt argument
39 v7m_cache_read \rt, V7M_SCB_CCSIDR
42 .macro read_clidr, rt argument
43 v7m_cache_read \rt, V7M_SCB_CLIDR
[all …]
/linux/tools/testing/selftests/net/
H A Dsrv6_end_x_next_csid_l3vpn_test.sh14 # IPv4/IPv6 L3 VPN service, offered by routers rt-1, rt-2, rt-3 and rt-4 using
54 # | rt-1 +-------------------+ rt-2 |
68 # | rt-4 +-------------------+ rt-3 |
72 # Every fcf0:0:x:y::/64 network interconnects the SRv6 routers rt-x with rt-y in
75 # In addition, every router interface connecting rt-x to rt-y is assigned an
82 # SIDs/C-SIDs are stored. Considering an SRv6 router rt-x, SIDs/C-SIDs are
85 # Local SID/C-SID table for SRv6 router rt-x
141 # Packets generated from hs-1 and directed towards hs-2 are handled by rt-1
149 # The router rt-1 is configured to enforce the given Policy through the SRv6
154 # As the packet reaches the router rt-3, the enabled NEXT-C-SID SRv6 End.X
[all …]

12345678910>>...27