Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dvcc.c83 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);
281 vcc_t *vccp = NULL; in vcc_getinfo() local
286 if ((vccp = ddi_get_soft_state(vcc_ssp, instance)) == NULL) { in vcc_getinfo()
290 *resultp = vccp->dip; in vcc_getinfo()
407 i_vcc_ldc_init(vcc_t *vccp, vcc_port_t *vport) in i_vcc_ldc_init() argument
[all …]