Searched refs:rx_qconf (Results 1 – 2 of 2) sorted by relevance
835 rx_qconf = malloc(nb_rxq * sizeof(*rx_qconf)); in nix_store_queue_cfg_and_then_release()836 if (rx_qconf == NULL) { in nix_store_queue_cfg_and_then_release()863 memcpy(&rx_qconf[i], &rxq_sp->qconf, sizeof(*rx_qconf)); in nix_store_queue_cfg_and_then_release()870 dev->rx_qconf = rx_qconf; in nix_store_queue_cfg_and_then_release()875 free(rx_qconf); in nix_store_queue_cfg_and_then_release()885 struct cnxk_eth_qconf *rx_qconf = dev->rx_qconf; in nix_restore_queue_cfg() local931 if (!rx_qconf[i].valid) in nix_restore_queue_cfg()935 rx_qconf[i].mp); in nix_restore_queue_cfg()944 free(rx_qconf); in nix_restore_queue_cfg()945 rx_qconf = NULL; in nix_restore_queue_cfg()[all …]
399 struct cnxk_eth_qconf *rx_qconf; member