Searched refs:EFX_PAGE_SIZE (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | nic_common.h | 103 #define EFX_PAGE_SIZE 4096 macro 105 #define EFX_BUF_SIZE EFX_PAGE_SIZE
|
H A D | siena_sriov.c | 450 copy[pos].length = EFX_PAGE_SIZE; in __efx_siena_sriov_push_vf_status() 812 (EFX_PAGE_SIZE - in efx_vfdi_set_status_page() 886 copy[0].length = EFX_PAGE_SIZE; in efx_siena_sriov_vfdi() 952 BUG_ON(buffer->len != EFX_PAGE_SIZE); in efx_siena_sriov_reset_vf() 964 for (pos = 0; pos < EFX_PAGE_SIZE; pos += sizeof(event)) in efx_siena_sriov_reset_vf() 976 copy_req[k].length = EFX_PAGE_SIZE; in efx_siena_sriov_reset_vf() 1015 if (!efx_siena_alloc_buffer(efx, &buf, EFX_PAGE_SIZE, GFP_NOIO)) { in efx_siena_sriov_reset_vf_work() 1130 &efx->pci_dev->dev, EFX_PAGE_SIZE, in efx_siena_sriov_peer_work() 1144 peer_space = EFX_PAGE_SIZE / sizeof(struct vfdi_endpoint); in efx_siena_sriov_peer_work() 1155 dma_free_coherent(&efx->pci_dev->dev, EFX_PAGE_SIZE, in efx_siena_sriov_peer_work() [all...] |
H A D | tx_common.c | 416 if (PAGE_SIZE > EFX_PAGE_SIZE) in efx_siena_tx_max_skb_descs() 418 DIV_ROUND_UP(GSO_MAX_SIZE, EFX_PAGE_SIZE)); in efx_siena_tx_max_skb_descs()
|
H A D | farch.c | 362 unsigned int limit = (~dma_addr & (EFX_PAGE_SIZE - 1)) + 1; in efx_farch_tx_limit_len()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | siena_sriov.c | 449 copy[pos].length = EFX_PAGE_SIZE; in __efx_siena_sriov_push_vf_status() 811 (EFX_PAGE_SIZE - in efx_vfdi_set_status_page() 885 copy[0].length = EFX_PAGE_SIZE; in efx_siena_sriov_vfdi() 951 BUG_ON(buffer->len != EFX_PAGE_SIZE); in efx_siena_sriov_reset_vf() 963 for (pos = 0; pos < EFX_PAGE_SIZE; pos += sizeof(event)) in efx_siena_sriov_reset_vf() 975 copy_req[k].length = EFX_PAGE_SIZE; in efx_siena_sriov_reset_vf() 1014 if (!efx_nic_alloc_buffer(efx, &buf, EFX_PAGE_SIZE, GFP_NOIO)) { in efx_siena_sriov_reset_vf_work() 1129 &efx->pci_dev->dev, EFX_PAGE_SIZE, in efx_siena_sriov_peer_work() 1143 peer_space = EFX_PAGE_SIZE / sizeof(struct vfdi_endpoint); in efx_siena_sriov_peer_work() 1154 dma_free_coherent(&efx->pci_dev->dev, EFX_PAGE_SIZE, in efx_siena_sriov_peer_work() [all...] |
H A D | nic_common.h | 106 #define EFX_PAGE_SIZE 4096 macro 108 #define EFX_BUF_SIZE EFX_PAGE_SIZE
|
H A D | tx_common.c | 415 if (PAGE_SIZE > EFX_PAGE_SIZE) in efx_tx_max_skb_descs() 417 DIV_ROUND_UP(GSO_MAX_SIZE, EFX_PAGE_SIZE)); in efx_tx_max_skb_descs()
|
H A D | ef10.c | 2426 BUILD_BUG_ON(EFX_EF10_MAX_TX_DESCRIPTOR_LEN < EFX_PAGE_SIZE); in efx_ef10_tx_limit_len() 2427 len = (end & (~(EFX_PAGE_SIZE - 1))) - dma_addr; in efx_ef10_tx_limit_len()
|
H A D | farch.c | 361 unsigned int limit = (~dma_addr & (EFX_PAGE_SIZE - 1)) + 1; in efx_farch_tx_limit_len()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | nic_common.h | 103 #define EFX_PAGE_SIZE 4096 macro 105 #define EFX_BUF_SIZE EFX_PAGE_SIZE
|
H A D | tx_common.c | 435 if (PAGE_SIZE > EFX_PAGE_SIZE) in efx_tx_max_skb_descs() 438 EFX_PAGE_SIZE)); in efx_tx_max_skb_descs()
|
H A D | ef10.c | 2442 BUILD_BUG_ON(EFX_EF10_MAX_TX_DESCRIPTOR_LEN < EFX_PAGE_SIZE); in efx_ef10_tx_limit_len() 2443 len = (end & (~(EFX_PAGE_SIZE - 1))) - dma_addr; in efx_ef10_tx_limit_len()
|
Completed in 24 milliseconds