Lines Matching refs:directive
727 c.directive.opcode = nvme_admin_directive_send; in nvme_toggle_streams()
728 c.directive.nsid = cpu_to_le32(NVME_NSID_ALL); in nvme_toggle_streams()
729 c.directive.doper = NVME_DIR_SND_ID_OP_ENABLE; in nvme_toggle_streams()
730 c.directive.dtype = NVME_DIR_IDENTIFY; in nvme_toggle_streams()
731 c.directive.tdtype = NVME_DIR_STREAMS; in nvme_toggle_streams()
732 c.directive.endir = enable ? NVME_DIR_ENDIR : 0; in nvme_toggle_streams()
754 c.directive.opcode = nvme_admin_directive_recv; in nvme_get_stream_params()
755 c.directive.nsid = cpu_to_le32(nsid); in nvme_get_stream_params()
756 c.directive.numd = cpu_to_le32(nvme_bytes_to_numd(sizeof(*s))); in nvme_get_stream_params()
757 c.directive.doper = NVME_DIR_RCV_ST_OP_PARAM; in nvme_get_stream_params()
758 c.directive.dtype = NVME_DIR_STREAMS; in nvme_get_stream_params()