SPI_FSI_MAX_TX_SIZE
if (!transfer->tx_buf || transfer->len > SPI_FSI_MAX_TX_SIZE) {
if ((next->len + transfer->len) > (SPI_FSI_MAX_TX_SIZE + 8)) {