Lines Matching refs:directive
550 c.directive.opcode = nvme_admin_directive_send; in nvme_toggle_streams()
551 c.directive.nsid = cpu_to_le32(NVME_NSID_ALL); in nvme_toggle_streams()
552 c.directive.doper = NVME_DIR_SND_ID_OP_ENABLE; in nvme_toggle_streams()
553 c.directive.dtype = NVME_DIR_IDENTIFY; in nvme_toggle_streams()
554 c.directive.tdtype = NVME_DIR_STREAMS; in nvme_toggle_streams()
555 c.directive.endir = enable ? NVME_DIR_ENDIR : 0; in nvme_toggle_streams()
578 c.directive.opcode = nvme_admin_directive_recv; in nvme_get_stream_params()
579 c.directive.nsid = cpu_to_le32(nsid); in nvme_get_stream_params()
580 c.directive.numd = cpu_to_le32(nvme_bytes_to_numd(sizeof(*s))); in nvme_get_stream_params()
581 c.directive.doper = NVME_DIR_RCV_ST_OP_PARAM; in nvme_get_stream_params()
582 c.directive.dtype = NVME_DIR_STREAMS; in nvme_get_stream_params()