EFX_PAGE_SIZE    2582 drivers/net/ethernet/sfc/ef10.c 		BUILD_BUG_ON(EFX_EF10_MAX_TX_DESCRIPTOR_LEN < EFX_PAGE_SIZE);
EFX_PAGE_SIZE    2583 drivers/net/ethernet/sfc/ef10.c 		len = (end & (~(EFX_PAGE_SIZE - 1))) - dma_addr;
EFX_PAGE_SIZE     360 drivers/net/ethernet/sfc/farch.c 	unsigned int limit = (~dma_addr & (EFX_PAGE_SIZE - 1)) + 1;
EFX_PAGE_SIZE     153 drivers/net/ethernet/sfc/nic.h #define EFX_BUF_SIZE	EFX_PAGE_SIZE
EFX_PAGE_SIZE     448 drivers/net/ethernet/sfc/siena_sriov.c 		copy[pos].length = EFX_PAGE_SIZE;
EFX_PAGE_SIZE     810 drivers/net/ethernet/sfc/siena_sriov.c 		(EFX_PAGE_SIZE -
EFX_PAGE_SIZE     884 drivers/net/ethernet/sfc/siena_sriov.c 	copy[0].length = EFX_PAGE_SIZE;
EFX_PAGE_SIZE     950 drivers/net/ethernet/sfc/siena_sriov.c 	BUG_ON(buffer->len != EFX_PAGE_SIZE);
EFX_PAGE_SIZE     962 drivers/net/ethernet/sfc/siena_sriov.c 	for (pos = 0; pos < EFX_PAGE_SIZE; pos += sizeof(event))
EFX_PAGE_SIZE     974 drivers/net/ethernet/sfc/siena_sriov.c 			copy_req[k].length = EFX_PAGE_SIZE;
EFX_PAGE_SIZE    1013 drivers/net/ethernet/sfc/siena_sriov.c 	if (!efx_nic_alloc_buffer(efx, &buf, EFX_PAGE_SIZE, GFP_NOIO)) {
EFX_PAGE_SIZE    1128 drivers/net/ethernet/sfc/siena_sriov.c 					&efx->pci_dev->dev, EFX_PAGE_SIZE,
EFX_PAGE_SIZE    1142 drivers/net/ethernet/sfc/siena_sriov.c 			peer_space = EFX_PAGE_SIZE / sizeof(struct vfdi_endpoint);
EFX_PAGE_SIZE    1153 drivers/net/ethernet/sfc/siena_sriov.c 		dma_free_coherent(&efx->pci_dev->dev, EFX_PAGE_SIZE,
EFX_PAGE_SIZE    1186 drivers/net/ethernet/sfc/siena_sriov.c 		dma_free_coherent(&efx->pci_dev->dev, EFX_PAGE_SIZE,
EFX_PAGE_SIZE    1270 drivers/net/ethernet/sfc/siena_sriov.c 		rc = efx_nic_alloc_buffer(efx, &vf->buf, EFX_PAGE_SIZE,
EFX_PAGE_SIZE    1565 drivers/net/ethernet/sfc/siena_sriov.c 	if (efx_nic_alloc_buffer(efx, &buf, EFX_PAGE_SIZE, GFP_NOIO))
EFX_PAGE_SIZE     116 drivers/net/ethernet/sfc/tx.c 	if (PAGE_SIZE > EFX_PAGE_SIZE)
EFX_PAGE_SIZE     118 drivers/net/ethernet/sfc/tx.c 				   DIV_ROUND_UP(GSO_MAX_SIZE, EFX_PAGE_SIZE));