Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
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;
/drivers/staging/rtl8188eu/include/
Drtw_recv.h27 struct recv_reorder_ctrl { struct
28 struct adapter *padapter;
29 bool enable;
30 u16 indicate_seq;/* wstart_b, init_value=0xffff */
31 u16 wend_b;
32 u8 wsize_b;
33 struct __queue pending_recvframe_queue;
34 struct timer_list reordering_ctrl_timer;
/drivers/staging/rtl8723bs/include/
Drtw_recv.h43 struct recv_reorder_ctrl { struct
44 struct adapter *padapter;
45 u8 enable;
46 u16 indicate_seq;/* wstart_b, init_value = 0xffff */
47 u16 wend_b;
48 u8 wsize_b;
49 struct __queue pending_recvframe_queue;
50 _timer reordering_ctrl_timer;