Searched defs:rxoff (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c759 uint32_t rxoff = sa->sge->rx_offset; local
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; local
827 * NOTE that rxoff is 2 for T1 adapters. We align the the start
828 * of the DMA buffer begin at rxoff offse
1067 uint32_t rxoff = sge->rx_offset; local
[all...]

Completed in 96 milliseconds