Searched refs:EFSYS_MEM_SIZE (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | siena_mac.c | 260 if (EFSYS_MEM_SIZE(esmp) < in siena_mac_stats_update() 268 EFSYS_DMA_SYNC_FOR_KERNEL(esmp, 0, EFSYS_MEM_SIZE(esmp)); in siena_mac_stats_update() 438 EFSYS_DMA_SYNC_FOR_KERNEL(esmp, 0, EFSYS_MEM_SIZE(esmp)); in siena_mac_stats_update()
|
| H A D | ef10_proxy.c | 206 EFSYS_MEM_SIZE(request_bufferp) / block_cnt, in ef10_proxy_auth_mc_config() 207 EFSYS_MEM_SIZE(response_bufferp) / block_cnt, in ef10_proxy_auth_mc_config()
|
| H A D | ef10_mac.c | 613 if (EFSYS_MEM_SIZE(esmp) < in ef10_mac_stats_update() 621 EFSYS_DMA_SYNC_FOR_KERNEL(esmp, 0, EFSYS_MEM_SIZE(esmp)); in ef10_mac_stats_update() 1016 EFSYS_DMA_SYNC_FOR_KERNEL(esmp, 0, EFSYS_MEM_SIZE(esmp)); in ef10_mac_stats_update()
|
| H A D | efx_intr.c | 314 if ((esmp == NULL) || (EFSYS_MEM_SIZE(esmp) < EFX_INTR_SIZE)) { in siena_intr_init()
|
| H A D | mcdi_mon.c | 200 if (EFSYS_MEM_SIZE(esmp) < size) { in efx_mcdi_read_sensors()
|
| H A D | rhead_ev.c | 121 if (EFSYS_MEM_SIZE(esmp) < (ndescs * desc_size)) { in rhead_ev_qcreate()
|
| H A D | siena_phy.c | 533 if ((esmp == NULL) || (EFSYS_MEM_SIZE(esmp) < EFX_PHY_STATS_SIZE)) { in siena_phy_stats_update()
|
| H A D | efx_mcdi.c | 2001 if (EFSYS_MEM_SIZE(esmp) < bytes) { in efx_mcdi_mac_stats() 2816 (EFSYS_MEM_SIZE(esmp) < efx_rxq_size(enp, ndescs))) { in efx_mcdi_init_rxq() 2991 (EFSYS_MEM_SIZE(esmp) < efx_txq_size(enp, ndescs))) { in efx_mcdi_init_txq()
|
| H A D | efx_ev.c | 318 if (EFSYS_MEM_SIZE(esmp) < (ndescs * encp->enc_ev_desc_size)) { in efx_ev_qcreate()
|
| /f-stack/dpdk/drivers/common/sfc_efx/ |
| H A D | efsys.h | 372 #define EFSYS_MEM_SIZE(_esmp) \ macro
|