NAME_BUFLEN
char namebuf[NAME_BUFLEN];
snprintf(namebuf, NAME_BUFLEN, qfmt, i);
snprintf(namebuf, NAME_BUFLEN, "rxq_fl%d", j);