Searched refs:rtable (Results 1 – 18 of 18) sorted by relevance
/drivers/pci/hotplug/ |
D | ibmphp_core.c | 137 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/ |
D | io.h | 93 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()
|
D | wlcore.h | 409 const int *rtable; member
|
/drivers/net/wan/ |
D | z85230.c | 1383 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/ |
D | mv88e6123_61_65.c | 142 nexthop = ds->pd->rtable[i] & 0x1f; in mv88e6123_61_65_setup_global()
|
D | mv88e6131.c | 135 nexthop = ds->pd->rtable[i] & 0x1f; in mv88e6131_setup_global()
|
/drivers/net/ppp/ |
D | pptp.c | 184 struct rtable *rt; in pptp_xmit() 440 struct rtable *rt; in pptp_connect()
|
/drivers/infiniband/core/ |
D | addr.c | 208 struct rtable *rt; in addr4_resolve()
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 335 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/ |
D | cm.c | 336 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/ |
D | libcxgbi.c | 454 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/ |
D | main.c | 1710 wl->rtable = wl12xx_rtable; in wl12xx_setup()
|
/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 1585 wl->rtable = wl18xx_rtable; in wl18xx_setup()
|
/drivers/net/ |
D | vxlan.c | 983 struct rtable *rt; in vxlan_xmit_one()
|
/drivers/s390/net/ |
D | qeth_l3_main.c | 2816 struct rtable *rt = (struct rtable *) dst; in qeth_l3_fill_header()
|
/drivers/infiniband/hw/nes/ |
D | nes_cm.c | 1329 struct rtable *rt; in nes_addr_resolve_neigh()
|
/drivers/net/bonding/ |
D | bond_main.c | 2598 struct rtable *rt; in bond_arp_send_all()
|
/drivers/net/ethernet/broadcom/ |
D | cnic.c | 3663 struct rtable *rt; in cnic_get_v4_route()
|