Searched refs:ndob (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_os.c | 3988 * Gets values of unmap, ndob and number of blocks from write 3998 u8 unmap = 0, ndob = 0; in mpi3mr_setup_divert_ws() local 4005 ndob = scmd->cmnd[1] & 0x01; in mpi3mr_setup_divert_ws() 4009 ndob = scmd->cmnd[10] & 0x01; in mpi3mr_setup_divert_ws() 4014 if ((unmap) && (ndob) && (num_blocks > wslen)) { in mpi3mr_setup_divert_ws()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 3724 u32 ei_lba, bool unmap, bool ndob) in resp_write_same() 3752 /* if ndob then zero 1 logical block, else fetch 1 logical block */ in resp_write_same() 3755 if (ndob) { in resp_write_same() 3764 } else if (sdebug_verbose && !ndob && (ret < lb_size)) in resp_write_same() 3819 bool ndob = false; in resp_write_same_16() local 3829 ndob = true; in resp_write_same_16() 3836 return resp_write_same(scp, lba, num, ei_lba, unmap, ndob); in resp_write_same_16() 3723 resp_write_same(struct scsi_cmnd *scp, u64 lba, u32 num, u32 ei_lba, bool unmap, bool ndob) resp_write_same() argument
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 3878 u32 ei_lba, bool unmap, bool ndob) in resp_write_same() 3905 /* if ndob then zero 1 logical block, else fetch 1 logical block */ in resp_write_same() 3908 if (ndob) { in resp_write_same() 3917 } else if (sdebug_verbose && !ndob && (ret < lb_size)) in resp_write_same() 3972 bool ndob = false; in resp_write_same_16() local 3982 ndob = true; in resp_write_same_16() 3989 return resp_write_same(scp, lba, num, ei_lba, unmap, ndob); in resp_write_same_16() 3877 resp_write_same(struct scsi_cmnd *scp, u64 lba, u32 num, u32 ei_lba, bool unmap, bool ndob) resp_write_same() argument
|
Completed in 26 milliseconds