QSPI_MAX_SG
dma_addr_t dma_cmd_desc[QSPI_MAX_SG];
void *virt_cmd_desc[QSPI_MAX_SG];
if (!sgt->nents || sgt->nents > QSPI_MAX_SG) {