Symbol: MCX_PAGE_SIZE
sys/dev/pci/if_mcx.c
114
#define MCX_DOORBELL_AREA_SIZE MCX_PAGE_SIZE
sys/dev/pci/if_mcx.c
119
#define MCX_WQ_DOORBELL_BASE MCX_PAGE_SIZE/2
sys/dev/pci/if_mcx.c
2780
if (cq_stride * cq_size > MCX_PAGE_SIZE) {
sys/dev/pci/if_mcx.c
2786
MCX_PAGE_SIZE) != 0) {
sys/dev/pci/if_mcx.c
2791
if (mcx_dmamem_alloc(sc, &sc->sc_cmdq_mem, MCX_PAGE_SIZE,
sys/dev/pci/if_mcx.c
2792
MCX_PAGE_SIZE) != 0) {
sys/dev/pci/if_mcx.c
3536
*pas = htobe64(MCX_DMA_DVA(buf) + (i * MCX_PAGE_SIZE));
sys/dev/pci/if_mcx.c
3904
bus_dma_iter_add(&iter, MCX_PAGE_SIZE);
sys/dev/pci/if_mcx.c
4364
MCX_PAGE_SIZE);
sys/dev/pci/if_mcx.c
4368
if (mcx_dmamem_alloc(sc, &eq->eq_mem, npages * MCX_PAGE_SIZE,
sys/dev/pci/if_mcx.c
4369
MCX_PAGE_SIZE) != 0) {
sys/dev/pci/if_mcx.c
4659
MCX_PAGE_SIZE);
sys/dev/pci/if_mcx.c
4663
if (mcx_dmamem_alloc(sc, &cq->cq_mem, npages * MCX_PAGE_SIZE,
sys/dev/pci/if_mcx.c
4664
MCX_PAGE_SIZE) != 0) {
sys/dev/pci/if_mcx.c
4813
MCX_PAGE_SIZE);
sys/dev/pci/if_mcx.c
4817
if (mcx_dmamem_alloc(sc, &rx->rx_rq_mem, npages * MCX_PAGE_SIZE,
sys/dev/pci/if_mcx.c
4818
MCX_PAGE_SIZE) != 0) {
sys/dev/pci/if_mcx.c
5173
MCX_PAGE_SIZE);
sys/dev/pci/if_mcx.c
5177
if (mcx_dmamem_alloc(sc, &tx->tx_sq_mem, npages * MCX_PAGE_SIZE,
sys/dev/pci/if_mcx.c
5178
MCX_PAGE_SIZE) != 0) {
sys/dev/pci/if_mcx.c
7007
offset = (MCX_PAGE_SIZE * uar) + MCX_UAR_CQ_DOORBELL;
sys/dev/pci/if_mcx.c
7093
offset = (MCX_PAGE_SIZE * uar) + MCX_UAR_EQ_DOORBELL_ARM;
sys/dev/pci/if_mcx.c
7830
bf_base = (tx->tx_uar * MCX_PAGE_SIZE) + MCX_UAR_BF;
sys/dev/pci/if_mcx.c
8346
bus_size_t len = pages * MCX_PAGE_SIZE;
sys/dev/pci/if_mcx.c
8355
if (bus_dmamem_alloc(sc->sc_dmat, len, MCX_PAGE_SIZE, 0,
sys/dev/pci/if_mcx.c
8379
if (bus_dmamap_create(sc->sc_dmat, len, pages, MCX_PAGE_SIZE,
sys/dev/pci/if_mcx.c
8380
MCX_PAGE_SIZE, BUS_DMA_NOWAIT|BUS_DMA_ALLOCNOW|BUS_DMA_64BIT,