Searched defs:create_context (Results 1 – 3 of 3) sorted by relevance
834 struct create_context { struct835 __le32 Next;836 __le16 NameOffset;837 __le16 NameLength;838 __le16 Reserved;839 __le16 DataOffset;840 __le32 DataLength;841 __u8 Buffer[];
779 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function
1574 struct vmci_ctx *create_context; in qp_broker_attach() local