Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_tx.c432 struct sfc_txq *new_txq_ctrl; in sfc_tx_configure() local
445 new_txq_ctrl = realloc(sa->txq_ctrl, in sfc_tx_configure()
447 if (new_txq_ctrl == NULL && nb_txq_total > 0) in sfc_tx_configure()
451 sa->txq_ctrl = new_txq_ctrl; in sfc_tx_configure()