Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dentry.c172 pAdapter->mvSataAdapter.sataChannel[channelNum] = NULL; in hptmv_free_channel()
256 pAdapter->mvSataAdapter.sataChannel[channelNum] = pMvSataChannel; in hptmv_init_channel()
374 MV_SATA_CHANNEL *pMvSataChannel = pAdapter->mvSataAdapter.sataChannel[channel]; in init_vdev_params()
411 MV_SATA_CHANNEL *pMvSataChannel = pMvSataAdapter->sataChannel[channelIndex]; in device_change()
461 MV_SATA_CHANNEL *pMvSataChannel = pMvSataAdapter->sataChannel[channelNum]; in start_channel()
791 if(pMvSataAdapter->sataChannel[channelIndex]) in hptmv_handle_event()
799 pMvSataAdapter->sataChannel[channelIndex] = NULL; in hptmv_handle_event()
1456 MV_SATA_CHANNEL *pMvSataChannel = pMvSataAdapter->sataChannel[channel]; in init_adapter()
1569 …if (pMvSataAdapter->sataChannel[channel] && pMvSataAdapter->sataChannel[channel]->outstandingComma… in fResetActiveCommands()
1592 pMvSataChannel = pMvSataAdapter->sataChannel[channel]; in fCompleteAllCommandsSynchronously()
[all …]
H A DmvSata.h292 MV_SATA_CHANNEL *sataChannel[MV_SATA_CHANNELS_NUM]; member