Home
last modified time | relevance | path

Searched refs:cb_header (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c155 SVGACBHeader *cb_header; member
174 SVGACBHeader cb_header; member
242 dheader = container_of(header->cb_header, struct vmw_cmdbuf_dheader, in vmw_cmdbuf_header_inline_free()
243 cb_header); in vmw_cmdbuf_header_inline_free()
269 if (header->cb_header) in __vmw_cmdbuf_header_free()
270 dma_pool_free(man->headers, header->cb_header, in __vmw_cmdbuf_header_free()
313 return header->cb_header->status; in vmw_cmdbuf_header_submit()
356 entry->cb_header->status = SVGA_CB_STATUS_NONE; in vmw_cmdbuf_ctx_submit()
386 SVGACBStatus status = entry->cb_header->status; in vmw_cmdbuf_ctx_process()
400 entry->cb_header->status = SVGA_CB_STATUS_NONE; in vmw_cmdbuf_ctx_process()
[all …]
/openbmc/u-boot/arch/x86/lib/
H A Dcoreboot_table.c55 static void cb_table_init(struct cb_header *cbh) in cb_table_init()
57 memset(cbh, 0, sizeof(struct cb_header)); in cb_table_init()
59 cbh->header_bytes = sizeof(struct cb_header); in cb_table_init()
72 static u32 cb_table_add_entry(struct cb_header *cbh, struct cb_record *cbr) in cb_table_add_entry()
88 static void cb_table_finalize(struct cb_header *cbh) in cb_table_finalize()
98 struct cb_header *cbh = (struct cb_header *)addr; in write_coreboot_table()
/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dtables.c114 struct cb_header *header; in cb_parse_header()
119 header = (struct cb_header *)ptr; in cb_parse_header()
/openbmc/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h16 struct cb_header { struct