Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dentry.c122 static int hptmv_parse_identify_results(MV_SATA_CHANNEL *pMvSataChannel);
244 MV_SATA_CHANNEL *pMvSataChannel; in hptmv_init_channel() local
255 pMvSataChannel = &gMvSataChannels[pAdapter->mvSataAdapter.adapterId][channelNum]; in hptmv_init_channel()
256 pAdapter->mvSataAdapter.sataChannel[channelNum] = pMvSataChannel; in hptmv_init_channel()
257 pMvSataChannel->channelNumber = channelNum; in hptmv_init_channel()
258 pMvSataChannel->lba48Address = MV_FALSE; in hptmv_init_channel()
259 pMvSataChannel->maxReadTransfer = MV_FALSE; in hptmv_init_channel()
261 pMvSataChannel->requestQueue = (struct mvDmaRequestQueueEntry *) in hptmv_init_channel()
276 pMvSataChannel->requestQueuePciLowAddress = req_dma_addr; in hptmv_init_channel()
277 pMvSataChannel->requestQueuePciHiAddress = 0; in hptmv_init_channel()
[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()