Searched refs:channelNum (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/hptmv/
H A Dentry.c116 static void hptmv_free_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum);
118 static int hptmv_init_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum);
124 static int start_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum);
130 MV_U8 channelNum, MV_COMPLETION_TYPE comp_type, MV_VOID_PTR commandId,
169 * channelNum - channel number.
173 hptmv_free_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum) argument
175 HPT_ASSERT(channelNum < MV_SATA_CHANNELS_NUM);
176 pAdapter->mvSataAdapter.sataChannel[channelNum] = NULL;
242 * channelNum - channel number.
246 hptmv_init_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum) argument
462 start_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum) argument
1644 CommandCompletionCB(MV_SATA_ADAPTER *pMvSataAdapter, MV_U8 channelNum, MV_COMPLETION_TYPE comp_type, MV_VOID_PTR commandId, MV_U16 responseFlags, MV_U32 timeStamp, MV_STORAGE_DEVICE_REGISTERS *registerStruct) argument
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdint.c86 * \param channelNum: The zero-base channel number of the controller.
102 bit32 channelNum)
109 interruptPending = saInterruptHandler(agRoot, channelNum);
125 * \param channelNum: The zero-base channel number of the controller.
146 bit32 channelNum,
167 completed = saDelayedInterruptHandler(agRoot, channelNum, count);
246 * \param : channelNum vector number for MSIX Zero for legacy interrupt
255 bit32 channelNum)
262 saSystemInterruptsEnable(agRoot, channelNum);
100 tiCOMInterruptHandler( tiRoot_t * tiRoot, bit32 channelNum) argument
144 tiCOMDelayedInterruptHandler( tiRoot_t *tiRoot, bit32 channelNum, bit32 count, bit32 context ) argument
253 tiCOMInterruptEnable( tiRoot_t * tiRoot, bit32 channelNum) argument
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dtiapi.h112 bit32 channelNum
117 bit32 channelNum,
124 bit32 channelNum
130 bit32 channelNum,
145 bit32 channelNum);
H A Dostiapi.h285 bit32 channelNum
291 bit32 channelNum
H A Dtitypes.h438 bit32 channelNum
442 bit32 channelNum,
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxosapi.c773 GLOBAL void ostiInterruptEnable( tiRoot_t *ptiRoot, bit32 channelNum )
781 GLOBAL void ostiInterruptDisable( tiRoot_t *ptiRoot, bit32 channelNum )

Completed in 193 milliseconds