Searched refs:rtw_napi_gro_receive (Results 1 – 2 of 2) sorted by relevance
410 rtw_napi_gro_receive(&padapter->napi, pskb); in napi_recv()413 if (rtw_napi_gro_receive(&padapter->napi, pskb) != GRO_DROP) in napi_recv()
224 #define rtw_napi_gro_receive(napi, skb) dbg_rtw_napi_gro_receive(napi, skb, MSTAT_TYPE_SKB, __FUNCT… macro301 #define rtw_napi_gro_receive(napi, skb) _rtw_napi_gro_receive(napi, skb) macro