Home
last modified time | relevance | path

Searched refs:EFX_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/sfc/
Dsiena_sriov.c451 copy[pos].length = EFX_PAGE_SIZE; in __efx_siena_sriov_push_vf_status()
813 (EFX_PAGE_SIZE - in efx_vfdi_set_status_page()
887 copy[0].length = EFX_PAGE_SIZE; in efx_siena_sriov_vfdi()
953 BUG_ON(buffer->len != EFX_PAGE_SIZE); in efx_siena_sriov_reset_vf()
965 for (pos = 0; pos < EFX_PAGE_SIZE; pos += sizeof(event)) in efx_siena_sriov_reset_vf()
977 copy_req[k].length = EFX_PAGE_SIZE; in efx_siena_sriov_reset_vf()
1016 if (!efx_nic_alloc_buffer(efx, &buf, EFX_PAGE_SIZE, GFP_NOIO)) { in efx_siena_sriov_reset_vf_work()
1131 &efx->pci_dev->dev, EFX_PAGE_SIZE, in efx_siena_sriov_peer_work()
1145 peer_space = EFX_PAGE_SIZE / sizeof(struct vfdi_endpoint); in efx_siena_sriov_peer_work()
1156 dma_free_coherent(&efx->pci_dev->dev, EFX_PAGE_SIZE, in efx_siena_sriov_peer_work()
[all …]
Dnic.h153 #define EFX_PAGE_SIZE 4096 macro
155 #define EFX_BUF_SIZE EFX_PAGE_SIZE
Dtx.c105 unsigned len = (~dma_addr & (EFX_PAGE_SIZE - 1)) + 1; in efx_max_tx_len()
128 if (PAGE_SIZE > EFX_PAGE_SIZE) in efx_tx_max_skb_descs()
130 DIV_ROUND_UP(GSO_MAX_SIZE, EFX_PAGE_SIZE)); in efx_tx_max_skb_descs()