Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dmvneta.c264 struct mvneta_tx_queue *txqs; member
586 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_port_up()
1101 mvneta_txq_deinit(pp, &pp->txqs[queue]); in mvneta_cleanup_txqs()
1138 int err = mvneta_txq_init(pp, &pp->txqs[queue]); in mvneta_setup_txqs()
1248 pp->txqs = kzalloc(txq_number * sizeof(struct mvneta_tx_queue), in mvneta_init2()
1250 if (!pp->txqs) in mvneta_init2()
1254 pp->txqs[0].descs = buffer_loc.tx_descs; in mvneta_init2()
1258 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_init2()
1266 kfree(pp->txqs); in mvneta_init2()
1595 struct mvneta_tx_queue *txq = &pp->txqs[0]; in mvneta_send()
H A Dmvpp2.c958 struct mvpp2_tx_queue **txqs; member
3790 struct mvpp2_tx_queue *txq = port->txqs[queue]; in mvpp2_egress_enable()
3960 int id = port->txqs[queue]->id; in mvpp2_txq_sent_counter_clear()
4039 return port->txqs[queue]; in mvpp2_get_tx_queue()
4312 txq = port->txqs[queue]; in mvpp2_cleanup_txqs()
4356 txq = port->txqs[queue]; in mvpp2_setup_txqs()
4620 port->txqs = devm_kcalloc(dev, txq_number, sizeof(*port->txqs), in mvpp2_port_init()
4622 if (!port->txqs) in mvpp2_port_init()
4649 port->txqs[queue] = txq; in mvpp2_port_init()
5243 txq = port->txqs[0]; in mvpp2_send()