Home
last modified time | relevance | path

Searched refs:rtsx_resv_buf (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rts_pstor/
Drtsx.c701 if (dev->rtsx_resv_buf) { in rtsx_release_resources()
703 dev->rtsx_resv_buf, dev->rtsx_resv_buf_addr); in rtsx_release_resources()
969 dev->rtsx_resv_buf = dma_alloc_coherent(&(pci->dev), RTSX_RESV_BUF_LEN, in rtsx_probe()
971 if (dev->rtsx_resv_buf == NULL) { in rtsx_probe()
976 dev->chip->host_cmds_ptr = dev->rtsx_resv_buf; in rtsx_probe()
978 dev->chip->host_sg_tbl_ptr = dev->rtsx_resv_buf + HOST_CMDS_BUF_LEN; in rtsx_probe()
Drtsx.h129 void *rtsx_resv_buf; member