Home
last modified time | relevance | path

Searched refs:rtable (Results 1 – 18 of 18) sorted by relevance

/drivers/pci/hotplug/
Dibmphp_core.c137 struct irq_routing_table *rtable; in ibmphp_init_devno() local
142 rtable = pcibios_get_irq_routing_table(); in ibmphp_init_devno()
143 if (!rtable) { in ibmphp_init_devno()
148 len = (rtable->size - sizeof(struct irq_routing_table)) / in ibmphp_init_devno()
152 kfree(rtable); in ibmphp_init_devno()
156 if ((*cur_slot)->number == rtable->slots[loop].slot && in ibmphp_init_devno()
157 (*cur_slot)->bus == rtable->slots[loop].bus) { in ibmphp_init_devno()
160 (*cur_slot)->device = PCI_SLOT(rtable->slots[loop].devfn); in ibmphp_init_devno()
176 rtable->exclusive_irqs); in ibmphp_init_devno()
178 rtable->slots[loop].irq[0].bitmap); in ibmphp_init_devno()
[all …]
/drivers/net/wireless/ti/wlcore/
Dio.h93 return wlcore_raw_read(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_read_data()
100 return wlcore_raw_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_write_data()
151 return wlcore_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_write_data()
158 return wlcore_read(wl, wl->rtable[reg], buf, len, fixed); in wlcore_read_data()
192 wlcore_translate_addr(wl, wl->rtable[reg]), in wlcore_read_reg()
200 wlcore_translate_addr(wl, wl->rtable[reg]), in wlcore_write_reg()
Dwlcore.h409 const int *rtable; member
/drivers/net/wan/
Dz85230.c1383 int z8530_channel_load(struct z8530_channel *c, u8 *rtable) in z8530_channel_load() argument
1389 while(*rtable!=255) in z8530_channel_load()
1391 int reg=*rtable++; in z8530_channel_load()
1394 write_zsreg(c, reg&0x0F, *rtable); in z8530_channel_load()
1397 c->regs[reg]=*rtable++; in z8530_channel_load()
/drivers/net/dsa/
Dmv88e6123_61_65.c142 nexthop = ds->pd->rtable[i] & 0x1f; in mv88e6123_61_65_setup_global()
Dmv88e6131.c135 nexthop = ds->pd->rtable[i] & 0x1f; in mv88e6131_setup_global()
/drivers/net/ppp/
Dpptp.c184 struct rtable *rt; in pptp_xmit()
440 struct rtable *rt; in pptp_connect()
/drivers/infiniband/core/
Daddr.c208 struct rtable *rt; in addr4_resolve()
/drivers/infiniband/hw/cxgb3/
Diwch_cm.c335 static struct rtable *find_route(struct t3cdev *dev, __be32 local_ip, in find_route()
339 struct rtable *rt; in find_route()
1342 struct rtable *rt; in pass_accept_req()
1887 struct rtable *rt; in iwch_connect()
/drivers/infiniband/hw/cxgb4/
Dcm.c336 static struct rtable *find_route(struct c4iw_dev *dev, __be32 local_ip, in find_route()
340 struct rtable *rt; in find_route()
1566 struct rtable *rt; in c4iw_reconnect()
1968 struct rtable *rt; in pass_accept_req()
2519 struct rtable *rt; in c4iw_connect()
3024 struct rtable *rt; in rx_pkt()
/drivers/scsi/cxgbi/
Dlibcxgbi.c454 static struct rtable *find_route_ipv4(struct flowi4 *fl4, in find_route_ipv4()
458 struct rtable *rt; in find_route_ipv4()
474 struct rtable *rt = NULL; in cxgbi_check_route()
/drivers/net/wireless/ti/wl12xx/
Dmain.c1710 wl->rtable = wl12xx_rtable; in wl12xx_setup()
/drivers/net/wireless/ti/wl18xx/
Dmain.c1585 wl->rtable = wl18xx_rtable; in wl18xx_setup()
/drivers/net/
Dvxlan.c983 struct rtable *rt; in vxlan_xmit_one()
/drivers/s390/net/
Dqeth_l3_main.c2816 struct rtable *rt = (struct rtable *) dst; in qeth_l3_fill_header()
/drivers/infiniband/hw/nes/
Dnes_cm.c1329 struct rtable *rt; in nes_addr_resolve_neigh()
/drivers/net/bonding/
Dbond_main.c2598 struct rtable *rt; in bond_arp_send_all()
/drivers/net/ethernet/broadcom/
Dcnic.c3663 struct rtable *rt; in cnic_get_v4_route()