QUEUE_SIZE_VAL
#define QUEUE_SIZE_VAL ((ffs(COMMANDS_PER_QUEUE) - 2) & \
#define QUEUE_SIZE_VAL ((ffs(CMD_Q_LEN) - 2) & \