Symbol: IAL_ADAPTER_T
sys/dev/raid/hptmv/entry.c
100
sizeof(IAL_ADAPTER_T)
sys/dev/raid/hptmv/entry.c
1035
IAL_ADAPTER_T *pAdapter = (IAL_ADAPTER_T *)pArray->pVBus->OsExt;
sys/dev/raid/hptmv/entry.c
1107
IAL_ADAPTER_T *pAdapter = pSataAdapter->IALData;
sys/dev/raid/hptmv/entry.c
1150
IAL_ADAPTER_T *pAdapter = pSataAdapter->IALData;
sys/dev/raid/hptmv/entry.c
118
static void hptmv_free_edma_queues(IAL_ADAPTER_T *pAdapter);
sys/dev/raid/hptmv/entry.c
1189
IAL_ADAPTER_T *pAdapter = pSataAdapter->IALData;
sys/dev/raid/hptmv/entry.c
119
static void hptmv_free_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum);
sys/dev/raid/hptmv/entry.c
121
static int hptmv_init_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum);
sys/dev/raid/hptmv/entry.c
123
static void fRegisterVdevice(IAL_ADAPTER_T *pAdapter);
sys/dev/raid/hptmv/entry.c
124
static int hptmv_allocate_edma_queues(IAL_ADAPTER_T *pAdapter);
sys/dev/raid/hptmv/entry.c
1268
init_adapter(IAL_ADAPTER_T *pAdapter)
sys/dev/raid/hptmv/entry.c
127
static int start_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum);
sys/dev/raid/hptmv/entry.c
128
static void init_vdev_params(IAL_ADAPTER_T *pAdapter, MV_U8 channel);
sys/dev/raid/hptmv/entry.c
142
IAL_ADAPTER_T *gIal_Adapter = NULL;
sys/dev/raid/hptmv/entry.c
143
IAL_ADAPTER_T *pCurAdapter = NULL;
sys/dev/raid/hptmv/entry.c
147
IAL_ADAPTER_T *pAdapter;
sys/dev/raid/hptmv/entry.c
148
void (*dpc)(IAL_ADAPTER_T *, void *, UCHAR);
sys/dev/raid/hptmv/entry.c
1506
IAL_ADAPTER_T *pAdapter = (IAL_ADAPTER_T *)pMvSataAdapter->IALData;
sys/dev/raid/hptmv/entry.c
1585
MV_SATA_ADAPTER *pMvSataAdapter = &((IAL_ADAPTER_T *)_vbus_p->OsExt)->mvSataAdapter;
sys/dev/raid/hptmv/entry.c
1599
MV_SATA_ADAPTER *pMvSataAdapter = &((IAL_ADAPTER_T *)_vbus_p->OsExt)->mvSataAdapter;
sys/dev/raid/hptmv/entry.c
182
hptmv_free_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum)
sys/dev/raid/hptmv/entry.c
191
IAL_ADAPTER_T *pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt;
sys/dev/raid/hptmv/entry.c
1992
IAL_ADAPTER_T * pAdapter = device_get_softc(dev);
sys/dev/raid/hptmv/entry.c
2002
pAdapter = (IAL_ADAPTER_T *)kmalloc(sizeof (IAL_ADAPTER_T), M_DEVBUF, M_NOWAIT);
sys/dev/raid/hptmv/entry.c
2007
bzero(pAdapter, sizeof(IAL_ADAPTER_T));
sys/dev/raid/hptmv/entry.c
2121
IAL_ADAPTER_T *pAdapter = (IAL_ADAPTER_T *)arg;
sys/dev/raid/hptmv/entry.c
2156
FlushAdapter(IAL_ADAPTER_T *pAdapter)
sys/dev/raid/hptmv/entry.c
2172
IAL_ADAPTER_T *pAdapter;
sys/dev/raid/hptmv/entry.c
2187
Check_Idle_Call(IAL_ADAPTER_T *pAdapter)
sys/dev/raid/hptmv/entry.c
2223
IAL_ADAPTER_T * pAdapter = pmap->pAdapter;
sys/dev/raid/hptmv/entry.c
2248
IAL_ADAPTER_T * pAdapter = (IAL_ADAPTER_T *) cam_sim_softc(sim);
sys/dev/raid/hptmv/entry.c
2434
IAL_ADAPTER_T *pAdapter;
sys/dev/raid/hptmv/entry.c
2482
IAL_ADAPTER_T *pAdapTemp;
sys/dev/raid/hptmv/entry.c
255
hptmv_init_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum)
sys/dev/raid/hptmv/entry.c
2641
IAL_ADAPTER_T *pAdapter = pmap->pAdapter;
sys/dev/raid/hptmv/entry.c
2680
IAL_ADAPTER_T *pAdapter = pmap->pAdapter;
sys/dev/raid/hptmv/entry.c
2906
IAL_ADAPTER_T *pAdapter = pmap->pAdapter;
sys/dev/raid/hptmv/entry.c
2950
hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T * pAdapter, void *arg, UCHAR flags)
sys/dev/raid/hptmv/entry.c
384
init_vdev_params(IAL_ADAPTER_T *pAdapter, MV_U8 channel)
sys/dev/raid/hptmv/entry.c
420
static void device_change(IAL_ADAPTER_T *pAdapter , MV_U8 channelIndex, int plugged)
sys/dev/raid/hptmv/entry.c
471
start_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum)
sys/dev/raid/hptmv/entry.c
757
IAL_ADAPTER_T *pAdapter = (IAL_ADAPTER_T *)data;
sys/dev/raid/hptmv/entry.c
854
IAL_ADAPTER_T *pAdapter = pMvSataAdapter->IALData;
sys/dev/raid/hptmv/entry.c
904
hptmv_allocate_edma_queues(IAL_ADAPTER_T *pAdapter)
sys/dev/raid/hptmv/entry.c
963
hptmv_free_edma_queues(IAL_ADAPTER_T *pAdapter)
sys/dev/raid/hptmv/entry.c
970
AllocatePRDTable(IAL_ADAPTER_T *pAdapter)
sys/dev/raid/hptmv/entry.c
983
FreePRDTable(IAL_ADAPTER_T *pAdapter, PVOID PRDTable)
sys/dev/raid/hptmv/entry.c
992
fRegisterVdevice(IAL_ADAPTER_T *pAdapter)
sys/dev/raid/hptmv/gui_lib.c
1309
IAL_ADAPTER_T *pAdapter = gIal_Adapter;
sys/dev/raid/hptmv/gui_lib.c
1392
IAL_ADAPTER_T *pAdapTemp;
sys/dev/raid/hptmv/gui_lib.c
1415
IAL_ADAPTER_T *pAdapTemp;
sys/dev/raid/hptmv/gui_lib.c
278
IAL_ADAPTER_T *pAdapter;
sys/dev/raid/hptmv/gui_lib.c
403
IAL_ADAPTER_T *pAdapTemp = gIal_Adapter;
sys/dev/raid/hptmv/gui_lib.c
417
IAL_ADAPTER_T *pAdapTemp;
sys/dev/raid/hptmv/gui_lib.c
448
IAL_ADAPTER_T *pAdapTemp = gIal_Adapter;
sys/dev/raid/hptmv/gui_lib.c
484
IAL_ADAPTER_T *pAdapTemp;
sys/dev/raid/hptmv/gui_lib.c
75
IAL_ADAPTER_T *pAdapter = gIal_Adapter;
sys/dev/raid/hptmv/gui_lib.c
837
IAL_ADAPTER_T *pAdapter = gIal_Adapter;
sys/dev/raid/hptmv/hptproc.c
270
IAL_ADAPTER_T *pAdapter;
sys/dev/raid/hptmv/hptproc.c
482
hpt_get_info(IAL_ADAPTER_T *pAdapter, HPT_GET_INFO *pinfo)
sys/dev/raid/hptmv/hptproc.c
576
IAL_ADAPTER_T *pAdapter;
sys/dev/raid/hptmv/hptproc.c
60
hpt_set_asc_info(IAL_ADAPTER_T *pAdapter, char *buffer,int length)
sys/dev/raid/hptmv/ioctl.c
192
lock_driver_idle(IAL_ADAPTER_T *pAdapter)
sys/dev/raid/hptmv/ioctl.c
216
IAL_ADAPTER_T *pAdapter;
sys/dev/raid/hptmv/ioctl.c
241
pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt;
sys/dev/raid/hptmv/ioctl.c
360
pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt;
sys/dev/raid/hptmv/ioctl.c
383
pAdapter=(IAL_ADAPTER_T *)(ID_TO_VDEV(*(DEVICEID *)lpOutBuffer))->pVBus->OsExt;
sys/dev/raid/hptmv/ioctl.c
405
pAdapter=(IAL_ADAPTER_T *)(ID_TO_VDEV(*(DEVICEID *)lpOutBuffer))->pVBus->OsExt;
sys/dev/raid/hptmv/ioctl.c
421
pAdapter=(IAL_ADAPTER_T *)pArray->pVBus->OsExt;
sys/dev/raid/hptmv/ioctl.c
463
IAL_ADAPTER_T *pAdapter;
sys/dev/raid/hptmv/ioctl.c
473
pAdapter=(IAL_ADAPTER_T *)pVDevice->pVBus->OsExt;
sys/dev/raid/hptmv/ioctl.c
62
static void lock_driver_idle(IAL_ADAPTER_T *pAdapter);
sys/dev/raid/hptmv/ioctl.c
691
hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags)
sys/dev/raid/hptmv/ioctl.c
70
IAL_ADAPTER_T *pAdapTemp;
sys/dev/raid/hptmv/osbsd.h
194
extern IAL_ADAPTER_T *gIal_Adapter;
sys/dev/raid/hptmv/osbsd.h
197
typedef void (*HPT_DPC)(IAL_ADAPTER_T *,void*,UCHAR);
sys/dev/raid/hptmv/osbsd.h
199
int hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T *pAdapter, void *arg, UCHAR flags);
sys/dev/raid/hptmv/osbsd.h
200
void hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags);
sys/dev/raid/hptmv/osbsd.h
201
void Check_Idle_Call(IAL_ADAPTER_T *pAdapter);