Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_rx.c1739 const unsigned int nb_rxq_total = nb_rx_queues + nb_rsrv_rx_queues; in sfc_rx_configure() local
1750 if (nb_rxq_total == sas->rxq_count) { in sfc_rx_configure()
1758 sas->rxq_info = rte_calloc_socket("sfc-rxqs", nb_rxq_total, in sfc_rx_configure()
1769 sa->rxq_ctrl = calloc(nb_rxq_total, sizeof(sa->rxq_ctrl[0])); in sfc_rx_configure()
1785 nb_rxq_total * sizeof(sas->rxq_info[0]), 0); in sfc_rx_configure()
1786 if (new_rxq_info == NULL && nb_rxq_total > 0) in sfc_rx_configure()
1791 nb_rxq_total * sizeof(sa->rxq_ctrl[0])); in sfc_rx_configure()
1792 if (new_rxq_ctrl == NULL && nb_rxq_total > 0) in sfc_rx_configure()
1797 if (nb_rxq_total > sas->rxq_count) { in sfc_rx_configure()
1801 (nb_rxq_total - rxq_count) * in sfc_rx_configure()
[all …]