Home
last modified time | relevance | path

Searched refs:bytestring (Results 1 – 1 of 1) sorted by relevance

/spdk/lib/nvme/
H A Dnvme_opal.c126 opal_add_short_atom_header(struct opal_session *sess, bool bytestring, in opal_add_short_atom_header() argument
133 atom |= bytestring ? SPDK_SHORT_ATOM_BYTESTRING_FLAG : 0; in opal_add_short_atom_header()
141 opal_add_medium_atom_header(struct opal_session *sess, bool bytestring, in opal_add_medium_atom_header() argument
147 header |= bytestring ? SPDK_MEDIUM_ATOM_BYTESTRING_FLAG : 0; in opal_add_medium_atom_header()
156 const uint8_t *bytestring, size_t len) in opal_add_token_bytestring() argument
182 memcpy(&sess->cmd[sess->cmd_pos], bytestring, len); in opal_add_token_bytestring()