Lines Matching refs:IAL_ADAPTER_T
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;
144 IAL_ADAPTER_T *pCurAdapter = NULL;
148 IAL_ADAPTER_T *pAdapter;
149 void (*dpc)(IAL_ADAPTER_T *, void *, UCHAR);
175 hptmv_free_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum) in hptmv_free_channel()
184 IAL_ADAPTER_T *pAdapter = (IAL_ADAPTER_T *)_vbus_p->OsExt; in failDevice()
248 hptmv_init_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum) in hptmv_init_channel()
377 init_vdev_params(IAL_ADAPTER_T *pAdapter, MV_U8 channel) in init_vdev_params()
413 static void device_change(IAL_ADAPTER_T *pAdapter , MV_U8 channelIndex, int plugged) in device_change()
464 start_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum) in start_channel()
750 IAL_ADAPTER_T *pAdapter = (IAL_ADAPTER_T *)data; in hptmv_handle_event()
848 IAL_ADAPTER_T *pAdapter = pMvSataAdapter->IALData; in hptmv_event_notify()
898 hptmv_allocate_edma_queues(IAL_ADAPTER_T *pAdapter) in hptmv_allocate_edma_queues()
957 hptmv_free_edma_queues(IAL_ADAPTER_T *pAdapter) in hptmv_free_edma_queues()
964 AllocatePRDTable(IAL_ADAPTER_T *pAdapter) in AllocatePRDTable()
977 FreePRDTable(IAL_ADAPTER_T *pAdapter, PVOID PRDTable) in FreePRDTable()
986 fRegisterVdevice(IAL_ADAPTER_T *pAdapter) in fRegisterVdevice()
1029 IAL_ADAPTER_T *pAdapter = (IAL_ADAPTER_T *)pArray->pVBus->OsExt; in GetSpareDisk()
1101 IAL_ADAPTER_T *pAdapter = pSataAdapter->IALData; in fDeSetTCQ()
1144 IAL_ADAPTER_T *pAdapter = pSataAdapter->IALData; in fDeSetWriteCache()
1183 IAL_ADAPTER_T *pAdapter = pSataAdapter->IALData; in fDeSetReadAhead()
1252 init_adapter(IAL_ADAPTER_T *pAdapter) in init_adapter()
1494 IAL_ADAPTER_T *pAdapter = (IAL_ADAPTER_T *)pMvSataAdapter->IALData; in MvSataResetChannel()
1573 MV_SATA_ADAPTER *pMvSataAdapter = &((IAL_ADAPTER_T *)_vbus_p->OsExt)->mvSataAdapter; in fResetActiveCommands()
1587 MV_SATA_ADAPTER *pMvSataAdapter = &((IAL_ADAPTER_T *)_vbus_p->OsExt)->mvSataAdapter; in fCompleteAllCommandsSynchronously()
1980 IAL_ADAPTER_T * pAdapter = device_get_softc(dev); in hpt_attach()
2093 IAL_ADAPTER_T *pAdapter; in hpt_poll()
2107 IAL_ADAPTER_T *pAdapter; in hpt_intr()
2116 hpt_intr_locked(IAL_ADAPTER_T *pAdapter) in hpt_intr_locked()
2151 FlushAdapter(IAL_ADAPTER_T *pAdapter) in FlushAdapter()
2167 IAL_ADAPTER_T *pAdapter; in hpt_shutdown()
2182 Check_Idle_Call(IAL_ADAPTER_T *pAdapter) in Check_Idle_Call()
2218 IAL_ADAPTER_T * pAdapter = pmap->pAdapter; in ccb_done()
2244 IAL_ADAPTER_T * pAdapter = (IAL_ADAPTER_T *) cam_sim_softc(sim); in hpt_action()
2424 IAL_ADAPTER_T *pAdapter; in hpt_worker_thread()
2479 IAL_ADAPTER_T *pAdapTemp; in launch_worker_thread()
2616 IAL_ADAPTER_T *pAdapter = pmap->pAdapter; in hpt_timeout()
2630 IAL_ADAPTER_T *pAdapter = pmap->pAdapter; in hpt_io_dmamap_callback()
2673 IAL_ADAPTER_T *pAdapter = pmap->pAdapter; in OsSendCommand()
2882 IAL_ADAPTER_T *pAdapter = pmap->pAdapter; in fOsCommandDone()
2926 hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T * pAdapter, void *arg, UCHAR flags) in hpt_queue_dpc()