Lines Matching refs:connect
258 * out function for connect() errors.
312 inv_sqe, cmd->connect.qid);
336 cmd->connect.recfmt);
380 cmd.connect.opcode = nvme_fabrics_command;
381 cmd.connect.fctype = nvme_fabrics_type_connect;
382 cmd.connect.qid = 0;
383 cmd.connect.sqsize = cpu_to_le16(NVME_AQ_DEPTH - 1);
389 cmd.connect.kato = ctrl->kato ?
393 cmd.connect.cattr |= NVME_CONNECT_DISABLE_SQFLOW;
430 * @poll: Whether or not to poll for the completion of the connect cmd.
450 cmd.connect.opcode = nvme_fabrics_command;
451 cmd.connect.fctype = nvme_fabrics_type_connect;
452 cmd.connect.qid = cpu_to_le16(qid);
453 cmd.connect.sqsize = cpu_to_le16(ctrl->sqsize);
456 cmd.connect.cattr |= NVME_CONNECT_DISABLE_SQFLOW;
575 * make sure that they are going out after the admin connect,
584 * Only allow commands on a live queue, except for the connect command,