queue_map_max     406 net/core/pktgen.c 	u16 queue_map_max;
queue_map_max     569 net/core/pktgen.c 		   pkt_dev->queue_map_max);
queue_map_max    1515 net/core/pktgen.c 		pkt_dev->queue_map_max = value;
queue_map_max    1516 net/core/pktgen.c 		sprintf(pg_result, "OK: queue_map_max=%u", pkt_dev->queue_map_max);
queue_map_max    2044 net/core/pktgen.c 	if (pkt_dev->queue_map_max >= ntxq) {
queue_map_max    2046 net/core/pktgen.c 			pkt_dev->queue_map_max, (ntxq ?: 1) - 1, ntxq,
queue_map_max    2048 net/core/pktgen.c 		pkt_dev->queue_map_max = (ntxq ?: 1) - 1;
queue_map_max    2272 net/core/pktgen.c 	else if (pkt_dev->queue_map_min <= pkt_dev->queue_map_max) {
queue_map_max    2276 net/core/pktgen.c 				(pkt_dev->queue_map_max -
queue_map_max    2281 net/core/pktgen.c 			if (t > pkt_dev->queue_map_max)