Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dmvneta.c271 struct mvneta_tx_queue *txqs; member
590 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_port_up()
1105 mvneta_txq_deinit(pp, &pp->txqs[queue]); in mvneta_cleanup_txqs()
1142 int err = mvneta_txq_init(pp, &pp->txqs[queue]); in mvneta_setup_txqs()
1252 pp->txqs = kzalloc(txq_number * sizeof(struct mvneta_tx_queue), in mvneta_init2()
1254 if (!pp->txqs) in mvneta_init2()
1258 pp->txqs[0].descs = buffer_loc.tx_descs; in mvneta_init2()
1262 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_init2()
1270 kfree(pp->txqs); in mvneta_init2()
1599 struct mvneta_tx_queue *txq = &pp->txqs[0]; in mvneta_send()
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()