Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/en/
Dmidway.c981 if (ATM_PH_VPI(ap) != 0 || vci >= MID_N_VC || in en_start()
1178 if (op->param.vpi != 0 || op->param.vci >= MID_N_VC) in en_open_vcc()
1262 if (cl->vpi != 0 || cl->vci >= MID_N_VC) in en_close_vcc()
1354 for (lcv = 0 ; lcv < MID_N_VC ; lcv++) { in en_reset_ul()
1498 for (vc = 0; vc < MID_N_VC; vc++) in en_init()
1600 MID_N_VC, sc->vccs_open, &sc->en_mtx, 0); in en_ioctl()
1610 MID_N_VC, sc->vccs_open, &sc->en_mtx, 1); in en_ioctl()
2870 IFP2IFATM(sc->ifp)->mib.max_vccs = MID_N_VC; in en_attach()
2948 sc->vccs = malloc(MID_N_VC * sizeof(sc->vccs[0]), in en_attach()
2983 if (sc->en_nrx >= MID_N_VC) in en_attach()
[all …]
Dmidwayreg.h15 #define MID_N_VC 1024 /* # of VCs we can use */ macro