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