Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/raidframe/
Drf_reconstruct.c176 int rf_TryToRead(RF_Raid_t *, RF_RowCol_t, RF_RowCol_t);
1018 retcode = rf_TryToRead(raidPtr, frow, event->col); in rf_ProcessReconEvent()
1028 retcode = rf_TryToRead(raidPtr, frow, event->col); in rf_ProcessReconEvent()
1171 retcode = rf_TryToRead(raidPtr, row, col); in rf_IssueNextReadRequest()
1185 rf_TryToRead(RF_Raid_t *raidPtr, RF_RowCol_t row, RF_RowCol_t col) in rf_TryToRead() function