Searched refs:EFX_PAGE_SIZE (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/siena/
H A Dnic_common.h103 #define EFX_PAGE_SIZE 4096 macro
105 #define EFX_BUF_SIZE EFX_PAGE_SIZE
H A Dsiena_sriov.c450 copy[pos].length = EFX_PAGE_SIZE;
812 (EFX_PAGE_SIZE -
886 copy[0].length = EFX_PAGE_SIZE;
952 BUG_ON(buffer->len != EFX_PAGE_SIZE);
964 for (pos = 0; pos < EFX_PAGE_SIZE; pos += sizeof(event))
976 copy_req[k].length = EFX_PAGE_SIZE;
1015 if (!efx_siena_alloc_buffer(efx, &buf, EFX_PAGE_SIZE, GFP_NOIO)) {
1130 &efx->pci_dev->dev, EFX_PAGE_SIZE,
1144 peer_space = EFX_PAGE_SIZE / sizeof(struct vfdi_endpoint);
1155 dma_free_coherent(&efx->pci_dev->dev, EFX_PAGE_SIZE,
[all...]
H A Dtx_common.c415 if (PAGE_SIZE > EFX_PAGE_SIZE)
417 DIV_ROUND_UP(GSO_MAX_SIZE, EFX_PAGE_SIZE));
H A Dfarch.c362 unsigned int limit = (~dma_addr & (EFX_PAGE_SIZE - 1)) + 1;
/linux-master/drivers/net/ethernet/sfc/
H A Dnic_common.h103 #define EFX_PAGE_SIZE 4096 macro
105 #define EFX_BUF_SIZE EFX_PAGE_SIZE
H A Dtx_common.c434 if (PAGE_SIZE > EFX_PAGE_SIZE)
437 EFX_PAGE_SIZE));
H A Def10.c2442 BUILD_BUG_ON(EFX_EF10_MAX_TX_DESCRIPTOR_LEN < EFX_PAGE_SIZE);
2443 len = (end & (~(EFX_PAGE_SIZE - 1))) - dma_addr;

Completed in 277 milliseconds