Searched defs:create_context (Results 1 – 3 of 3) sorted by relevance
1164 struct create_context { struct1165 __le32 Next;1166 __le16 NameOffset;1167 __le16 NameLength;1168 __le16 Reserved;1169 __le16 DataOffset;1170 __le32 DataLength;1171 __u8 Buffer[];
780 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function
1578 struct vmci_ctx *create_context; in qp_broker_attach() local