Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/hptmv/
HDentry.c378 pMvSataChannel->outstandingCommands = 0; in init_vdev_params()
803 if (pAdapter->outstandingCommands==0 && DPC_Request_Nums==0) in hptmv_handle_event()
1272 pAdapter->outstandingCommands = 0; in init_adapter()
1571 …pMvSataAdapter->sataChannel[channel] && pMvSataAdapter->sataChannel[channel]->outstandingCommands) in fResetActiveCommands()
1595 if (pMvSataChannel && pMvSataChannel->outstandingCommands) in fCompleteAllCommandsSynchronously()
1597 while (pMvSataChannel->outstandingCommands) { in fCompleteAllCommandsSynchronously()
2209 pAdapter->outstandingCommands--; in ccb_done()
2211 if (pAdapter->outstandingCommands == 0) in ccb_done()
2255 if (pAdapter->outstandingCommands==0 && DPC_Request_Nums==0) in hpt_action()
2397 if (p.pAdapter->outstandingCommands == 0) { in hpt_worker_thread()
[all …]
HDmvSata.h264 MV_U8 outstandingCommands; member
339 MV_U8 outstandingCommands; member
HDioctl.c197 while (pAdapter->outstandingCommands) { in lock_driver_idle()
198 KdPrint(("outstandingCommands is %d, wait..\n", pAdapter->outstandingCommands)); in lock_driver_idle()
935 while (pAdapter->outstandingCommands) in hpt_rebuild_data_block()
937 KdPrintI(("currcmds is %d, wait..\n", pAdapter->outstandingCommands)); in hpt_rebuild_data_block()
HDosbsd.h188 MV_U8 outstandingCommands; member