max_dev_queues    319 drivers/crypto/cavium/cpt/cptvf_main.c 	u32 max_dev_queues = 0;
max_dev_queues    321 drivers/crypto/cavium/cpt/cptvf_main.c 	max_dev_queues = CPT_NUM_QS_PER_VF;
max_dev_queues    323 drivers/crypto/cavium/cpt/cptvf_main.c 	nr_queues = min_t(u32, nr_queues, max_dev_queues);