Searched refs:fc_ci_t (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/sun4/io/efcode/ |
H A D | fc_ops.c | 44 static int fco_new_device(dev_info_t *, fco_handle_t, fc_ci_t *); 45 static int fco_finish_device(dev_info_t *, fco_handle_t, fc_ci_t *); 46 static int fco_create_property(dev_info_t *, fco_handle_t, fc_ci_t *); 48 static int fco_validate(dev_info_t *, fco_handle_t, fc_ci_t *); 49 static int fco_invalidate(dev_info_t *, fco_handle_t, fc_ci_t *); 50 static int fco_exit(dev_info_t *, fco_handle_t, fc_ci_t *); 52 static int fco_getproplen(dev_info_t *, fco_handle_t, fc_ci_t *); 53 static int fco_getprop(dev_info_t *, fco_handle_t, fc_ci_t *); 55 static int fco_ap_phandle(dev_info_t *, fco_handle_t, fc_ci_t *); 56 static int fco_child(dev_info_t *, fco_handle_t, fc_ci_t *); [all …]
|
H A D | fcpci.c | 52 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 *); 54 static int pfc_dma_map_in(dev_info_t *, fco_handle_t, fc_ci_t *); 55 static int pfc_dma_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 *); 57 static int pfc_dma_cleanup(dev_info_t *, fco_handle_t, fc_ci_t *); 59 static int pfc_register_fetch(dev_info_t *, fco_handle_t, fc_ci_t *); 60 static int pfc_register_store(dev_info_t *, fco_handle_t, fc_ci_t *); 61 static int pfc_config_fetch(dev_info_t *, fco_handle_t, fc_ci_t *); 62 static int pfc_config_store(dev_info_t *, fco_handle_t, fc_ci_t *); [all …]
|
H A D | fc_subr.c | 391 fc_syntax_error(fc_ci_t *cp, char *msg) in fc_syntax_error() 400 fc_priv_error(fc_ci_t *cp, char *msg) in fc_priv_error() 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()
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | fcgp2.c | 44 static int gfc_map_in(dev_info_t *, fco_handle_t, fc_ci_t *); 45 static int gfc_map_out(dev_info_t *, fco_handle_t, fc_ci_t *); 46 static int gfc_register_fetch(dev_info_t *, fco_handle_t, fc_ci_t *); 47 static int gfc_register_store(dev_info_t *, fco_handle_t, fc_ci_t *); 48 static int gfc_claim_address(dev_info_t *, fco_handle_t, fc_ci_t *); 49 static int gfc_claim_memory(dev_info_t *, fco_handle_t, fc_ci_t *); 50 static int gfc_release_memory(dev_info_t *, fco_handle_t, fc_ci_t *); 51 static int gfc_vtop(dev_info_t *, fco_handle_t, fc_ci_t *); 52 static int gfc_master_intr(dev_info_t *, fco_handle_t, fc_ci_t *); 54 static int gfc_config_child(dev_info_t *, fco_handle_t, fc_ci_t *); [all …]
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | fcgp2.h | 59 fco_handle_t, fc_ci_t *); 61 fco_handle_t, fc_ci_t *);
|
/titanic_41/usr/src/uts/sun4/sys/ |
H A D | fcode.h | 151 typedef struct fc_client_interface fc_ci_t; typedef 534 typedef int (fc_ops_t)(dev_info_t *, fco_handle_t, fc_ci_t *); 620 extern int fc_fail_op(dev_info_t *, fco_handle_t, fc_ci_t *); 621 extern int fc_success_op(dev_info_t *, fco_handle_t, fc_ci_t *); 623 extern int fc_syntax_error(fc_ci_t *, char *); 624 extern int fc_priv_error(fc_ci_t *, char *);
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 62 static int opl_map_in(dev_info_t *, fco_handle_t, fc_ci_t *); 63 static int opl_map_out(dev_info_t *, fco_handle_t, fc_ci_t *); 64 static int opl_register_fetch(dev_info_t *, fco_handle_t, fc_ci_t *); 65 static int opl_register_store(dev_info_t *, fco_handle_t, fc_ci_t *); 67 static int opl_claim_memory(dev_info_t *, fco_handle_t, fc_ci_t *); 68 static int opl_release_memory(dev_info_t *, fco_handle_t, fc_ci_t *); 69 static int opl_vtop(dev_info_t *, fco_handle_t, fc_ci_t *); 71 static int opl_config_child(dev_info_t *, fco_handle_t, fc_ci_t *); 73 static int opl_get_fcode_size(dev_info_t *, fco_handle_t, fc_ci_t *); 74 static int opl_get_fcode(dev_info_t *, fco_handle_t, fc_ci_t *); [all …]
|