Searched refs:vcc_t (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vcc.c | 83 static int i_vcc_ldc_init(vcc_t *vccp, vcc_port_t *vport); 84 static int i_vcc_add_port(vcc_t *vccp, char *group_name, uint64_t tcp_port, 86 static int i_vcc_config_port(vcc_t *vccp, uint_t portno, uint64_t ldc_id); 87 static int i_vcc_reset_events(vcc_t *vccp); 88 static int i_vcc_cons_tbl(vcc_t *vccp, uint_t num_ports, 90 static int i_vcc_del_cons_ok(vcc_t *vccp, caddr_t buf, int mode); 236 error = ddi_soft_state_init(&vcc_ssp, sizeof (vcc_t), 1); in _init() 281 vcc_t *vccp = NULL; in vcc_getinfo() 407 i_vcc_ldc_init(vcc_t *vccp, vcc_port_t *vport) in i_vcc_ldc_init() 675 i_vcc_config_port(vcc_t *vccp, uint_t portno, uint64_t ldc_id) in i_vcc_config_port() [all …]
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | vcc_impl.h | 295 } vcc_t; typedef
|