number_of_rx_vectors  617 drivers/net/ethernet/microchip/lan743x_main.c 		int number_of_rx_vectors = intr->number_of_vectors -
number_of_rx_vectors  620 drivers/net/ethernet/microchip/lan743x_main.c 		if (number_of_rx_vectors > LAN743X_USED_RX_CHANNELS)
number_of_rx_vectors  621 drivers/net/ethernet/microchip/lan743x_main.c 			number_of_rx_vectors = LAN743X_USED_RX_CHANNELS;
number_of_rx_vectors  638 drivers/net/ethernet/microchip/lan743x_main.c 		for (index = 0; index < number_of_rx_vectors; index++) {