Searched refs:EFX_BUF_SIZE (Results 1 – 5 of 5) sorted by relevance
42 sizeof(efx_qword_t) / EFX_BUF_SIZE)
112 EFX_BUF_SIZE];168 (EFX_MAX_DMAQ_SIZE * sizeof(efx_qword_t) / EFX_BUF_SIZE))171 (2 * EFX_MAX_DMAQ_SIZE * sizeof(efx_qword_t) / EFX_BUF_SIZE))504 sizeof(efx_qword_t) / EFX_BUF_SIZE; in bad_buf_count()
184 dma_addr = buffer->buf.dma_addr + (i * EFX_BUF_SIZE); in efx_init_special_buffer()234 len = ALIGN(len, EFX_BUF_SIZE); in efx_alloc_special_buffer()238 buffer->entries = len / EFX_BUF_SIZE; in efx_alloc_special_buffer()239 BUG_ON(buffer->buf.dma_addr & (EFX_BUF_SIZE - 1)); in efx_alloc_special_buffer()1700 * sizeof(efx_qword_t) / EFX_BUF_SIZE); in efx_farch_dimension_resources()
1760 EFX_BUF_SIZE)); in efx_ef10_tx_init()1762 size_t entries = tx_queue->txd.buf.len / EFX_BUF_SIZE; in efx_ef10_tx_init()1790 dma_addr += EFX_BUF_SIZE; in efx_ef10_tx_init()2137 EFX_BUF_SIZE)); in efx_ef10_rx_init()2139 size_t entries = rx_queue->rxd.buf.len / EFX_BUF_SIZE; in efx_ef10_rx_init()2169 dma_addr += EFX_BUF_SIZE; in efx_ef10_rx_init()2316 EFX_BUF_SIZE)); in efx_ef10_ev_init()2318 size_t entries = channel->eventq.buf.len / EFX_BUF_SIZE; in efx_ef10_ev_init()2356 dma_addr += EFX_BUF_SIZE; in efx_ef10_ev_init()
155 #define EFX_BUF_SIZE EFX_PAGE_SIZE macro