Searched refs:zms (Results 1 – 3 of 3) sorted by relevance
236 c->zms.opcode = nvme_cmd_zone_mgmt_send; in nvme_setup_zone_mgmt_send()237 c->zms.nsid = cpu_to_le32(ns->head->ns_id); in nvme_setup_zone_mgmt_send()238 c->zms.slba = cpu_to_le64(nvme_sect_to_lba(ns, blk_rq_pos(req))); in nvme_setup_zone_mgmt_send()239 c->zms.zsa = action; in nvme_setup_zone_mgmt_send()242 c->zms.select_all = 1; in nvme_setup_zone_mgmt_send()
346 switch (zsa_req_op(data->req->cmd->zms.zsa)) { in zmgmt_send_scan_cb()416 bio->bi_opf = zsa_req_op(req->cmd->zms.zsa) | REQ_SYNC; in nvmet_bdev_zone_mgmt_emulate_all()440 switch (zsa_req_op(req->cmd->zms.zsa)) { in nvmet_bdev_execute_zmgmt_send_all()464 sector_t sect = nvmet_lba_to_sect(req->ns, req->cmd->zms.slba); in nvmet_bdev_zmgmt_send_work()465 enum req_opf op = zsa_req_op(req->cmd->zms.zsa); in nvmet_bdev_zmgmt_send_work()478 if (req->cmd->zms.select_all) { in nvmet_bdev_zmgmt_send_work()
1431 struct nvme_zone_mgmt_send_cmd zms; member