Searched refs:new_rxq_ctrl (Results 1 – 1 of 1) sorted by relevance
1774 struct sfc_rxq *new_rxq_ctrl; in sfc_rx_configure() local1790 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()