Home
last modified time | relevance | path

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

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