Searched refs:tst_soft (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_tx.c1145 if (sc->tst_soft[qptr] != IDT_TST_VBR) {
1154 sc->tst_soft[qptr] = IDT_TST_CBR | vcc->cid | TST_BOTH;
1177 if ((sc->tst_soft[i] & IDT_TST_MASK) == vcc->cid) {
1178 sc->tst_soft[i] = IDT_TST_VBR | TST_BOTH;
1210 if (sc->tst_soft[i] & flag) {
1212 sc->tst_soft[i] & ~TST_BOTH);
1213 sc->tst_soft[i] &= ~flag;
H A Dif_patmvar.h254 u_int *tst_soft; /* soft TST */ member in struct:patm_softc
H A Dif_patm_attach.c394 sc->tst_soft = malloc(sizeof(uint32_t) * sc->mmap->tst_size,
539 if (sc->tst_soft != NULL)
540 free(sc->tst_soft, M_DEVBUF);
H A Dif_patm.c381 sc->tst_soft[i] = IDT_TST_VBR;

Completed in 119 milliseconds