Searched refs:trans_result (Results 1 – 2 of 2) sorted by relevance
353 pcr->trans_result = TRANS_NOT_READY; in rtsx_pci_send_cmd()375 if (pcr->trans_result == TRANS_RESULT_FAIL) in rtsx_pci_send_cmd()377 else if (pcr->trans_result == TRANS_RESULT_OK) in rtsx_pci_send_cmd()379 else if (pcr->trans_result == TRANS_NO_DEVICE) in rtsx_pci_send_cmd()496 pcr->trans_result = TRANS_NOT_READY; in rtsx_pci_dma_transfer()512 if (pcr->trans_result == TRANS_RESULT_FAIL) { in rtsx_pci_dma_transfer()518 else if (pcr->trans_result == TRANS_NO_DEVICE) in rtsx_pci_dma_transfer()1027 pcr->trans_result = TRANS_RESULT_FAIL; in rtsx_pci_isr()1031 pcr->trans_result = TRANS_RESULT_OK; in rtsx_pci_isr()
1206 char trans_result; member