Searched defs:cmd_priv (Results 1 – 3 of 3) sorted by relevance
33 struct cmd_priv { struct51 u32 rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj); argument
40 struct cmd_priv { struct41 struct completion cmd_queue_comp;42 struct completion terminate_cmdthread_comp;43 struct __queue cmd_queue;44 u8 cmd_seq;45 u8 *cmd_buf; /* shall be non-paged, and 4 bytes aligned */46 u8 *cmd_allocated_buf;47 u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */48 u8 *rsp_allocated_buf;49 u32 cmd_issued_cnt;[all …]
40 struct cmd_priv { struct41 struct completion cmd_queue_comp;42 struct completion terminate_cmdthread_comp;43 struct __queue cmd_queue;44 u8 cmd_seq;45 u8 *cmd_buf; /*shall be non-paged, and 4 bytes aligned*/46 u8 *cmd_allocated_buf;47 u8 *rsp_buf; /*shall be non-paged, and 4 bytes aligned*/48 u8 *rsp_allocated_buf;49 u32 cmd_issued_cnt;[all …]