Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dsiena_sriov.c113 unsigned evq0_count; member
566 vf->evq0_count = buf_count; in efx_vfdi_init_evq()
757 vf->evq0_count = 0; in efx_vfdi_fini_all_queues()
955 if (!vf->evq0_count) in efx_siena_sriov_reset_vf()
957 BUG_ON(vf->evq0_count & (vf->evq0_count - 1)); in efx_siena_sriov_reset_vf()
968 for (pos = 0; pos < vf->evq0_count; pos += count) { in efx_siena_sriov_reset_vf()
969 count = min_t(unsigned, vf->evq0_count - pos, in efx_siena_sriov_reset_vf()
992 efx_siena_sriov_bufs(efx, buftbl, vf->evq0_addrs, vf->evq0_count); in efx_siena_sriov_reset_vf()
1001 FRF_AZ_EVQ_SIZE, __ffs(vf->evq0_count), in efx_siena_sriov_reset_vf()
1238 vf->evq0_count = 0; in efx_siena_sriov_vfs_fini()
[all …]