Home
last modified time | relevance | path

Searched refs:txqs (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dmvneta.c272 struct mvneta_tx_queue *txqs; member
591 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_port_up()
1093 mvneta_txq_deinit(pp, &pp->txqs[queue]); in mvneta_cleanup_txqs()
1130 int err = mvneta_txq_init(pp, &pp->txqs[queue]); in mvneta_setup_txqs()
1240 pp->txqs = kzalloc(txq_number * sizeof(struct mvneta_tx_queue), in mvneta_init2()
1242 if (!pp->txqs) in mvneta_init2()
1246 pp->txqs[0].descs = buffer_loc.tx_descs; in mvneta_init2()
1250 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_init2()
1258 kfree(pp->txqs); in mvneta_init2()
1583 struct mvneta_tx_queue *txq = &pp->txqs[0]; in mvneta_send()
H A Dmvpp2.c973 struct mvpp2_tx_queue **txqs; member
3804 struct mvpp2_tx_queue *txq = port->txqs[queue]; in mvpp2_egress_enable()
3974 int id = port->txqs[queue]->id; in mvpp2_txq_sent_counter_clear()
4053 return port->txqs[queue]; in mvpp2_get_tx_queue()
4326 txq = port->txqs[queue]; in mvpp2_cleanup_txqs()
4370 txq = port->txqs[queue]; in mvpp2_setup_txqs()
4634 port->txqs = devm_kcalloc(dev, txq_number, sizeof(*port->txqs), in mvpp2_port_init()
4636 if (!port->txqs) in mvpp2_port_init()
4663 port->txqs[queue] = txq; in mvpp2_port_init()
5262 txq = port->txqs[0]; in mvpp2_send()