Home
last modified time | relevance | path

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

/drivers/nvme/host/
Dnvme.h102 u64 mode_select_num_blocks; member
Dscsi.c1333 ns->mode_select_num_blocks = in nvme_trans_modesel_save_bd()
1344 ns->mode_select_num_blocks = in nvme_trans_modesel_save_bd()
1486 if (ns->mode_select_num_blocks == 0 || ns->mode_select_block_len == 0) { in nvme_trans_fmt_set_blk_size_count()
1494 if (ns->mode_select_num_blocks == 0) in nvme_trans_fmt_set_blk_size_count()
1495 ns->mode_select_num_blocks = le64_to_cpu(id_ns->ncap); in nvme_trans_fmt_set_blk_size_count()
1601 if (ns->mode_select_num_blocks != le64_to_cpu(id_ns->ncap)) { in nvme_trans_fmt_send_cmd()