Home
last modified time | relevance | path

Searched defs:recv_reorder_ctrl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/rtl8712/
H A Drtl871x_recv.h16 struct recv_reorder_ctrl { struct
17 struct _adapter *padapter;
18 u16 indicate_seq; /* =wstart_b, init_value=0xffff */
19 u16 wend_b;
20 u8 wsize_b;
21 struct __queue pending_recvframe_queue;
22 struct timer_list reordering_ctrl_timer;
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h29 struct recv_reorder_ctrl { struct
30 struct adapter *padapter;
31 u8 enable;
32 u16 indicate_seq;/* wstart_b, init_value = 0xffff */
33 u16 wend_b;
34 u8 wsize_b;
35 struct __queue pending_recvframe_queue;
36 struct timer_list reordering_ctrl_timer;