Searched defs:create_context (Results 1 – 3 of 3) sorted by relevance
826 struct create_context { struct827 __le32 Next;828 __le16 NameOffset;829 __le16 NameLength;830 __le16 Reserved;831 __le16 DataOffset;832 __le32 DataLength;833 __u8 Buffer[];
779 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function
1571 struct vmci_ctx *create_context; in qp_broker_attach() local