Home
last modified time | relevance | path

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

/linux/drivers/scsi/cxlflash/
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);
A Dmain.c152 static void cmd_complete(struct afu_cmd *cmd) in cmd_complete()
194 struct afu_cmd *cmd, *tmp; in flush_pending_cmds()
462 struct afu_cmd *cmd = NULL; in send_tmf()
565 struct afu_cmd *cmd = sc_to_afuci(scp); in cxlflash_queuecommand()
1371 struct afu_cmd *cmd; in process_hrrq()
1392 cmd = container_of(ioasa, struct afu_cmd, sa); in process_hrrq()
1395 cmd = container_of(ioarcb, struct afu_cmd, rcb); in process_hrrq()
1429 struct afu_cmd *cmd, *tmp; in process_cmd_doneq()
2280 struct afu_cmd *cmd = NULL; in send_afu_cmd()
2406 struct afu_cmd *cmd = sc_to_afuc(scp); in cxlflash_eh_abort_handler()
[all …]

Completed in 11 milliseconds