NON_Q_VECTORS
#define MIN_MSIX_COUNT(hw) (MIN_Q_VECTORS + NON_Q_VECTORS)
ch->max_other = NON_Q_VECTORS;
if (ch->other_count != NON_Q_VECTORS)
v_budget += NON_Q_VECTORS;
interface->num_q_vectors = v_budget - NON_Q_VECTORS;
rxint = ring->q_vector->v_idx + NON_Q_VECTORS;
entry = &interface->msix_entries[NON_Q_VECTORS + vector];
entry = &interface->msix_entries[NON_Q_VECTORS];
txint = ring->q_vector->v_idx + NON_Q_VECTORS;
ch->max_other = NON_Q_VECTORS;
ch->other_count = NON_Q_VECTORS;
if (ch->other_count != NON_Q_VECTORS)
ch->max_other = NON_Q_VECTORS;
ch->other_count = NON_Q_VECTORS;
if (ch->other_count != NON_Q_VECTORS)
#define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS)
ch->max_other = NON_Q_VECTORS;
ch->other_count = NON_Q_VECTORS;
if (ch->other_count != NON_Q_VECTORS)
vectors += NON_Q_VECTORS;
vectors -= NON_Q_VECTORS;
num_vectors = adapter->num_msix_vectors - NON_Q_VECTORS;
#define MIN_MSIX_COUNT (MIN_MSIX_Q_VECTORS + NON_Q_VECTORS)
q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS;
int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS;
int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS;
int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS;
v_budget += NON_Q_VECTORS;
int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS;
int q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS;
for (i = 0; i < adapter->num_msix_vectors - NON_Q_VECTORS; i++) {