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

/drivers/net/ethernet/sfc/
H A Dsiena_sriov.c70 * @evq0_count: Number of entries in @evq0_addrs.
109 unsigned evq0_count; member in struct:efx_vf
563 vf->evq0_count = buf_count;
750 vf->evq0_count = 0;
941 if (!vf->evq0_count)
943 BUG_ON(vf->evq0_count & (vf->evq0_count - 1));
954 for (pos = 0; pos < vf->evq0_count; pos += count) {
955 count = min_t(unsigned, vf->evq0_count - pos,
978 efx_sriov_bufs(efx, buftbl, vf->evq0_addrs, vf->evq0_count);
[all...]

Completed in 231 milliseconds