Searched refs:mvSataAdapter (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/hptmv/ |
H A D | mvSata.h | 177 struct mvSataAdapter; 180 typedef MV_BOOLEAN (* HPTLIBAPI mvSataCommandCompletionCallBack_t)(struct mvSataAdapter *, 258 struct mvSataAdapter *mvSataAdapter; member 278 typedef struct mvSataAdapter struct 289 MV_BOOLEAN (* HPTLIBAPI mvSataEventNotify)(struct mvSataAdapter *, argument
|
H A D | entry.c | 173 pAdapter->mvSataAdapter.sataChannel[channelNum] = NULL; in hptmv_free_channel() 191 BeepOn(pAdapter->mvSataAdapter.adapterIoBaseAddress); in failDevice() 192 set_fail_led(&pAdapter->mvSataAdapter, pVDev->u.disk.mv->channelNumber, 1); in failDevice() 203 MV_SATA_ADAPTER * pSataAdapter = pDevice->mv->mvSataAdapter; in handleEdmaError() 252 pAdapter->mvSataAdapter.adapterId, channelNum); in hptmv_init_channel() 256 pMvSataChannel = &gMvSataChannels[pAdapter->mvSataAdapter.adapterId][channelNum]; in hptmv_init_channel() 257 pAdapter->mvSataAdapter.sataChannel[channelNum] = pMvSataChannel; in hptmv_init_channel() 273 " dma_addr=%llx channel=%d\n", pAdapter->mvSataAdapter.adapterId, in hptmv_init_channel() 280 pAdapter->mvSataAdapter.adapterId, channelNum, in hptmv_init_channel() 291 pAdapter->mvSataAdapter in hptmv_init_channel() [all...] |
H A D | hptproc.c | 128 periph = hpt_get_periph(pAdapter->mvSataAdapter.adapterId,i); in hpt_set_asc_info() 292 if (pAdapter->mvSataAdapter.adapterId==retval) in hpt_set_info() 516 BeepOff(pAdapter->mvSataAdapter.adapterIoBaseAddress); in hpt_get_info() 521 hpt_copy_info(pinfo, "Controller #%d:\n\n", pAdapter->mvSataAdapter.adapterId); in hpt_get_info() 567 periph = hpt_get_periph(pAdapter->mvSataAdapter.adapterId, i); in hpt_get_info()
|
H A D | osbsd.h | 164 MV_SATA_ADAPTER mvSataAdapter; member
|
H A D | gui_lib.c | 287 pSataAdapter = pSataChannel->mvSataAdapter; in get_disk_info() 1405 *(DWORD*)lpOutBuffer = ((DWORD)pAdapTemp->mvSataAdapter.pciConfigDeviceId << 16) | 0x11AB; in hpt_default_ioctl() 1430 sx508x_flash_access(&pAdapTemp->mvSataAdapter, in hpt_default_ioctl() 1433 sx508x_flash_access(&pAdapTemp->mvSataAdapter, in hpt_default_ioctl()
|
H A D | ioctl.c | 244 periph = hpt_get_periph(pAdapter->mvSataAdapter.adapterId, i); in Kernel_DeviceIoControl() 303 BeepOff(pAdapter->mvSataAdapter.adapterIoBaseAddress); in Kernel_DeviceIoControl()
|