Hi @tecraghurama,
I apologize for the inconveniences; it seems there is currently no way to enable interrupts from the SPI driver's peripheral perspective. I will report this problem with the corresponding team.
"Master" mode supports both asynchronous methods (DMA & Interrupts).
You will need to configure the IntCtrl driver for an interrupt name and handler, as implemented in the HalfDuplex examples:

It is also important to update the transfer mode with the following line:
Lpspi_Ip_UpdateTransferMode(SLAVE_EXTERNAL_DEVICE.Instance, LPSPI_IP_INTERRUPT);
I hope you find this helpful.
Best regards,
Julián.