Lines Matching defs:rxoff
759 uint32_t rxoff = sa->sge->rx_offset;
768 *mb = desballoc((unsigned char *)rbp->cs_buf + rxoff,
769 SGE_SM_BUF_SZ(sa)-rxoff, BPRI_MED, &rbp->cs_frtn);
779 return (rbp->cs_pa + rxoff);
787 *mb = desballoc((unsigned char *)rbp->cs_buf + rxoff,
788 SGE_BG_BUF_SZ(sa)-rxoff, BPRI_MED, &rbp->cs_frtn);
798 return (rbp->cs_pa + rxoff);
814 uint32_t rxoff = sge->rx_offset;
827 * NOTE that rxoff is 2 for T1 adapters. We align the the start
828 * of the DMA buffer begin at rxoff offset for T1 cards instead of
866 (void) ddi_dma_sync(dh, (off_t)(rxoff), len,
906 (void) ddi_dma_sync(dh, (off_t)(rxoff), len,
1067 uint32_t rxoff = sge->rx_offset;
1099 e->BufferLength = sz - rxoff;