Searched refs:IAL_ADAPTER_T (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/dev/hptmv/ |
| D | entry.c | 98 sizeof(IAL_ADAPTER_T) 116 static void hpt_intr_locked(IAL_ADAPTER_T *pAdapter); 117 static void hptmv_free_edma_queues(IAL_ADAPTER_T *pAdapter); 118 static void hptmv_free_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum); 120 static int hptmv_init_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum); 122 static void fRegisterVdevice(IAL_ADAPTER_T *pAdapter); 123 static int hptmv_allocate_edma_queues(IAL_ADAPTER_T *pAdapter); 126 static int start_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum); 127 static void init_vdev_params(IAL_ADAPTER_T *pAdapter, MV_U8 channel); 143 IAL_ADAPTER_T *gIal_Adapter = NULL; [all …]
|
| D | osbsd.h | 198 IAL_ADAPTER_T; typedef 200 extern IAL_ADAPTER_T *gIal_Adapter; 203 typedef void (*HPT_DPC)(IAL_ADAPTER_T *,void*,UCHAR); 205 int hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T *pAdapter, void *arg, UCHAR flags); 206 void hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags); 207 void Check_Idle_Call(IAL_ADAPTER_T *pAdapter);
|
| D | ioctl.c | 64 static void lock_driver_idle(IAL_ADAPTER_T *pAdapter); 72 IAL_ADAPTER_T *pAdapTemp; in get_disk_location() 195 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() 361 pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt; in Kernel_DeviceIoControl() 384 pAdapter=(IAL_ADAPTER_T *)(ID_TO_VDEV(*(DEVICEID *)lpOutBuffer))->pVBus->OsExt; in Kernel_DeviceIoControl() 406 pAdapter=(IAL_ADAPTER_T *)(ID_TO_VDEV(*(DEVICEID *)lpOutBuffer))->pVBus->OsExt; in Kernel_DeviceIoControl() 422 pAdapter=(IAL_ADAPTER_T *)pArray->pVBus->OsExt; in Kernel_DeviceIoControl() 459 IAL_ADAPTER_T *pAdapter; in hpt_set_array_state() [all …]
|
| D | gui_lib.c | 77 IAL_ADAPTER_T *pAdapter = gIal_Adapter; in check_VDevice_valid() 280 IAL_ADAPTER_T *pAdapter; in get_disk_info() 405 IAL_ADAPTER_T *pAdapTemp = gIal_Adapter; in hpt_get_controller_count() 419 IAL_ADAPTER_T *pAdapTemp; in hpt_get_controller_info() 450 IAL_ADAPTER_T *pAdapTemp = gIal_Adapter; in hpt_get_channel_info() 486 IAL_ADAPTER_T *pAdapTemp; in hpt_get_logical_devices() 839 IAL_ADAPTER_T *pAdapter = gIal_Adapter; in old_add_disk_to_raid01() 1311 IAL_ADAPTER_T *pAdapter = gIal_Adapter; in hpt_default_ioctl() 1394 IAL_ADAPTER_T *pAdapTemp; in hpt_default_ioctl() 1417 IAL_ADAPTER_T *pAdapTemp; in hpt_default_ioctl()
|
| D | hptproc.c | 59 hpt_set_asc_info(IAL_ADAPTER_T *pAdapter, char *buffer,int length) in hpt_set_asc_info() 291 IAL_ADAPTER_T *pAdapter; in hpt_set_info() 508 hpt_get_info(IAL_ADAPTER_T *pAdapter, HPT_GET_INFO *pinfo) in hpt_get_info() 602 IAL_ADAPTER_T *pAdapter; in hpt_status()
|