Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_recv.h18 struct recv_reorder_ctrl { struct
19 struct _adapter *padapter;
20 u16 indicate_seq; /* =wstart_b, init_value=0xffff */
21 u16 wend_b;
22 u8 wsize_b;
23 struct __queue pending_recvframe_queue;
24 struct timer_list reordering_ctrl_timer;
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_recv.h28 struct recv_reorder_ctrl { struct
29 struct adapter *padapter;
30 u8 enable;
31 u16 indicate_seq;/* wstart_b, init_value=0xffff */
32 u16 wend_b;
33 u8 wsize_b;
34 struct __queue pending_recvframe_queue;
35 struct timer_list reordering_ctrl_timer;
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_recv.h45 struct recv_reorder_ctrl struct
47 struct adapter *padapter;
48 u8 enable;
49 u16 indicate_seq;/* wstart_b, init_value = 0xffff */
50 u16 wend_b;
51 u8 wsize_b;
52 struct __queue pending_recvframe_queue;
53 _timer reordering_ctrl_timer;