Home
last modified time | relevance | path

Searched refs:IAL_ADAPTER_T (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Dentry.c95 sizeof(IAL_ADAPTER_T)
111 static void hpt_intr_locked(IAL_ADAPTER_T *pAdapter);
112 static void hptmv_free_edma_queues(IAL_ADAPTER_T *pAdapter);
113 static void hptmv_free_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum);
115 static int hptmv_init_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum);
117 static void fRegisterVdevice(IAL_ADAPTER_T *pAdapter);
118 static int hptmv_allocate_edma_queues(IAL_ADAPTER_T *pAdapter);
121 static int start_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum);
122 static void init_vdev_params(IAL_ADAPTER_T *pAdapter, MV_U8 channel);
138 IAL_ADAPTER_T *gIal_Adapte
[all...]
H A Dosbsd.h194 IAL_ADAPTER_T; typedef
196 extern IAL_ADAPTER_T *gIal_Adapter;
199 typedef void (*HPT_DPC)(IAL_ADAPTER_T *,void*,UCHAR);
201 int hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T *pAdapter, void *arg, UCHAR flags);
202 void hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags);
203 void Check_Idle_Call(IAL_ADAPTER_T *pAdapter);
H A Dioctl.c62 static void lock_driver_idle(IAL_ADAPTER_T *pAdapter);
70 IAL_ADAPTER_T *pAdapTemp; in get_disk_location()
193 lock_driver_idle(IAL_ADAPTER_T *pAdapter) in lock_driver_idle()
214 IAL_ADAPTER_T *pAdapter; in Kernel_DeviceIoControl()
239 pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt; in Kernel_DeviceIoControl()
359 pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt; in Kernel_DeviceIoControl()
382 pAdapter=(IAL_ADAPTER_T *)(ID_TO_VDEV(*(DEVICEID *)lpOutBuffer))->pVBus->OsExt; in Kernel_DeviceIoControl()
404 pAdapter=(IAL_ADAPTER_T *)(ID_TO_VDEV(*(DEVICEID *)lpOutBuffer))->pVBus->OsExt; in Kernel_DeviceIoControl()
420 pAdapter=(IAL_ADAPTER_T *)pArray->pVBus->OsExt; in Kernel_DeviceIoControl()
457 IAL_ADAPTER_T *pAdapter; in hpt_set_array_state()
[all …]
H A Dgui_lib.c75 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()
H A Dhptproc.c57 hpt_set_asc_info(IAL_ADAPTER_T *pAdapter, char *buffer,int length) in hpt_set_asc_info()
289 IAL_ADAPTER_T *pAdapter; in hpt_set_info()
505 hpt_get_info(IAL_ADAPTER_T *pAdapter, HPT_GET_INFO *pinfo) in hpt_get_info()
599 IAL_ADAPTER_T *pAdapter; in hpt_status()