Lines Matching defs:host
1021 NVME_CTRLR_ERRLOG(ctrlr, "Set host behavior support feature failed: SC %x SCT %x\n",
1039 struct spdk_nvme_host_behavior *host;
1050 NVME_CTRLR_ERRLOG(ctrlr, "Failed to allocate host behavior support data\n");
1058 host = ctrlr->tmp_ptr;
1060 host->lbafee = 1;
1063 0, 0, host, sizeof(struct spdk_nvme_host_behavior),
1066 NVME_CTRLR_ERRLOG(ctrlr, "Set host behavior support feature failed: %d\n", rc);
1502 return "set host behavior support feature";
1504 return "wait for set host behavior support feature";
1510 return "set host ID";
1512 return "wait for set host ID";
2051 NVME_CTRLR_ERRLOG(ctrlr, "DH-HMAC-CHAP controller key requires host key to be set\n");
3144 * NVMe-oF sends the host ID during Connect and doesn't allow
3153 NVME_CTRLR_DEBUGLOG(ctrlr, "Using 128-bit extended host identifier\n");
3157 NVME_CTRLR_DEBUGLOG(ctrlr, "Using 64-bit host identifier\n");
3162 /* If the user specified an all-zeroes host identifier, don't send the command. */
3164 NVME_CTRLR_DEBUGLOG(ctrlr, "User did not specify host ID - not sending Set Features - Host ID\n");