Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dentry.c123 static int hptmv_parse_identify_results(MV_SATA_CHANNEL *pMvSataChannel);
245 MV_SATA_CHANNEL *pMvSataChannel; in hptmv_init_channel() local
256 pMvSataChannel = &gMvSataChannels[pAdapter->mvSataAdapter.adapterId][channelNum]; in hptmv_init_channel()
257 pAdapter->mvSataAdapter.sataChannel[channelNum] = pMvSataChannel; in hptmv_init_channel()
258 pMvSataChannel->channelNumber = channelNum; in hptmv_init_channel()
259 pMvSataChannel->lba48Address = MV_FALSE; in hptmv_init_channel()
260 pMvSataChannel->maxReadTransfer = MV_FALSE; in hptmv_init_channel()
262 pMvSataChannel->requestQueue = (struct mvDmaRequestQueueEntry *) in hptmv_init_channel()
277 pMvSataChannel->requestQueuePciLowAddress = req_dma_addr; in hptmv_init_channel()
278 pMvSataChannel in hptmv_init_channel()
317 hptmv_parse_identify_results(MV_SATA_CHANNEL * pMvSataChannel) hptmv_parse_identify_results() argument
375 MV_SATA_CHANNEL *pMvSataChannel = pAdapter->mvSataAdapter.sataChannel[channel]; init_vdev_params() local
412 MV_SATA_CHANNEL *pMvSataChannel = pMvSataAdapter->sataChannel[channelIndex]; device_change() local
462 MV_SATA_CHANNEL *pMvSataChannel = pMvSataAdapter->sataChannel[channelNum]; start_channel() local
1458 MV_SATA_CHANNEL *pMvSataChannel = pMvSataAdapter->sataChannel[channel]; init_adapter() local
1583 MV_SATA_CHANNEL *pMvSataChannel; fCompleteAllCommandsSynchronously() local
1706 MV_SATA_CHANNEL *pMvSataChannel; fDeviceSendCommand() local
[all...]
H A Dhptproc.c369 MV_SATA_CHANNEL *pMvSataChannel = pDev->mv; in get_disk_name() local
370 IDENTIFY_DATA2 *pIdentifyData = (IDENTIFY_DATA2 *)pMvSataChannel->identifyDevice; in get_disk_name()