Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
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/
A 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;
/linux/drivers/staging/r8188eu/include/
A Drtw_recv.h26 struct recv_reorder_ctrl { struct
27 struct adapter *padapter;
28 u8 enable;
29 u16 indicate_seq;/* wstart_b, init_value=0xffff */
30 u16 wend_b;
31 u8 wsize_b;
32 struct __queue pending_recvframe_queue;
33 struct timer_list reordering_ctrl_timer;

Completed in 10 milliseconds