Lines Matching refs:directive
443 c.directive.opcode = nvme_admin_directive_send; in nvme_toggle_streams()
444 c.directive.nsid = cpu_to_le32(NVME_NSID_ALL); in nvme_toggle_streams()
445 c.directive.doper = NVME_DIR_SND_ID_OP_ENABLE; in nvme_toggle_streams()
446 c.directive.dtype = NVME_DIR_IDENTIFY; in nvme_toggle_streams()
447 c.directive.tdtype = NVME_DIR_STREAMS; in nvme_toggle_streams()
448 c.directive.endir = enable ? NVME_DIR_ENDIR : 0; in nvme_toggle_streams()
471 c.directive.opcode = nvme_admin_directive_recv; in nvme_get_stream_params()
472 c.directive.nsid = cpu_to_le32(nsid); in nvme_get_stream_params()
473 c.directive.numd = cpu_to_le32((sizeof(*s) >> 2) - 1); in nvme_get_stream_params()
474 c.directive.doper = NVME_DIR_RCV_ST_OP_PARAM; in nvme_get_stream_params()
475 c.directive.dtype = NVME_DIR_STREAMS; in nvme_get_stream_params()