Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.c372 struct sfc_txq *new_txq_ctrl; in sfc_tx_configure() local
383 new_txq_ctrl = realloc(sa->txq_ctrl, in sfc_tx_configure()
385 if (new_txq_ctrl == NULL && nb_tx_queues > 0) in sfc_tx_configure()
389 sa->txq_ctrl = new_txq_ctrl; in sfc_tx_configure()