Lines Matching refs:afu_cmd
47 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()
1397 cmd = container_of(ioasa, struct afu_cmd, sa); in process_hrrq()
1400 cmd = container_of(ioarcb, struct afu_cmd, rcb); in process_hrrq()
1434 struct afu_cmd *cmd, *tmp; in process_cmd_doneq()
2285 struct afu_cmd *cmd = NULL; in send_afu_cmd()
2307 cmd = (struct afu_cmd *)PTR_ALIGN(buf, __alignof__(*cmd)); in send_afu_cmd()
2411 struct afu_cmd *cmd = sc_to_afuc(scp); in cxlflash_eh_abort_handler()
3158 .cmd_size = sizeof(struct afu_cmd) + __alignof__(struct afu_cmd) - 1,