Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev.c1343 tx_qconf = malloc(nb_txq * sizeof(*tx_qconf)); in nix_store_queue_cfg_and_then_release()
1344 if (tx_qconf == NULL) { in nix_store_queue_cfg_and_then_release()
1362 memcpy(&tx_qconf[i], &txq[i]->qconf, sizeof(*tx_qconf)); in nix_store_queue_cfg_and_then_release()
1363 tx_qconf[i].valid = true; in nix_store_queue_cfg_and_then_release()
1381 dev->tx_qconf = tx_qconf; in nix_store_queue_cfg_and_then_release()
1386 free(tx_qconf); in nix_store_queue_cfg_and_then_release()
1396 struct otx2_eth_qconf *tx_qconf = dev->tx_qconf; in nix_restore_queue_cfg() local
1429 if (!tx_qconf[i].valid) in nix_restore_queue_cfg()
1443 free(tx_qconf); tx_qconf = NULL; in nix_restore_queue_cfg()
1470 if (tx_qconf) in nix_restore_queue_cfg()
[all …]
H A Dotx2_ethdev.h325 struct otx2_eth_qconf *tx_qconf; member