Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev.c1349 rx_qconf = malloc(nb_rxq * sizeof(*rx_qconf)); in nix_store_queue_cfg_and_then_release()
1350 if (rx_qconf == NULL) { in nix_store_queue_cfg_and_then_release()
1375 memcpy(&rx_qconf[i], &rxq[i]->qconf, sizeof(*rx_qconf)); in nix_store_queue_cfg_and_then_release()
1376 rx_qconf[i].valid = true; in nix_store_queue_cfg_and_then_release()
1382 dev->rx_qconf = rx_qconf; in nix_store_queue_cfg_and_then_release()
1387 free(rx_qconf); in nix_store_queue_cfg_and_then_release()
1397 struct otx2_eth_qconf *rx_qconf = dev->rx_qconf; in nix_restore_queue_cfg() local
1446 if (!rx_qconf[i].valid) in nix_restore_queue_cfg()
1461 free(rx_qconf); rx_qconf = NULL; in nix_restore_queue_cfg()
1472 if (rx_qconf) in nix_restore_queue_cfg()
[all …]
H A Dotx2_ethdev.h326 struct otx2_eth_qconf *rx_qconf; member