Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_cmd.h49 struct cmd_priv { struct
50 _sema cmd_queue_sema;
52 _sema start_cmdthread_sema;
54 _queue cmd_queue;
55 u8 cmd_seq;
56 u8 *cmd_buf; /* shall be non-paged, and 4 bytes aligned */
57 u8 *cmd_allocated_buf;
58 u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */
59 u8 *rsp_allocated_buf;
60 u32 cmd_issued_cnt;
[all …]