TX_QUEUE_NUM
struct gmac_txq txq[TX_QUEUE_NUM];
netdev = devm_alloc_etherdev_mqs(dev, sizeof(*port), TX_QUEUE_NUM, TX_QUEUE_NUM);