Searched refs:spdm_dobj_hdr (Results 1 – 2 of 2) sorted by relevance
89 struct spdm_dobj_hdr hdr; /* hdr.id == SPDM_DOBJ_ID_REQ */95 struct spdm_dobj_hdr hdr; /* hdr.id == SPDM_DOBJ_ID_RESP */143 static struct spdm_dobj_hdr *sla_to_dobj_hdr(struct sla_buffer_hdr *buf) in sla_to_dobj_hdr()148 return (struct spdm_dobj_hdr *) &buf[1]; in sla_to_dobj_hdr()151 static struct spdm_dobj_hdr *sla_to_dobj_hdr_check(struct sla_buffer_hdr *buf, u32 check_dobjid) in sla_to_dobj_hdr_check()153 struct spdm_dobj_hdr *hdr = sla_to_dobj_hdr(buf); in sla_to_dobj_hdr_check()168 struct spdm_dobj_hdr *hdr = sla_to_dobj_hdr(buf); in sla_to_data()378 struct spdm_dobj_hdr *dobj = sla_to_dobj_hdr(buf); in dobj_response_init()
68 struct spdm_dobj_hdr { struct