Searched refs:slotlen (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1c.c740 uint32_t rdinfo, status, totlen, pktlen, slotlen; local
799 slotlen = atgep->atge_mtu;
801 slotlen = totlen;
807 if (slotlen > atgep->atge_rx_buf_len) {
820 slotlen = min(atgep->atge_max_frame_size, totlen);
822 bcopy(buf->addr, (bufp + pktlen), slotlen);
823 pktlen += slotlen;
824 totlen -= slotlen;
827 atgep->atge_name, __func__, slotlen, rx_cons,
H A Datge_l1.c632 uint32_t index, flags, totlen, pktlen, slotlen; local
690 slotlen = atgep->atge_mtu;
692 slotlen = totlen;
698 if (slotlen > atgep->atge_rx_buf_len) {
715 slotlen = L1_RX_BYTES(ATGE_GET32(
719 bcopy(buf->addr, (bufp + pktlen), slotlen);
720 pktlen += slotlen;
723 atgep->atge_name, __func__, slotlen, rx_cons,
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c3475 int slotlen; local
3479 slotlen = howmany(szcpages, slots);
3481 if (slotid * slotlen >= szcpages)
3483 pfnlo = pfnlo + (((slotid * slotlen) % szcpages) * szcpgcnt);
3485 if (pfnhi > pfnlo + (slotlen * szcpgcnt))
3486 pfnhi = pfnlo + (slotlen * szcpgcnt) - 1;

Completed in 72 milliseconds