Searched refs:rss_mz (Results 1 – 2 of 2) sorted by relevance
101 if (vnic->rss_mz != NULL) { in bnxt_free_vnic_attributes()102 rte_memzone_free(vnic->rss_mz); in bnxt_free_vnic_attributes()103 vnic->rss_mz = NULL; in bnxt_free_vnic_attributes()151 vnic->rss_mz = mz; in bnxt_alloc_vnic_attributes()
31 const struct rte_memzone *rss_mz; member