Searched defs:cmd_priv (Results 1 – 3 of 3) sorted by relevance
52 struct cmd_priv { struct53 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 …]
46 struct cmd_priv { struct64 u32 rtw_enqueue_cmd(struct cmd_priv *pcmdpriv, struct cmd_obj *obj); argument
45 struct cmd_priv { struct46 struct workqueue_struct *wq;47 u32 cmd_issued_cnt;48 u32 cmd_done_cnt;49 u32 rsp_cnt;50 struct rtw_adapter *padapter;