Home
last modified time | relevance | path

Searched refs:fco_handle_t (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h464 typedef struct fc_resource_list *fco_handle_t; typedef
492 extern fco_handle_t
496 extern fco_handle_t
501 extern fco_handle_t
506 extern void pci_fc_ops_free_handle(fco_handle_t handle);
507 extern void gp2_fc_ops_free_handle(fco_handle_t handle);
508 extern void fc_ops_free_handle(fco_handle_t handle);
513 struct fc_device_tree *fc_handle_to_dtree(fco_handle_t);
551 fco_handle_t handle; /* Caller's private identifier */
614 extern void fc_lock_resource_list(fco_handle_t);
[all …]
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c51 static int fco_exit(dev_info_t *, fco_handle_t, fc_ci_t *);
58 static int fco_peer(dev_info_t *, fco_handle_t, fc_ci_t *);
101 fco_handle_t
105 fco_handle_t rp; in fc_ops_alloc_handle()
135 fc_ops_free_handle(fco_handle_t rp) in fc_ops_free_handle()
165 fc_ops(dev_info_t *ap, fco_handle_t handle, fc_ci_t *cp) in fc_ops()
320 fco_child(dev_info_t *ap, fco_handle_t rp, fc_ci_t *cp) in fco_child()
352 fco_peer(dev_info_t *ap, fco_handle_t rp, fc_ci_t *cp) in fco_peer()
384 fco_parent(dev_info_t *ap, fco_handle_t rp, fc_ci_t *cp) in fco_parent()
450 find_nodeid_resource(fco_handle_t rp, int n) in find_nodeid_resource()
[all …]
H A Dfcpci.c52 static int pfc_map_in(dev_info_t *, fco_handle_t, fc_ci_t *);
53 static int pfc_map_out(dev_info_t *, fco_handle_t, fc_ci_t *);
56 static int pfc_dma_sync(dev_info_t *, fco_handle_t, fc_ci_t *);
181 fco_handle_t
186 fco_handle_t rp; in pci_fc_ops_alloc_handle()
219 pci_fc_ops_free_handle(fco_handle_t rp) in pci_fc_ops_free_handle()
262 pci_fc_ops(dev_info_t *ap, fco_handle_t rp, fc_ci_t *cp) in pci_fc_ops()
382 pfc_dma_sync(dev_info_t *ap, fco_handle_t rp, fc_ci_t *cp) in pfc_dma_sync()
496 next_dma_resource(fco_handle_t rp) in next_dma_resource()
544 pfc_map_in(dev_info_t *ap, fco_handle_t rp, fc_ci_t *cp) in pfc_map_in()
[all …]
H A Dfc_subr.c144 fcode_interpreter(dev_info_t *ap, fc_ops_t *ops, fco_handle_t handle) in fcode_interpreter()
326 fc_add_resource(fco_handle_t rp, struct fc_resource *ip) in fc_add_resource()
340 fc_rem_resource(fco_handle_t rp, struct fc_resource *ip) in fc_rem_resource()
374 fc_lock_resource_list(fco_handle_t rp) in fc_lock_resource_list()
381 fc_unlock_resource_list(fco_handle_t rp) in fc_unlock_resource_list()
410 fc_success_op(dev_info_t *ap, fco_handle_t handle, fc_ci_t *cp) in fc_success_op()
424 fc_fail_op(dev_info_t *ap, fco_handle_t handle, fc_ci_t *cp) in fc_fail_op()
439 fc_handle_to_phandle_head(fco_handle_t rp) in fc_handle_to_phandle_head()
571 fc_handle_to_dtree_head(fco_handle_t rp) in fc_handle_to_dtree_head()
580 fc_handle_to_dtree(fco_handle_t rp) in fc_handle_to_dtree()
H A Dfcode.c498 fco_handle_t rp; in fc_get_parameters()
571 fco_handle_t rp; in fc_get_my_args()
832 fco_handle_t rp; in fc_get_fcode()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dgp2cfg.h55 void gptwocfg_save_handle(dev_info_t *, fco_handle_t);
56 fco_handle_t gptwocfg_get_handle(dev_info_t *);
98 fco_handle_t fco_handle;
H A Dfcgp2.h59 fco_handle_t, fc_ci_t *);
61 fco_handle_t, fc_ci_t *);
H A Dopl_cfg.h145 fco_handle_t cfg_cmuch_handle;
149 fco_handle_t cfg_pcich_handle[HWD_PCI_CHANNELS_PER_SB]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c64 static int opl_map_in(dev_info_t *, fco_handle_t, fc_ci_t *);
65 static int opl_map_out(dev_info_t *, fco_handle_t, fc_ci_t *);
71 static int opl_vtop(dev_info_t *, fco_handle_t, fc_ci_t *);
1144 fco_handle_t
1149 fco_handle_t rp; in opl_fc_ops_alloc_handle()
1179 opl_fc_ops_free_handle(fco_handle_t rp) in opl_fc_ops_free_handle()
1271 opl_map_in(dev_info_t *ap, fco_handle_t rp, fc_ci_t *cp) in opl_map_in()
1331 opl_map_out(dev_info_t *ap, fco_handle_t rp, fc_ci_t *cp) in opl_map_out()
1739 opl_vtop(dev_info_t *ap, fco_handle_t rp, fc_ci_t *cp) in opl_vtop()
2372 fco_handle_t fco_handle, *cfg_handle; in opl_probe_leaf()
[all …]
H A Dgptwocfg.c590 gptwocfg_save_handle(dev_info_t *dip, fco_handle_t fco_handle) in gptwocfg_save_handle()
609 fco_handle_t
613 fco_handle_t fco_handle; in gptwocfg_get_handle()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c4294 fco_handle_t c; in pcicfg_fcode_probe()