Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtw_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;
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 …]
/linux-6.1.9/drivers/staging/rtl8712/
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;
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 …]
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_cmd.h35 struct cmd_priv { struct
36 struct completion enqueue_cmd;
37 struct completion start_cmd_thread;
38 struct completion stop_cmd_thread;
39 struct __queue cmd_queue;
40 u8 cmd_seq;
41 u8 *cmd_buf; /* shall be non-paged, and 4 bytes aligned */
42 u8 *cmd_allocated_buf;
43 u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */
44 u8 *rsp_allocated_buf;
[all …]
/linux-6.1.9/drivers/scsi/aacraid/
Daachba.c638 struct aac_cmd_priv *cmd_priv = aac_priv(scsicmd); in _aac_probe_container2() local
747 struct aac_cmd_priv *cmd_priv = aac_priv(scsicmd); in _aac_probe_container() local
822 struct aac_cmd_priv *cmd_priv = aac_priv(scsicmd); in aac_probe_container() local
Dlinit.c682 struct aac_cmd_priv *cmd_priv = aac_priv(cmd); in aac_eh_abort() local
/linux-6.1.9/drivers/scsi/
Dncr53c8xx.c519 struct ncr_cmd_priv *cmd_priv = scsi_cmd_priv(cmd); in __unmap_scsi_data() local
531 struct ncr_cmd_priv *cmd_priv = scsi_cmd_priv(cmd); in __map_scsi_sg_data() local
7856 struct ncr_cmd_priv *cmd_priv = scsi_cmd_priv(cmd); local
Dmegaraid.c1647 struct megaraid_cmd_priv *cmd_priv; in mega_rundoneq() local
Dmvumi.h258 struct mvumi_cmd *cmd_priv; member
Dmegaraid.h773 megaraid_to_scsi_cmd(struct megaraid_cmd_priv *cmd_priv) in megaraid_to_scsi_cmd()
/linux-6.1.9/drivers/scsi/mpi3mr/
Dmpi3mr_os.c3591 struct scmd_priv *cmd_priv = NULL; in mpi3mr_issue_tm() local
/linux-6.1.9/drivers/scsi/megaraid/
Dmegaraid_sas.h2603 void *cmd_priv; member