Lines Matching refs:outstandingCommands
383 pMvSataChannel->outstandingCommands = 0; in init_vdev_params()
808 if (pAdapter->outstandingCommands==0 && DPC_Request_Nums==0) in hptmv_handle_event()
1277 pAdapter->outstandingCommands = 0; in init_adapter()
1576 …pMvSataAdapter->sataChannel[channel] && pMvSataAdapter->sataChannel[channel]->outstandingCommands) in fResetActiveCommands()
1600 if (pMvSataChannel && pMvSataChannel->outstandingCommands) in fCompleteAllCommandsSynchronously()
1602 while (pMvSataChannel->outstandingCommands) { in fCompleteAllCommandsSynchronously()
2224 pAdapter->outstandingCommands--; in ccb_done()
2226 if (pAdapter->outstandingCommands == 0) in ccb_done()
2270 if (pAdapter->outstandingCommands==0 && DPC_Request_Nums==0) in hpt_action()
2412 if (p.pAdapter->outstandingCommands == 0) { in hpt_worker_thread()
2685 pAdapter->outstandingCommands++; in OsSendCommand()
2859 pAdapter->outstandingCommands--; in OsSendCommand()
2860 if (pAdapter->outstandingCommands == 0) in OsSendCommand()