Home
last modified time | relevance | path

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

/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.c829 tx_qconf = malloc(nb_txq * sizeof(*tx_qconf)); in nix_store_queue_cfg_and_then_release()
830 if (tx_qconf == NULL) { in nix_store_queue_cfg_and_then_release()
849 memcpy(&tx_qconf[i], &txq_sp->qconf, sizeof(*tx_qconf)); in nix_store_queue_cfg_and_then_release()
850 tx_qconf[i].valid = true; in nix_store_queue_cfg_and_then_release()
869 dev->tx_qconf = tx_qconf; in nix_store_queue_cfg_and_then_release()
874 free(tx_qconf); in nix_store_queue_cfg_and_then_release()
884 struct cnxk_eth_qconf *tx_qconf = dev->tx_qconf; in nix_restore_queue_cfg() local
915 if (!tx_qconf[i].valid) in nix_restore_queue_cfg()
927 free(tx_qconf); in nix_restore_queue_cfg()
928 tx_qconf = NULL; in nix_restore_queue_cfg()
[all …]
H A Dcnxk_ethdev.h398 struct cnxk_eth_qconf *tx_qconf; member