Searched refs:joint_vci (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/pvctxctl/
H A Dpvctxctl.c66 int joint_vci = 0; local
100 str2vc(optarg, &joint_vpi, &joint_vci);
129 ATM_PH_SETVCI(&pvcreq.pvc_joint, joint_vci);
142 joint_vpi, joint_vci, pcr);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmidway.c3684 static int en_txctl(struct en_softc *sc, int vci, int joint_vci, int pcr) argument
3698 if (joint_vci != 0)
3700 txchan = sc->txvc2slot[joint_vci];
3736 if (joint_vci != 0)
3737 printf(" slot shared with VCI:%d\n", joint_vci);
3747 int vci, joint_vci, pcr; local
3755 joint_vci = ATM_PH_VCI(pvc_joint);
3759 ATM_PH_VPI(pvc_joint) != 0 || joint_vci >= MID_N_VC)
3835 error = en_txctl(sc, vci, joint_vci, pcr);

Completed in 96 milliseconds