Searched refs:recvframe_active (Results 1 – 2 of 2) sorted by relevance
921 stash->recvframe_active = NULL; in MatStashScatterBegin_BTS()937 while (!stash->recvframe_active || stash->recvframe_i == stash->recvframe_count) { in MatStashScatterGetMesg_BTS()943 stash->recvframe_active = &stash->recvframes[stash->some_indices[stash->some_i]]; in MatStashScatterGetMesg_BTS()944 stash->recvframe_count = stash->recvframe_active->count; /* From header; maximum count */ in MatStashScatterGetMesg_BTS()952 block = (MatStashBlock *)&((char *)stash->recvframe_active->buffer)[0]; in MatStashScatterGetMesg_BTS()962 …block = (MatStashBlock *)&((char *)stash->recvframe_active->buffer)[stash->recvframe_i * stash->bl… in MatStashScatterGetMesg_BTS()
376 MatStashFrame *recvframe_active; member