Home
last modified time | relevance | path

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

/linux/drivers/scsi/cxlflash/
H A Dcommon.h155 struct afu_cmd { struct
175 static inline struct afu_cmd *sc_to_afuc(struct scsi_cmnd *sc) in sc_to_afuc() argument
177 return PTR_ALIGN(scsi_cmd_priv(sc), __alignof__(struct afu_cmd)); in sc_to_afuc()
180 static inline struct afu_cmd *sc_to_afuci(struct scsi_cmnd *sc) in sc_to_afuci()
182 struct afu_cmd *afuc = sc_to_afuc(sc); in sc_to_afuci()
188 static inline struct afu_cmd *sc_to_afucz(struct scsi_cmnd *sc) in sc_to_afucz()
190 struct afu_cmd *afuc = sc_to_afuc(sc); in sc_to_afucz()
232 int (*send_cmd)(struct afu *afu, struct afu_cmd *cmd);
H A Dmain.c47 static void process_cmd_err(struct afu_cmd *cmd, struct scsi_cmnd *scp) in process_cmd_err()
157 static void cmd_complete(struct afu_cmd *cmd) in cmd_complete()
199 struct afu_cmd *cmd, *tmp; in flush_pending_cmds()
305 static int send_cmd_ioarrin(struct afu *afu, struct afu_cmd *cmd) in send_cmd_ioarrin()
349 static int send_cmd_sq(struct afu *afu, struct afu_cmd *cmd) in send_cmd_sq()
394 static int wait_resp(struct afu *afu, struct afu_cmd *cmd) in wait_resp()
467 struct afu_cmd *cmd = NULL; in send_tmf()
483 cmd = (struct afu_cmd *)PTR_ALIGN(buf, __alignof__(*cmd)); in send_tmf()
570 struct afu_cmd *cmd = sc_to_afuci(scp); in cxlflash_queuecommand()
1376 struct afu_cmd *cmd; in process_hrrq()
[all …]