Searched defs:create_context (Results 1 – 3 of 3) sorted by relevance
525 struct create_context { struct526 __le32 Next;527 __le16 NameOffset;528 __le16 NameLength;529 __le16 Reserved;530 __le16 DataOffset;531 __le32 DataLength;532 __u8 Buffer[0];
755 static struct ctx_info *create_context(struct cxlflash_cfg *cfg, in create_context() function
1661 struct vmci_ctx *create_context; in qp_broker_attach() local