Lines Matching defs:cba
96 static dev_info_t *vdds_create_new_node(vdds_cb_arg_t *cba,
579 vdds_cb_arg_t cba;
594 cba.dip = NULL;
595 cba.cookie = cookie;
596 cba.macaddr = macaddr;
597 cba.max_frame_size = max_frame_size;
598 nexus_dip = vdds_create_new_node(&cba, NULL,
611 cba.dip = NULL;
612 cba.cookie = cookie;
613 cba.macaddr = macaddr;
614 cba.max_frame_size = max_frame_size;
615 niu_dip = vdds_create_new_node(&cba, nexus_dip,
773 vdds_cb_arg_t *cba = (vdds_cb_arg_t *)arg;
810 reg.addr_hi = 0xc0000000 | NIUCFGHDL(cba->cookie);
861 cba->dip = dip;
872 vdds_cb_arg_t *cba = (vdds_cb_arg_t *)arg;
931 if (vdds_hv_niu_vr_getinfo(HVCOOKIE(cba->cookie),
934 cba->cookie);
937 reg.addr_hi = HVCOOKIE(cba->cookie);
966 if (prp->child_hi == HVCOOKIE(cba->cookie)) {
988 prp->child_hi = HVCOOKIE(cba->cookie);
1003 vnet_macaddr_ultostr(cba->macaddr, macaddrbytes);
1016 rv = vdds_get_interrupts(cba->cookie, rnum, interrupts, &nintr);
1019 cba->cookie);
1034 cba->max_frame_size) != DDI_SUCCESS) {
1040 cba->dip = dip;