Lines Matching refs:outstandingCommands
377 pMvSataChannel->outstandingCommands = 0; in init_vdev_params()
802 if (pAdapter->outstandingCommands==0 && DPC_Request_Nums==0) in hptmv_handle_event()
1270 pAdapter->outstandingCommands = 0; in init_adapter()
1569 …pMvSataAdapter->sataChannel[channel] && pMvSataAdapter->sataChannel[channel]->outstandingCommands) in fResetActiveCommands()
1593 if (pMvSataChannel && pMvSataChannel->outstandingCommands) in fCompleteAllCommandsSynchronously()
1595 while (pMvSataChannel->outstandingCommands) { in fCompleteAllCommandsSynchronously()
2207 pAdapter->outstandingCommands--; in ccb_done()
2209 if (pAdapter->outstandingCommands == 0) in ccb_done()
2253 if (pAdapter->outstandingCommands==0 && DPC_Request_Nums==0) in hpt_action()
2395 if (p.pAdapter->outstandingCommands == 0) { in hpt_worker_thread()
2668 pAdapter->outstandingCommands++; in OsSendCommand()
2842 pAdapter->outstandingCommands--; in OsSendCommand()
2843 if (pAdapter->outstandingCommands == 0) in OsSendCommand()