Home
last modified time | relevance | path

Searched refs:curr_rd (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/vt6655/
Ddpc.c135 bool vnt_receive_frame(struct vnt_private *priv, struct vnt_rx_desc *curr_rd) in vnt_receive_frame() argument
137 struct vnt_rd_info *rd_info = curr_rd->rd_info; in vnt_receive_frame()
146 frame_size = le16_to_cpu(curr_rd->rd1.req_count) in vnt_receive_frame()
147 - le16_to_cpu(curr_rd->rd0.res_count); in vnt_receive_frame()
Ddpc.h34 bool vnt_receive_frame(struct vnt_private *priv, struct vnt_rx_desc *curr_rd);