Lines Matching refs:outstandingCommands
379 pMvSataChannel->outstandingCommands = 0; in init_vdev_params()
804 if (pAdapter->outstandingCommands==0 && DPC_Request_Nums==0) in hptmv_handle_event()
1273 pAdapter->outstandingCommands = 0; in init_adapter()
1572 …pMvSataAdapter->sataChannel[channel] && pMvSataAdapter->sataChannel[channel]->outstandingCommands) in fResetActiveCommands()
1596 if (pMvSataChannel && pMvSataChannel->outstandingCommands) in fCompleteAllCommandsSynchronously()
1598 while (pMvSataChannel->outstandingCommands) { in fCompleteAllCommandsSynchronously()
2210 pAdapter->outstandingCommands--; in ccb_done()
2212 if (pAdapter->outstandingCommands == 0) in ccb_done()
2256 if (pAdapter->outstandingCommands==0 && DPC_Request_Nums==0) in hpt_action()
2398 if (p.pAdapter->outstandingCommands == 0) { in hpt_worker_thread()
2671 pAdapter->outstandingCommands++; in OsSendCommand()
2845 pAdapter->outstandingCommands--; in OsSendCommand()
2846 if (pAdapter->outstandingCommands == 0) in OsSendCommand()