Searched refs:rxoff (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | sge.c | 758 uint32_t rxoff = sa->sge->rx_offset; in os_freelist_buffer_alloc() local 767 *mb = desballoc((unsigned char *)rbp->cs_buf + rxoff, in os_freelist_buffer_alloc() 768 SGE_SM_BUF_SZ(sa)-rxoff, BPRI_MED, &rbp->cs_frtn); in os_freelist_buffer_alloc() 778 return (rbp->cs_pa + rxoff); in os_freelist_buffer_alloc() 786 *mb = desballoc((unsigned char *)rbp->cs_buf + rxoff, in os_freelist_buffer_alloc() 787 SGE_BG_BUF_SZ(sa)-rxoff, BPRI_MED, &rbp->cs_frtn); in os_freelist_buffer_alloc() 797 return (rbp->cs_pa + rxoff); in os_freelist_buffer_alloc() 813 uint32_t rxoff = sge->rx_offset; in t1_sge_rx() local 865 (void) ddi_dma_sync(dh, (off_t)(rxoff), len, in t1_sge_rx() 905 (void) ddi_dma_sync(dh, (off_t)(rxoff), len, in t1_sge_rx() [all …]
|