Searched refs:resp_write_dt0 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | scsi_debug.c | 422 static int resp_write_dt0(struct scsi_cmnd *, struct sdebug_dev_info *); 465 {0, 0x2a, 0, F_D_OUT | FF_MEDIA_IO, resp_write_dt0, /* WRITE(10) */ 468 {0, 0xa, 0, F_D_OUT | FF_MEDIA_IO, resp_write_dt0, /* WRITE(6) */ 471 {0, 0xaa, 0, F_D_OUT | FF_MEDIA_IO, resp_write_dt0, /* WRITE(12) */ 483 {0, 0x7f, 0xb, F_SA_HIGH | F_D_OUT | FF_MEDIA_IO, resp_write_dt0, 557 resp_write_dt0, write_iarr, /* WRITE(16) */ 2973 static int resp_write_dt0(struct scsi_cmnd *scp, struct sdebug_dev_info *devip) in resp_write_dt0() function 3774 errsts = resp_write_dt0(scp, devip); in resp_xdwriteread_10()
|