Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_cmd.h52 struct cmd_priv { struct
53 struct semaphore cmd_queue_sema;
54 struct semaphore terminate_cmdthread_sema;
55 struct __queue cmd_queue;
56 u8 cmd_seq;
57 u8 *cmd_buf; /*shall be non-paged, and 4 bytes aligned*/
58 u8 *cmd_allocated_buf;
59 u8 *rsp_buf; /*shall be non-paged, and 4 bytes aligned*/
60 u8 *rsp_allocated_buf;
61 u32 cmd_issued_cnt;
[all …]
/drivers/staging/rtl8188eu/include/
Drtw_cmd.h46 struct cmd_priv { struct
64 u32 rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj); argument
/drivers/staging/rtl8723au/include/
Drtw_cmd.h45 struct cmd_priv { struct
46 struct workqueue_struct *wq;
47 u32 cmd_issued_cnt;
48 u32 cmd_done_cnt;
49 u32 rsp_cnt;
50 struct rtw_adapter *padapter;