Lines Matching refs:rxqs
875 free(apc->rxqs, M_DEVBUF); in mana_cleanup_port_context()
876 apc->rxqs = NULL; in mana_cleanup_port_context()
925 apc->rxqs = mallocarray(apc->num_queues, sizeof(struct mana_rxq *), in mana_init_port_context()
1391 rxq = apc->rxqs[rxq_idx]; in mana_fence_rqs()
2552 apc->rxqs[i] = rxq; in mana_add_rx_queues()
2555 apc->default_rxobj = apc->rxqs[0]->rxobj; in mana_add_rx_queues()
2567 rxq = apc->rxqs[rxq_idx]; in mana_destroy_vport()
2572 apc->rxqs[rxq_idx] = NULL; in mana_destroy_vport()
2614 apc->rxobj_table[i] = apc->rxqs[queue_idx]->rxobj; in mana_config_rss()
2660 free(apc->rxqs, M_DEVBUF); in mana_init_port()
2661 apc->rxqs = NULL; in mana_init_port()
2756 struct mana_cq *rx_cq = &(apc->rxqs[i]->rx_cq); in mana_dealloc_queues()