Searched refs:rx_qconf (Results 1 – 2 of 2) sorted by relevance
1349 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() local1446 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 …]
326 struct otx2_eth_qconf *rx_qconf; member