Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
A Drtw_cmd.h40 struct cmd_priv { struct
43 struct __queue cmd_queue;
44 u8 cmd_seq;
46 u8 *cmd_allocated_buf;
48 u8 *rsp_allocated_buf;
49 u32 cmd_issued_cnt;
50 u32 cmd_done_cnt;
51 u32 rsp_cnt;
52 atomic_t cmdthd_running;
54 u8 stop_req;
[all …]
/linux/drivers/staging/r8188eu/include/
A Drtw_cmd.h35 struct cmd_priv { struct
36 struct completion enqueue_cmd;
39 struct __queue cmd_queue;
40 u8 cmd_seq;
42 u8 *cmd_allocated_buf;
44 u8 *rsp_allocated_buf;
45 u32 cmd_issued_cnt;
46 u32 cmd_done_cnt;
47 u32 rsp_cnt;
48 u8 cmdthd_running;
[all …]
/linux/drivers/staging/rtl8712/
A Drtl871x_cmd.h40 struct cmd_priv { struct
41 struct completion cmd_queue_comp;
42 struct completion terminate_cmdthread_comp;
43 struct __queue cmd_queue;
44 u8 cmd_seq;
46 u8 *cmd_allocated_buf;
48 u8 *rsp_allocated_buf;
49 u32 cmd_issued_cnt;
50 u32 cmd_done_cnt;
51 u32 rsp_cnt;
[all …]
/linux/drivers/scsi/mpi3mr/
A Dmpi3mr_os.c2589 u8 *resp_code, struct scmd_priv *cmd_priv) in mpi3mr_issue_tm()

Completed in 16 milliseconds