Lines Matching refs:afu_cmd
42 static void process_cmd_err(struct afu_cmd *cmd, struct scsi_cmnd *scp) in process_cmd_err()
152 static void cmd_complete(struct afu_cmd *cmd) in cmd_complete()
194 struct afu_cmd *cmd, *tmp; in flush_pending_cmds()
300 static int send_cmd_ioarrin(struct afu *afu, struct afu_cmd *cmd) in send_cmd_ioarrin()
344 static int send_cmd_sq(struct afu *afu, struct afu_cmd *cmd) in send_cmd_sq()
389 static int wait_resp(struct afu *afu, struct afu_cmd *cmd) in wait_resp()
462 struct afu_cmd *cmd = NULL; in send_tmf()
478 cmd = (struct afu_cmd *)PTR_ALIGN(buf, __alignof__(*cmd)); 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()
2303 struct afu_cmd *cmd = NULL; in send_afu_cmd()
2325 cmd = (struct afu_cmd *)PTR_ALIGN(buf, __alignof__(*cmd)); in send_afu_cmd()
2429 struct afu_cmd *cmd = sc_to_afuc(scp); in cxlflash_eh_abort_handler()
3172 .cmd_size = sizeof(struct afu_cmd) + __alignof__(struct afu_cmd) - 1,