Searched refs:f_c (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/pci/
H A Dpcibr_private.h116 struct pciio_info_s f_c; /* MUST BE FIRST. */ member in struct:pcibr_info_s
117 #define f_vertex f_c.c_vertex /* back pointer to vertex */
118 #define f_bus f_c.c_bus /* which bus the card is in */
119 #define f_slot f_c.c_slot /* which slot the card is in */
120 #define f_func f_c.c_func /* which func (on multi-func cards) */
121 #define f_vendor f_c.c_vendor /* PCI card "vendor" code */
122 #define f_device f_c.c_device /* PCI card "device" code */
123 #define f_master f_c.c_master /* PCI bus provider */
124 #define f_mfast f_c.c_mfast /* cached fastinfo from c_master */
125 #define f_pops f_c
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/pci/
H A Dpcibr_private.h116 struct pciio_info_s f_c; /* MUST BE FIRST. */ member in struct:pcibr_info_s
117 #define f_vertex f_c.c_vertex /* back pointer to vertex */
118 #define f_bus f_c.c_bus /* which bus the card is in */
119 #define f_slot f_c.c_slot /* which slot the card is in */
120 #define f_func f_c.c_func /* which func (on multi-func cards) */
121 #define f_vendor f_c.c_vendor /* PCI card "vendor" code */
122 #define f_device f_c.c_device /* PCI card "device" code */
123 #define f_master f_c.c_master /* PCI bus provider */
124 #define f_mfast f_c.c_mfast /* cached fastinfo from c_master */
125 #define f_pops f_c
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/pcibr/
H A Dpcibr_slot.c622 conn_vhdl = pciio_device_info_register(pcibr_vhdl, &pcibr_info->f_c);
1160 (pcibr_vhdl, &pcibr_info->f_c);
1597 pciio_device_info_unregister(pcibr_vhdl, &pcibr_info->f_c);
1598 pciio_device_info_free(&pcibr_info->f_c);
H A Dpcibr_dvr.c960 pciio_device_info_new(&pcibr_info->f_c,
1191 pcibr_bus_cnvlink(devfs_handle_t f_c, int slot) argument
1202 printk("pcibr_bus_cnvlink: slot= %d f_c= %p\n",
1203 slot, f_c);
1207 pos = devfs_generate_path(f_c, dname, 256);
1212 if (GRAPH_SUCCESS != hwgraph_vertex_name_get(f_c, dst, MAXDEVNAME))
1774 (pcibr_vhdl, &pcibr_info->f_c);
1926 &(pcibr_soft->bs_noslot_info->f_c));
2001 pciio_info_t pciio_info = &pcibr_info->f_c;
2332 pciio_info_t pciio_info = &pcibr_info->f_c;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn1/
H A Dpcibr.c2128 pciio_device_info_new(&pcibr_info->f_c,
2165 pciio_device_info_unregister(pcibr_vhdl, &pcibr_info->f_c);
2166 pciio_device_info_free(&pcibr_info->f_c);
2375 conn_vhdl = pciio_device_info_register(pcibr_vhdl, &pcibr_info->f_c);
2912 (pcibr_vhdl, &pcibr_info->f_c);
3296 pcibr_bus_cnvlink(devfs_handle_t f_c, int slot)
3307 printk("pcibr_bus_cnvlink: slot= %d f_c= %p\n",
3308 slot, f_c);
3312 pos = devfs_generate_path(f_c, dname, 256);
3317 if (GRAPH_SUCCESS != hwgraph_vertex_name_get(f_c, ds
[all...]

Completed in 92 milliseconds