dpaa_max_num_txqs
for (i = 0; i < dpaa_max_num_txqs(); i++)
net_dev = alloc_etherdev_mq(sizeof(*priv), dpaa_max_num_txqs());
priv->egress_fqs = devm_kcalloc(dev, dpaa_max_num_txqs(),
priv->conf_fqs = devm_kcalloc(dev, dpaa_max_num_txqs(),
dpaa_max_num_txqs());
if (!dpaa_fq_alloc(dev, 0, dpaa_max_num_txqs(), list,
if (!dpaa_fq_alloc(dev, 0, dpaa_max_num_txqs(), list, FQ_TYPE_TX))