Home
last modified time | relevance | path

Searched refs:vnt_receive_frame (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/vt6655/
Ddpc.h34 bool vnt_receive_frame(struct vnt_private *priv, PSRxDesc curr_rd);
Ddpc.c135 bool vnt_receive_frame(struct vnt_private *priv, PSRxDesc curr_rd) in vnt_receive_frame() function
Ddevice_main.c814 if (vnt_receive_frame(pDevice, pRD)) { in device_rx_srv()