Searched refs:v_remainder (Results 1 – 1 of 1) sorted by relevance
3434 int v_tx_rings, v_remainder; in enetc_alloc_msix() local3451 v_remainder = priv->num_tx_rings % priv->bdr_int_num; in enetc_alloc_msix()3457 int num_tx_rings = i < v_remainder ? v_tx_rings + 1 : v_tx_rings; in enetc_alloc_msix()