Searched refs:sendType (Results 1 – 1 of 1) sorted by relevance
697 static void MIi_CallbackForPxi( PXIFifoTag tag, u32 data, BOOL sendType );701 static void MIi_SendToPxi( BOOL sendType, u32 data );923 static void MIi_CallbackForPxi( PXIFifoTag tag, u32 data, BOOL sendType ) in MIi_CallbackForPxi() argument927 if (sendType == MIi_SENDTYPE_COMMAND) in MIi_CallbackForPxi()2291 static void MIi_SendToPxi(BOOL sendType, u32 data) in MIi_SendToPxi() argument2293 while( PXI_SendWordByFifo( PXI_FIFO_TAG_MI, data, sendType) != PXI_FIFO_SUCCESS ) in MIi_SendToPxi()