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