EFX_PAGE_SIZE
BUILD_BUG_ON(EFX_EF10_MAX_TX_DESCRIPTOR_LEN < EFX_PAGE_SIZE);
len = (end & (~(EFX_PAGE_SIZE - 1))) - dma_addr;
#define EFX_BUF_SIZE EFX_PAGE_SIZE
unsigned int limit = (~dma_addr & (EFX_PAGE_SIZE - 1)) + 1;
#define EFX_BUF_SIZE EFX_PAGE_SIZE
if (!efx_siena_alloc_buffer(efx, &buf, EFX_PAGE_SIZE, GFP_NOIO)) {
&efx->pci_dev->dev, EFX_PAGE_SIZE,
peer_space = EFX_PAGE_SIZE / sizeof(struct vfdi_endpoint);
dma_free_coherent(&efx->pci_dev->dev, EFX_PAGE_SIZE,
dma_free_coherent(&efx->pci_dev->dev, EFX_PAGE_SIZE,
rc = efx_siena_alloc_buffer(efx, &vf->buf, EFX_PAGE_SIZE,
if (efx_siena_alloc_buffer(efx, &buf, EFX_PAGE_SIZE, GFP_NOIO))
copy[pos].length = EFX_PAGE_SIZE;
(EFX_PAGE_SIZE -
copy[0].length = EFX_PAGE_SIZE;
BUG_ON(buffer->len != EFX_PAGE_SIZE);
for (pos = 0; pos < EFX_PAGE_SIZE; pos += sizeof(event))
copy_req[k].length = EFX_PAGE_SIZE;
if (PAGE_SIZE > EFX_PAGE_SIZE)
DIV_ROUND_UP(GSO_MAX_SIZE, EFX_PAGE_SIZE));
if (PAGE_SIZE > EFX_PAGE_SIZE)
EFX_PAGE_SIZE));