It seems a very complicated integral, with little chance of having an elementary answer. You can try numerical integration for given numerical values of the parameters:
NIntegrate[f[2, u, 2], {u, 0, 2}]
By the way, do you think it is a good idea to use the same symbol f
for both the name of a function and the name of an argument?