Lines Matching refs:afu_cmd
46 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()
1394 cmd = container_of(ioasa, struct afu_cmd, sa); in process_hrrq()
1397 cmd = container_of(ioarcb, struct afu_cmd, rcb); in process_hrrq()
1431 struct afu_cmd *cmd, *tmp; in process_cmd_doneq()
2305 struct afu_cmd *cmd = NULL; in send_afu_cmd()
2327 cmd = (struct afu_cmd *)PTR_ALIGN(buf, __alignof__(*cmd)); in send_afu_cmd()
2431 struct afu_cmd *cmd = sc_to_afuc(scp); in cxlflash_eh_abort_handler()
3179 .cmd_size = sizeof(struct afu_cmd) + __alignof__(struct afu_cmd) - 1,