Searched defs:create_context (Results 1 – 3 of 3) sorted by relevance
1113 struct create_context { struct1114 __le32 Next;1115 __le16 NameOffset;1116 __le16 NameLength;1117 __le16 Reserved;1118 __le16 DataOffset;1119 __le32 DataLength;1120 __u8 Buffer[];
778 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