Searched defs:create_context (Results 1 – 3 of 3) sorted by relevance
1142 struct create_context { struct1143 __le32 Next;1144 __le16 NameOffset;1145 __le16 NameLength;1146 __le16 Reserved;1147 __le16 DataOffset;1148 __le32 DataLength;1149 __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