Searched defs:create_context (Results 1 – 3 of 3) sorted by relevance
722 struct create_context { struct723 __le32 Next;724 __le16 NameOffset;725 __le16 NameLength;726 __le16 Reserved;727 __le16 DataOffset;728 __le32 DataLength;729 __u8 Buffer[0];
780 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function
1569 struct vmci_ctx *create_context; in qp_broker_attach() local