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

/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dsiena_sriov.c73 * @evq0_count: Number of entries in @evq0_addrs.
112 unsigned evq0_count; member in struct:efx_vf
564 vf->evq0_count = buf_count; efx_vfdi_init_evq()
755 vf->evq0_count = 0; efx_vfdi_fini_all_queues()
952 if (!vf->evq0_count) efx_siena_sriov_reset_vf()
954 BUG_ON(vf->evq0_count & (vf->evq0_count - 1)); efx_siena_sriov_reset_vf()
965 for (pos = 0; pos < vf->evq0_count; pos += count) { efx_siena_sriov_reset_vf()
966 count = min_t(unsigned, vf->evq0_count - pos, efx_siena_sriov_reset_vf()
989 efx_siena_sriov_bufs(efx, buftbl, vf->evq0_addrs, vf->evq0_count); efx_siena_sriov_reset_vf()
998 FRF_AZ_EVQ_SIZE, __ffs(vf->evq0_count), efx_siena_sriov_reset_vf()
1230 vf->evq0_count = 0; efx_siena_sriov_vfs_fini()
1467 vf->evq0_count = 0; efx_siena_sriov_flr()

Completed in 83 milliseconds