Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_cmd.h33 struct cmd_priv { struct
51 u32 rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj); argument
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_cmd.h40 struct cmd_priv { struct
41 _sema cmd_queue_sema;
43 _sema terminate_cmdthread_sema;
44 struct __queue cmd_queue;
45 u8 cmd_seq;
46 u8 *cmd_buf; /* shall be non-paged, and 4 bytes aligned */
47 u8 *cmd_allocated_buf;
48 u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */
49 u8 *rsp_allocated_buf;
50 u32 cmd_issued_cnt;
[all …]
/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_cmd.h52 struct cmd_priv { struct
53 struct completion cmd_queue_comp;
54 struct completion terminate_cmdthread_comp;
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 …]