fm10k_fifo_unused
if (len > fm10k_fifo_unused(fifo))
len = fm10k_fifo_unused(fifo) - mbx->pushed;
u16 fifo_unused = fm10k_fifo_unused(&mbx->tx);