Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_rx.c1774 struct sfc_rxq *new_rxq_ctrl; in sfc_rx_configure() local
1790 new_rxq_ctrl = realloc(sa->rxq_ctrl, in sfc_rx_configure()
1792 if (new_rxq_ctrl == NULL && nb_rxq_total > 0) in sfc_rx_configure()
1796 sa->rxq_ctrl = new_rxq_ctrl; in sfc_rx_configure()