/drivers/pci/hotplug/ |
D | ibmphp_core.c | 122 struct irq_routing_table *rtable; in ibmphp_init_devno() local 127 rtable = pcibios_get_irq_routing_table(); in ibmphp_init_devno() 128 if (!rtable) { in ibmphp_init_devno() 133 len = (rtable->size - sizeof(struct irq_routing_table)) / in ibmphp_init_devno() 137 kfree(rtable); in ibmphp_init_devno() 141 if ((*cur_slot)->number == rtable->slots[loop].slot && in ibmphp_init_devno() 142 (*cur_slot)->bus == rtable->slots[loop].bus) { in ibmphp_init_devno() 143 (*cur_slot)->device = PCI_SLOT(rtable->slots[loop].devfn); in ibmphp_init_devno() 158 rtable->exclusive_irqs); in ibmphp_init_devno() 160 rtable->slots[loop].irq[0].bitmap); in ibmphp_init_devno() [all …]
|
/drivers/net/wireless/ti/wlcore/ |
D | io.h | 84 return wlcore_raw_read(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_read_data() 91 return wlcore_raw_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_write_data() 142 return wlcore_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_write_data() 149 return wlcore_read(wl, wl->rtable[reg], buf, len, fixed); in wlcore_read_data() 183 wlcore_translate_addr(wl, wl->rtable[reg]), in wlcore_read_reg() 191 wlcore_translate_addr(wl, wl->rtable[reg]), in wlcore_write_reg()
|
D | wlcore.h | 418 const int *rtable; member
|
/drivers/net/appletalk/ |
D | ipddp.c | 120 struct rtable *rtable = skb_rtable(skb); in ipddp_xmit() local 126 if (rtable->rt_gw_family == AF_INET) in ipddp_xmit() 127 paddr = rtable->rt_gw4; in ipddp_xmit()
|
/drivers/infiniband/core/ |
D | addr.c | 352 struct rtable *rt; in has_gateway() 356 rt = container_of(dst, struct rtable, dst); in has_gateway() 388 struct rtable **prt) in addr4_resolve() 396 struct rtable *rt; in addr4_resolve() 562 struct rtable *rt = NULL; in addr_resolve()
|
/drivers/net/wan/ |
D | z85230.c | 1267 int z8530_channel_load(struct z8530_channel *c, u8 *rtable) in z8530_channel_load() argument 1273 while (*rtable != 255) { in z8530_channel_load() 1274 int reg = *rtable++; in z8530_channel_load() 1278 write_zsreg(c, reg & 0x0F, *rtable); in z8530_channel_load() 1281 c->regs[reg] = *rtable++; in z8530_channel_load()
|
/drivers/net/ |
D | vrf.c | 112 struct rtable __rcu *rth; 544 struct rtable *rt; in vrf_process_v4_outbound() 875 struct rtable *rt = (struct rtable *)dst; in vrf_finish_output() 934 struct rtable *rth; in vrf_ip_out_redirect() 1052 struct rtable *rth = rtnl_dereference(vrf->rth); in vrf_rtable_release() 1074 struct rtable *rth; in vrf_rtable_create()
|
D | gtp.c | 393 static struct rtable *ip4_route_output_gtp(struct flowi4 *fl4, in ip4_route_output_gtp() 451 struct rtable *rt; 473 struct pdp_ctx *pctx, struct rtable *rt, in gtp_set_pktinfo_ipv4() 490 struct rtable *rt; in gtp_build_skb_ip4()
|
D | geneve.c | 772 static struct rtable *geneve_get_v4_rt(struct sk_buff *skb, in geneve_get_v4_rt() 783 struct rtable *rt = NULL; in geneve_get_v4_rt() 890 struct rtable *rt; in geneve_xmit_skb() 1121 struct rtable *rt; in geneve_fill_metadata_dst() 1593 struct rtable *rt = ip_route_output_key(geneve->net, &fl4); in geneve_link_config()
|
D | bareudp.c | 292 struct rtable *rt; in bareudp_xmit_skb() 476 struct rtable *rt; in bareudp_fill_metadata_dst()
|
/drivers/net/ppp/ |
D | pptp.c | 132 static struct rtable *pptp_route_output(struct pppox_sock *po, in pptp_route_output() 164 struct rtable *rt; in pptp_xmit() 421 struct rtable *rt; in pptp_connect()
|
/drivers/net/ethernet/chelsio/libcxgb/ |
D | libcxgb_cm.c | 97 struct rtable *rt; in cxgb_find_route()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_nvmetcp_ip_services.c | 30 struct rtable *rt; in qed_route_ipv4()
|
/drivers/s390/net/ |
D | qeth_core.h | 978 struct rtable *rt = (struct rtable *) dst; in qeth_next_hop_v4_rcu()
|
/drivers/net/ethernet/netronome/nfp/flower/ |
D | tunnel_conf.c | 529 struct rtable *rt; in nfp_tun_neigh_event_handler() 606 struct rtable *rt; in nfp_tunnel_request_route_v4()
|
D | action.c | 460 struct rtable *rt; in nfp_fl_set_tun()
|
/drivers/net/wireguard/ |
D | socket.c | 30 struct rtable *rt = NULL; in send4()
|
/drivers/net/ipvlan/ |
D | ipvlan_core.c | 420 struct rtable *rt; in ipvlan_process_v4_outbound()
|
/drivers/infiniband/sw/rxe/ |
D | rxe_net.c | 49 struct rtable *rt; in rxe_find_route4()
|
/drivers/infiniband/hw/qedr/ |
D | qedr_iw_cm.c | 447 struct rtable *rt = NULL; in qedr_addr4_resolve()
|
/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 588 static struct rtable *find_route_ipv4(struct flowi4 *fl4, in find_route_ipv4() 593 struct rtable *rt; in find_route_ipv4() 610 struct rtable *rt = NULL; in cxgbi_check_route()
|
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_tun.c | 112 struct rtable *rt; in mlx5e_route_lookup_ipv4_get()
|
/drivers/net/vxlan/ |
D | vxlan_core.c | 2391 static struct rtable *vxlan_get_route(struct vxlan_dev *vxlan, struct net_device *dev, in vxlan_get_route() 2399 struct rtable *rt = NULL; in vxlan_get_route() 2683 struct rtable *rt; in vxlan_xmit_one() 3187 struct rtable *rt; in vxlan_fill_metadata_dst()
|
/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 1806 wl->rtable = wl12xx_rtable; in wl12xx_setup()
|
/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 1879 wl->rtable = wl18xx_rtable; in wl18xx_setup()
|