Home
last modified time | relevance | path

Searched refs:ndob (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c4009 u8 unmap = 0, ndob = 0; in mpi3mr_setup_divert_ws() local
4016 ndob = scmd->cmnd[1] & 0x01; in mpi3mr_setup_divert_ws()
4020 ndob = scmd->cmnd[10] & 0x01; in mpi3mr_setup_divert_ws()
4025 if ((unmap) && (ndob) && (num_blocks > wslen)) { in mpi3mr_setup_divert_ws()
/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c3878 u32 ei_lba, bool unmap, bool ndob) in resp_write_same() argument
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()