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()477 pcr->trans_result = TRANS_NOT_READY; in rtsx_pci_dma_transfer()493 if (pcr->trans_result == TRANS_RESULT_FAIL) { in rtsx_pci_dma_transfer()499 else if (pcr->trans_result == TRANS_NO_DEVICE) in rtsx_pci_dma_transfer()1008 pcr->trans_result = TRANS_RESULT_FAIL; in rtsx_pci_isr()1012 pcr->trans_result = TRANS_RESULT_OK; in rtsx_pci_isr()
1208 char trans_result; member