Lines Matching refs:directive
507 c.directive.opcode = nvme_admin_directive_send; in nvme_toggle_streams()
508 c.directive.nsid = cpu_to_le32(NVME_NSID_ALL); in nvme_toggle_streams()
509 c.directive.doper = NVME_DIR_SND_ID_OP_ENABLE; in nvme_toggle_streams()
510 c.directive.dtype = NVME_DIR_IDENTIFY; in nvme_toggle_streams()
511 c.directive.tdtype = NVME_DIR_STREAMS; in nvme_toggle_streams()
512 c.directive.endir = enable ? NVME_DIR_ENDIR : 0; in nvme_toggle_streams()
535 c.directive.opcode = nvme_admin_directive_recv; in nvme_get_stream_params()
536 c.directive.nsid = cpu_to_le32(nsid); in nvme_get_stream_params()
537 c.directive.numd = cpu_to_le32((sizeof(*s) >> 2) - 1); in nvme_get_stream_params()
538 c.directive.doper = NVME_DIR_RCV_ST_OP_PARAM; in nvme_get_stream_params()
539 c.directive.dtype = NVME_DIR_STREAMS; in nvme_get_stream_params()