Searched defs:create_context (Results 1 – 3 of 3) sorted by relevance
670 struct create_context { struct671 __le32 Next;672 __le16 NameOffset;673 __le16 NameLength;674 __le16 Reserved;675 __le16 DataOffset;676 __le32 DataLength;677 __u8 Buffer[0];
784 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() function
1580 struct vmci_ctx *create_context; in qp_broker_attach() local