Home
last modified time | relevance | path

Searched refs:afu_cmd (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/cxlflash/
Dcommon.h159 struct afu_cmd { struct
179 static inline struct afu_cmd *sc_to_afuc(struct scsi_cmnd *sc) in sc_to_afuc() argument
181 return PTR_ALIGN(scsi_cmd_priv(sc), __alignof__(struct afu_cmd)); in sc_to_afuc()
184 static inline struct afu_cmd *sc_to_afuci(struct scsi_cmnd *sc) in sc_to_afuci()
186 struct afu_cmd *afuc = sc_to_afuc(sc); in sc_to_afuci()
192 static inline struct afu_cmd *sc_to_afucz(struct scsi_cmnd *sc) in sc_to_afucz()
194 struct afu_cmd *afuc = sc_to_afuc(sc); in sc_to_afucz()
236 int (*send_cmd)(struct afu *afu, struct afu_cmd *cmd);
Dmain.c46 static void process_cmd_err(struct afu_cmd *cmd, struct scsi_cmnd *scp) in process_cmd_err()
161 static void cmd_complete(struct afu_cmd *cmd) in cmd_complete()
203 struct afu_cmd *cmd, *tmp; in flush_pending_cmds()
309 static int send_cmd_ioarrin(struct afu *afu, struct afu_cmd *cmd) in send_cmd_ioarrin()
353 static int send_cmd_sq(struct afu *afu, struct afu_cmd *cmd) in send_cmd_sq()
398 static int wait_resp(struct afu *afu, struct afu_cmd *cmd) in wait_resp()
471 struct afu_cmd *cmd = NULL; in send_tmf()
487 cmd = (struct afu_cmd *)PTR_ALIGN(buf, __alignof__(*cmd)); in send_tmf()
574 struct afu_cmd *cmd = sc_to_afuci(scp); in cxlflash_queuecommand()
1373 struct afu_cmd *cmd; in process_hrrq()
[all …]