txslot 771 dev/ic/midway.c sc->txslot[lcv].mbsize = 0;
txslot 772 dev/ic/midway.c sc->txslot[lcv].start = ptr;
txslot 775 dev/ic/midway.c sc->txslot[lcv].stop = ptr;
txslot 776 dev/ic/midway.c sc->txslot[lcv].nref = 0;
txslot 777 dev/ic/midway.c bzero(&sc->txslot[lcv].indma, sizeof(sc->txslot[lcv].indma));
txslot 778 dev/ic/midway.c bzero(&sc->txslot[lcv].q, sizeof(sc->txslot[lcv].q));
txslot 781 dev/ic/midway.c sc->txslot[lcv].start, sc->txslot[lcv].stop);
txslot 1227 dev/ic/midway.c sc->txslot[0].nref++; /* bump reference count */
txslot 1250 dev/ic/midway.c sc->txslot[sc->txvc2slot[vci]].nref--;
txslot 1332 dev/ic/midway.c IF_DEQUEUE(&sc->txslot[lcv].indma, m);
txslot 1338 dev/ic/midway.c IF_DEQUEUE(&sc->txslot[lcv].q, m);
txslot 1343 dev/ic/midway.c sc->txslot[lcv].mbsize = 0;
txslot 1421 dev/ic/midway.c sc->txslot[slot].bfree = EN_TXSZ * 1024;
txslot 1424 dev/ic/midway.c loc = sc->txslot[slot].cur = sc->txslot[slot].start;
txslot 1645 dev/ic/midway.c if (sc->txslot[txchan].mbsize > EN_TXHIWAT) {
txslot 1655 dev/ic/midway.c sc->txslot[txchan].mbsize += mlen;
txslot 1662 dev/ic/midway.c sc->txslot[txchan].mbsize);
txslot 1665 dev/ic/midway.c IF_ENQUEUE(&sc->txslot[txchan].q, m);
txslot 1786 dev/ic/midway.c launch.t = sc->txslot[chan].q.ifq_head; /* peek at head of queue */
txslot 1874 dev/ic/midway.c if (launch.need >= sc->txslot[chan].bfree) {
txslot 1902 dev/ic/midway.c IF_DEQUEUE(&sc->txslot[chan].q, tmp);
txslot 1954 dev/ic/midway.c sc->txslot[chan].bfree -= launch.need;
txslot 1955 dev/ic/midway.c IF_ENQUEUE(&sc->txslot[chan].indma, launch.t);
txslot 1967 dev/ic/midway.c IF_DEQUEUE(&sc->txslot[chan].q, tmp);
txslot 1971 dev/ic/midway.c sc->txslot[chan].mbsize -= launch.mlen;
txslot 1988 dev/ic/midway.c u_int32_t cur = sc->txslot[chan].cur,
txslot 1989 dev/ic/midway.c start = sc->txslot[chan].start,
txslot 1990 dev/ic/midway.c stop = sc->txslot[chan].stop,
txslot 2323 dev/ic/midway.c sc->txslot[chan].cur = cur;
txslot 2392 dev/ic/midway.c val = (val * sizeof(u_int32_t)) + sc->txslot[lcv].start;
txslot 2394 dev/ic/midway.c if (val > sc->txslot[lcv].cur)
txslot 2395 dev/ic/midway.c sc->txslot[lcv].bfree = val - sc->txslot[lcv].cur;
txslot 2397 dev/ic/midway.c sc->txslot[lcv].bfree = (val + (EN_TXSZ*1024)) - sc->txslot[lcv].cur;
txslot 2400 dev/ic/midway.c sc->sc_dev.dv_xname, lcv, sc->txslot[lcv].bfree);
txslot 2427 dev/ic/midway.c IF_DEQUEUE(&sc->txslot[slot].indma, m);
txslot 2429 dev/ic/midway.c sc->txslot[slot].mbsize -= EN_DQ_LEN(dtq);
txslot 2433 dev/ic/midway.c sc->txslot[slot].mbsize);
txslot 2452 dev/ic/midway.c if ((kick & mask) && sc->txslot[lcv].q.ifq_head) {
txslot 3127 dev/ic/midway.c sc->txslot[slot].start, sc->txslot[slot].stop, sc->txslot[slot].cur,
txslot 3128 dev/ic/midway.c (sc->txslot[slot].cur - sc->txslot[slot].start)/4);
txslot 3129 dev/ic/midway.c printf("mbsize=%d, bfree=%d\n", sc->txslot[slot].mbsize,
txslot 3130 dev/ic/midway.c sc->txslot[slot].bfree);
txslot 140 dev/ic/midwayvar.h } txslot[MID_NTX_CH];