FBNIC_MAX_RXQS
wanted_irqs += min_t(unsigned int, num_online_cpus(), FBNIC_MAX_RXQS);
netdev = alloc_etherdev_mq(sizeof(*fbn), FBNIC_MAX_RXQS);
struct fbnic_ring *rx[FBNIC_MAX_RXQS];