Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Dsiena_sriov.c111 unsigned evq0_count; member
565 vf->evq0_count = buf_count; in efx_vfdi_init_evq()
756 vf->evq0_count = 0; in efx_vfdi_fini_all_queues()
954 if (!vf->evq0_count) in efx_siena_sriov_reset_vf()
956 BUG_ON(vf->evq0_count & (vf->evq0_count - 1)); in efx_siena_sriov_reset_vf()
967 for (pos = 0; pos < vf->evq0_count; pos += count) { in efx_siena_sriov_reset_vf()
968 count = min_t(unsigned, vf->evq0_count - pos, in efx_siena_sriov_reset_vf()
991 efx_siena_sriov_bufs(efx, buftbl, vf->evq0_addrs, vf->evq0_count); in efx_siena_sriov_reset_vf()
1000 FRF_AZ_EVQ_SIZE, __ffs(vf->evq0_count), in efx_siena_sriov_reset_vf()
1237 vf->evq0_count = 0; in efx_siena_sriov_vfs_fini()
[all …]