MAX_SND_QUEUES_PER_QS 425 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c for (q = 0; q < MAX_SND_QUEUES_PER_QS; q++) { MAX_SND_QUEUES_PER_QS 762 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c nic->qs->sq_cnt = min_t(u8, txq_count, MAX_SND_QUEUES_PER_QS); MAX_SND_QUEUES_PER_QS 431 drivers/net/ethernet/cavium/thunder/nicvf_main.c if (tx_queues > MAX_SND_QUEUES_PER_QS) MAX_SND_QUEUES_PER_QS 432 drivers/net/ethernet/cavium/thunder/nicvf_main.c tx_queues = tx_queues - MAX_SND_QUEUES_PER_QS; MAX_SND_QUEUES_PER_QS 450 drivers/net/ethernet/cavium/thunder/nicvf_main.c if (tx_queues > MAX_SND_QUEUES_PER_QS) { MAX_SND_QUEUES_PER_QS 451 drivers/net/ethernet/cavium/thunder/nicvf_main.c nic->snicvf[sqs]->qs->sq_cnt = MAX_SND_QUEUES_PER_QS; MAX_SND_QUEUES_PER_QS 452 drivers/net/ethernet/cavium/thunder/nicvf_main.c tx_queues -= MAX_SND_QUEUES_PER_QS; MAX_SND_QUEUES_PER_QS 1278 drivers/net/ethernet/cavium/thunder/nicvf_main.c if (qid >= MAX_SND_QUEUES_PER_QS) { MAX_SND_QUEUES_PER_QS 1279 drivers/net/ethernet/cavium/thunder/nicvf_main.c tmp = qid / MAX_SND_QUEUES_PER_QS; MAX_SND_QUEUES_PER_QS 1288 drivers/net/ethernet/cavium/thunder/nicvf_main.c qid = qid % MAX_SND_QUEUES_PER_QS; MAX_SND_QUEUES_PER_QS 1831 drivers/net/ethernet/cavium/thunder/nicvf_main.c nic->qs->sq_cnt = min_t(u8, txq_count, MAX_SND_QUEUES_PER_QS); MAX_SND_QUEUES_PER_QS 524 drivers/net/ethernet/cavium/thunder/nicvf_queues.c qidx += ((nic->sqs_id + 1) * MAX_SND_QUEUES_PER_QS); MAX_SND_QUEUES_PER_QS 1048 drivers/net/ethernet/cavium/thunder/nicvf_queues.c qs->sq_cnt = min_t(u8, MAX_SND_QUEUES_PER_QS, num_online_cpus()); MAX_SND_QUEUES_PER_QS 301 drivers/net/ethernet/cavium/thunder/nicvf_queues.h struct snd_queue sq[MAX_SND_QUEUES_PER_QS];