Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_rx.c1667 struct sfc_rxq *new_rxq_ctrl; in sfc_rx_configure() local
1680 new_rxq_ctrl = realloc(sa->rxq_ctrl, in sfc_rx_configure()
1682 if (new_rxq_ctrl == NULL && nb_rx_queues > 0) in sfc_rx_configure()
1686 sa->rxq_ctrl = new_rxq_ctrl; in sfc_rx_configure()