Lines Matching defs:sc_status
31 uint8_t sc_status)
37 NVMEF(NVME_STATUS_SC, sc_status);
48 uint8_t sc_status;
55 sc_status = nvmf_validate_command_capsule(nc);
56 if (sc_status != NVME_SC_SUCCESS) {
57 nvmf_send_generic_error(nc, sc_status);
97 uint8_t sc_status)
102 rc = nvmf_simple_response(cc, sc_type, sc_status);
109 nvmf_send_generic_error(const struct nvmf_capsule *nc, uint8_t sc_status)
111 return (nvmf_send_error(nc, NVME_SCT_GENERIC, sc_status));
148 uint8_t sc_status;
171 sc_status = nvmf_validate_command_capsule(cc);
172 if (sc_status != 0) {
174 sc_status);
175 rc = nvmf_simple_response(cc, NVME_SCT_GENERIC, sc_status);