Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_recv.h17 struct recv_reorder_ctrl { struct
18 struct _adapter *padapter;
19 u16 indicate_seq; /* =wstart_b, init_value=0xffff */
20 u16 wend_b;
21 u8 wsize_b;
22 struct __queue pending_recvframe_queue;
23 struct timer_list reordering_ctrl_timer;
/drivers/staging/rtl8723au/include/
Drtw_recv.h33 struct recv_reorder_ctrl { struct
34 struct rtw_adapter *padapter;
35 u8 enable;
36 u16 indicate_seq;/* wstart_b, init_value=0xffff */
37 u16 wend_b;
38 u8 wsize_b;
39 struct rtw_queue pending_recvframe_queue;
40 struct timer_list reordering_ctrl_timer;
/drivers/staging/rtl8188eu/include/
Drtw_recv.h41 struct recv_reorder_ctrl { struct
42 struct adapter *padapter;
43 u8 enable;
44 u16 indicate_seq;/* wstart_b, init_value=0xffff */
45 u16 wend_b;
46 u8 wsize_b;
47 struct __queue pending_recvframe_queue;
48 struct timer_list reordering_ctrl_timer;