Home
last modified time | relevance | path

Searched refs:total_queues (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/abm/
Dmain.h119 unsigned int total_queues; member
Dmain.c311 alink->total_queues); in nfp_abm_setup_tc_mq()
592 alink->total_queues = alink->vnic->max_rx_rings; in nfp_abm_vnic_alloc()
593 alink->qdiscs = kvcalloc(alink->total_queues, sizeof(*alink->qdiscs), in nfp_abm_vnic_alloc()
/Linux-v4.19/drivers/net/ethernet/ibm/
Dibmvnic.c2928 int total_queues; in init_sub_crqs() local
2932 total_queues = adapter->req_tx_queues + adapter->req_rx_queues; in init_sub_crqs()
2934 allqueues = kcalloc(total_queues, sizeof(*allqueues), GFP_KERNEL); in init_sub_crqs()
2938 for (i = 0; i < total_queues; i++) { in init_sub_crqs()
2955 for (i = 0; i < total_queues - registered_queues + more ; i++) { in init_sub_crqs()