Searched refs:recvbuf2recvframe (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
H A D | usb_ops_linux.c | 345 static int recvbuf2recvframe(struct rtw_adapter *padapter, struct sk_buff *pskb) recvbuf2recvframe() function 368 "recvbuf2recvframe: rxdesc = offsset 0:0x%08x, 4:0x%08x, 8:0x%08x, C:0x%08x\n", recvbuf2recvframe() 377 "recvbuf2recvframe: precvframe == NULL\n"); recvbuf2recvframe() 401 "recvbuf2recvframe: pkt_len<= 0\n"); recvbuf2recvframe() 450 DBG_8723A("recvbuf2recvframe: alloc_skb fail, " recvbuf2recvframe() 458 DBG_8723A("recvbuf2recvframe: skb_clone " recvbuf2recvframe() 472 "recvbuf2recvframe: rtw_recv_entry23a(precvframe) != _SUCCESS\n"); recvbuf2recvframe() 504 recvbuf2recvframe(padapter, pskb); rtl8723au_recv_tasklet()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
H A D | usb_ops_linux.c | 43 static int recvbuf2recvframe(struct adapter *adapt, struct sk_buff *pskb) recvbuf2recvframe() function 67 ("recvbuf2recvframe: rxdesc=offsset 0:0x%08x, 4:0x%08x, 8:0x%08x, C:0x%08x\n", recvbuf2recvframe() 74 RT_TRACE(_module_rtl871x_recv_c_, _drv_err_, ("recvbuf2recvframe: precvframe==NULL\n")); recvbuf2recvframe() 99 RT_TRACE(_module_rtl871x_recv_c_, _drv_info_, ("recvbuf2recvframe: pkt_len<=0\n")); recvbuf2recvframe() 141 DBG_88E("recvbuf2recvframe: alloc_skb fail , drop frag frame\n"); recvbuf2recvframe() 152 DBG_88E("recvbuf2recvframe: skb_clone fail\n"); recvbuf2recvframe() 177 ("recvbuf2recvframe: rtw_recv_entry(precvframe) != _SUCCESS\n")); recvbuf2recvframe() 829 recvbuf2recvframe(adapt, pskb); rtl8188eu_recv_tasklet()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
H A D | rtl8712_recv.c | 1009 static int recvbuf2recvframe(struct _adapter *padapter, struct sk_buff *pskb) recvbuf2recvframe() function 1113 recvbuf2recvframe(padapter, pskb); recv_tasklet()
|
Completed in 116 milliseconds