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

/linux-master/drivers/staging/rtl8712/
H A Drtl8712_recv.c243 union recv_frame *prtnframe = NULL; local
260 prtnframe = precv_frame;/*isn't a fragment frame*/
276 prtnframe = NULL;
282 prtnframe = NULL;
294 prtnframe = precv_frame;
300 prtnframe = NULL;
303 if (prtnframe && (prtnframe->u.hdr.attrib.privacy)) {
305 if (r8712_recvframe_chkmic(padapter, prtnframe) == _FAIL) {
306 r8712_free_recvframe(prtnframe, pfree_recv_queu
[all...]
H A Drtl871x_recv.c235 union recv_frame *prtnframe; local
254 prtnframe = precv_frame;
259 prtnframe = NULL;
266 prtnframe = precv_frame;
270 prtnframe = precv_frame;
274 prtnframe = precv_frame;
276 return prtnframe;
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c451 union recv_frame *prtnframe; local
465 prtnframe = NULL;
476 prtnframe = precv_frame;
484 prtnframe = precv_frame;
488 prtnframe = NULL;
494 prtnframe = precv_frame;
499 /* prtnframe =precv_frame; */
505 prtnframe = precv_frame;
507 return prtnframe;
1104 union recv_frame *prtnframe local
[all...]

Completed in 145 milliseconds