Lines Matching refs:afu_cmd
42 static void process_cmd_err(struct afu_cmd *cmd, struct scsi_cmnd *scp)
152 static void cmd_complete(struct afu_cmd *cmd)
194 struct afu_cmd *cmd, *tmp;
300 static int send_cmd_ioarrin(struct afu *afu, struct afu_cmd *cmd)
344 static int send_cmd_sq(struct afu *afu, struct afu_cmd *cmd)
389 static int wait_resp(struct afu *afu, struct afu_cmd *cmd)
462 struct afu_cmd *cmd = NULL;
478 cmd = (struct afu_cmd *)PTR_ALIGN(buf, __alignof__(*cmd));
565 struct afu_cmd *cmd = sc_to_afuci(scp);
1371 struct afu_cmd *cmd;
1392 cmd = container_of(ioasa, struct afu_cmd, sa);
1395 cmd = container_of(ioarcb, struct afu_cmd, rcb);
1429 struct afu_cmd *cmd, *tmp;
2280 struct afu_cmd *cmd = NULL;
2302 cmd = (struct afu_cmd *)PTR_ALIGN(buf, __alignof__(*cmd));
2406 struct afu_cmd *cmd = sc_to_afuc(scp);
3153 .cmd_size = sizeof(struct afu_cmd) + __alignof__(struct afu_cmd) - 1,