Home
last modified time | relevance | path

Searched refs:RX_FL_ESIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1365 len = fl->qsize * RX_FL_ESIZE; in alloc_iq_fl()
1372 fl->cap = (fl->qsize - sc->sge.stat_len / RX_FL_ESIZE) * 8; in alloc_iq_fl()
3365 (void) ddi_dma_sync(fl->dhdl, desc_start * RX_FL_ESIZE, 0, in ring_fl_db()
3371 RX_FL_ESIZE, DDI_DMA_SYNC_FORDEV); in ring_fl_db()
3375 (void) ddi_dma_sync(fl->dhdl, desc_start * RX_FL_ESIZE, in ring_fl_db()
3376 ndesc * RX_FL_ESIZE, DDI_DMA_SYNC_FORDEV); in ring_fl_db()
H A Dadapter.h49 RX_FL_ESIZE = 64, /* 8 64bit addresses */ enumerator