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

/linux-master/drivers/rpmsg/
H A Dqcom_smd.c188 * @fblockread_event: wakeup event tied to tx fBLOCKREADINTR
243 u8 fBLOCKREADINTR; member in struct:smd_channel_info
265 __le32 fBLOCKREADINTR; member in struct:smd_channel_info_word
400 SET_TX_CHANNEL_FLAG(channel, fBLOCKREADINTR, 1);
596 if (!GET_TX_CHANNEL_FLAG(channel, fBLOCKREADINTR))
627 if (!GET_RX_CHANNEL_FLAG(channel, fBLOCKREADINTR)) {
740 * in the tx buffer, utilizing the fBLOCKREADINTR signaling mechanism to avoid
772 SET_TX_CHANNEL_FLAG(channel, fBLOCKREADINTR, 0);
785 SET_TX_CHANNEL_FLAG(channel, fBLOCKREADINTR, 1);

Completed in 215 milliseconds