Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dentry.c173 pAdapter->mvSataAdapter.sataChannel[channelNum] = NULL; in hptmv_free_channel()
257 pAdapter->mvSataAdapter.sataChannel[channelNum] = pMvSataChannel; in hptmv_init_channel()
375 MV_SATA_CHANNEL *pMvSataChannel = pAdapter->mvSataAdapter.sataChannel[channel]; in init_vdev_params()
412 MV_SATA_CHANNEL *pMvSataChannel = pMvSataAdapter->sataChannel[channelIndex]; in device_change()
462 MV_SATA_CHANNEL *pMvSataChannel = pMvSataAdapter->sataChannel[channelNum]; in start_channel()
792 if(pMvSataAdapter->sataChannel[channelIndex]) in hptmv_handle_event()
800 pMvSataAdapter->sataChannel[channelIndex] = NULL; in hptmv_handle_event()
1458 MV_SATA_CHANNEL *pMvSataChannel = pMvSataAdapter->sataChannel[channel]; in init_adapter()
1571 if (pMvSataAdapter->sataChannel[channel] && pMvSataAdapter->sataChannel[channe in fResetActiveCommands()
[all...]
H A DmvSata.h292 MV_SATA_CHANNEL *sataChannel[MV_SATA_CHANNELS_NUM]; member