Home
last modified time | relevance | path

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

/linux/drivers/staging/vt6655/
H A Ddpc.h19 bool vnt_receive_frame(struct vnt_private *priv, struct vnt_rx_desc *curr_rd);
H A Ddpc.c118 bool vnt_receive_frame(struct vnt_private *priv, struct vnt_rx_desc *curr_rd) in vnt_receive_frame() function
H A Ddevice_main.c835 if (vnt_receive_frame(priv, rd)) { in device_rx_srv()