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

/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c941 #define IGBVF_NO_QUEUE -1 macro
954 if (rx_queue > IGBVF_NO_QUEUE) { igbvf_assign_vector()
969 if (tx_queue > IGBVF_NO_QUEUE) { igbvf_assign_vector()
1003 igbvf_assign_vector(adapter, IGBVF_NO_QUEUE, 0, vector++); igbvf_configure_msix()
1006 igbvf_assign_vector(adapter, 0, IGBVF_NO_QUEUE, vector++); igbvf_configure_msix()

Completed in 117 milliseconds