Searched refs:tx_qconf (Results 1 – 2 of 2) sorted by relevance
1343 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() local1429 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 …]
325 struct otx2_eth_qconf *tx_qconf; member