Searched refs:IAL_ADAPTER_T (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/dev/raid/hptmv/ |
| HD | entry.c | 100 sizeof(IAL_ADAPTER_T) 118 static void hptmv_free_edma_queues(IAL_ADAPTER_T *pAdapter); 119 static void hptmv_free_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum); 121 static int hptmv_init_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum); 123 static void fRegisterVdevice(IAL_ADAPTER_T *pAdapter); 124 static int hptmv_allocate_edma_queues(IAL_ADAPTER_T *pAdapter); 127 static int start_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum); 128 static void init_vdev_params(IAL_ADAPTER_T *pAdapter, MV_U8 channel); 142 IAL_ADAPTER_T *gIal_Adapter = NULL; 143 IAL_ADAPTER_T *pCurAdapter = NULL; [all …]
|
| HD | osbsd.h | 192 IAL_ADAPTER_T; typedef 194 extern IAL_ADAPTER_T *gIal_Adapter; 197 typedef void (*HPT_DPC)(IAL_ADAPTER_T *,void*,UCHAR); 199 int hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T *pAdapter, void *arg, UCHAR flags); 200 void hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags); 201 void Check_Idle_Call(IAL_ADAPTER_T *pAdapter);
|
| HD | ioctl.c | 62 static void lock_driver_idle(IAL_ADAPTER_T *pAdapter); 70 IAL_ADAPTER_T *pAdapTemp; in get_disk_location() 192 lock_driver_idle(IAL_ADAPTER_T *pAdapter) in lock_driver_idle() 216 IAL_ADAPTER_T *pAdapter; in Kernel_DeviceIoControl() 241 pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt; in Kernel_DeviceIoControl() 360 pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt; in Kernel_DeviceIoControl() 383 … pAdapter=(IAL_ADAPTER_T *)(ID_TO_VDEV(*(DEVICEID *)lpOutBuffer))->pVBus->OsExt; in Kernel_DeviceIoControl() 405 … pAdapter=(IAL_ADAPTER_T *)(ID_TO_VDEV(*(DEVICEID *)lpOutBuffer))->pVBus->OsExt; in Kernel_DeviceIoControl() 421 pAdapter=(IAL_ADAPTER_T *)pArray->pVBus->OsExt; in Kernel_DeviceIoControl() 463 IAL_ADAPTER_T *pAdapter; in hpt_set_array_state() [all …]
|
| HD | gui_lib.c | 75 IAL_ADAPTER_T *pAdapter = gIal_Adapter; in check_VDevice_valid() 278 IAL_ADAPTER_T *pAdapter; in get_disk_info() 403 IAL_ADAPTER_T *pAdapTemp = gIal_Adapter; in hpt_get_controller_count() 417 IAL_ADAPTER_T *pAdapTemp; in hpt_get_controller_info() 448 IAL_ADAPTER_T *pAdapTemp = gIal_Adapter; in hpt_get_channel_info() 484 IAL_ADAPTER_T *pAdapTemp; in hpt_get_logical_devices() 837 IAL_ADAPTER_T *pAdapter = gIal_Adapter; in old_add_disk_to_raid01() 1309 IAL_ADAPTER_T *pAdapter = gIal_Adapter; in hpt_default_ioctl() 1392 IAL_ADAPTER_T *pAdapTemp; in hpt_default_ioctl() 1415 IAL_ADAPTER_T *pAdapTemp; in hpt_default_ioctl()
|
| HD | hptproc.c | 60 hpt_set_asc_info(IAL_ADAPTER_T *pAdapter, char *buffer,int length) in hpt_set_asc_info() 270 IAL_ADAPTER_T *pAdapter; in hpt_set_info() 482 hpt_get_info(IAL_ADAPTER_T *pAdapter, HPT_GET_INFO *pinfo) in hpt_get_info() 576 IAL_ADAPTER_T *pAdapter; in hpt_status()
|