Symbol: EFX_PAGE_SIZE
drivers/net/ethernet/sfc/ef10.c
2442
BUILD_BUG_ON(EFX_EF10_MAX_TX_DESCRIPTOR_LEN < EFX_PAGE_SIZE);
drivers/net/ethernet/sfc/ef10.c
2443
len = (end & (~(EFX_PAGE_SIZE - 1))) - dma_addr;
drivers/net/ethernet/sfc/nic_common.h
106
#define EFX_BUF_SIZE EFX_PAGE_SIZE
drivers/net/ethernet/sfc/siena/farch.c
362
unsigned int limit = (~dma_addr & (EFX_PAGE_SIZE - 1)) + 1;
drivers/net/ethernet/sfc/siena/nic_common.h
105
#define EFX_BUF_SIZE EFX_PAGE_SIZE
drivers/net/ethernet/sfc/siena/siena_sriov.c
1015
if (!efx_siena_alloc_buffer(efx, &buf, EFX_PAGE_SIZE, GFP_NOIO)) {
drivers/net/ethernet/sfc/siena/siena_sriov.c
1130
&efx->pci_dev->dev, EFX_PAGE_SIZE,
drivers/net/ethernet/sfc/siena/siena_sriov.c
1144
peer_space = EFX_PAGE_SIZE / sizeof(struct vfdi_endpoint);
drivers/net/ethernet/sfc/siena/siena_sriov.c
1155
dma_free_coherent(&efx->pci_dev->dev, EFX_PAGE_SIZE,
drivers/net/ethernet/sfc/siena/siena_sriov.c
1188
dma_free_coherent(&efx->pci_dev->dev, EFX_PAGE_SIZE,
drivers/net/ethernet/sfc/siena/siena_sriov.c
1271
rc = efx_siena_alloc_buffer(efx, &vf->buf, EFX_PAGE_SIZE,
drivers/net/ethernet/sfc/siena/siena_sriov.c
1566
if (efx_siena_alloc_buffer(efx, &buf, EFX_PAGE_SIZE, GFP_NOIO))
drivers/net/ethernet/sfc/siena/siena_sriov.c
450
copy[pos].length = EFX_PAGE_SIZE;
drivers/net/ethernet/sfc/siena/siena_sriov.c
812
(EFX_PAGE_SIZE -
drivers/net/ethernet/sfc/siena/siena_sriov.c
886
copy[0].length = EFX_PAGE_SIZE;
drivers/net/ethernet/sfc/siena/siena_sriov.c
952
BUG_ON(buffer->len != EFX_PAGE_SIZE);
drivers/net/ethernet/sfc/siena/siena_sriov.c
964
for (pos = 0; pos < EFX_PAGE_SIZE; pos += sizeof(event))
drivers/net/ethernet/sfc/siena/siena_sriov.c
976
copy_req[k].length = EFX_PAGE_SIZE;
drivers/net/ethernet/sfc/siena/tx_common.c
414
if (PAGE_SIZE > EFX_PAGE_SIZE)
drivers/net/ethernet/sfc/siena/tx_common.c
416
DIV_ROUND_UP(GSO_MAX_SIZE, EFX_PAGE_SIZE));
drivers/net/ethernet/sfc/tx_common.c
454
if (PAGE_SIZE > EFX_PAGE_SIZE)
drivers/net/ethernet/sfc/tx_common.c
457
EFX_PAGE_SIZE));