Home
last modified time | relevance | path

Searched refs:table_type (Results 1 – 12 of 12) sorted by relevance

/openbmc/libpldm/src/dsp/
H A Dbios.c254 uint8_t transfer_op_flag, uint8_t table_type, in encode_get_bios_table_req() argument
277 request->table_type = table_type; in encode_get_bios_table_req()
284 uint8_t *transfer_op_flag, uint8_t *table_type) in decode_get_bios_table_req() argument
286 if (msg == NULL || transfer_op_flag == NULL || table_type == NULL || in decode_get_bios_table_req()
299 *table_type = request->table_type; in decode_get_bios_table_req()
591 uint8_t transfer_flag, uint8_t table_type, in encode_set_bios_table_req() argument
626 request->table_type = table_type; in encode_set_bios_table_req()
690 uint8_t *table_type, struct variable_field *table) in decode_set_bios_table_req() argument
693 table_type == NULL || table == NULL) { in decode_set_bios_table_req()
705 *table_type = request->table_type; in decode_set_bios_table_req()
/openbmc/libpldm/include/libpldm/
H A Dbios.h90 uint8_t table_type; member
190 uint8_t table_type; member
303 uint8_t transfer_flag, uint8_t table_type,
382 uint8_t transfer_op_flag, uint8_t table_type,
397 uint8_t *transfer_op_flag, uint8_t *table_type);
614 uint8_t *table_type,
/openbmc/qemu/include/hw/cxl/
H A Dcxl_cdat.h34 uint8_t table_type; member
43 uint8_t table_type; member
/openbmc/libpldm/include/libpldm/oem/ibm/
H A Dfile_io.h194 uint8_t table_type; //!< Table type member
229 uint8_t *transfer_opflag, uint8_t *table_type);
259 uint8_t transfer_opflag, uint8_t table_type,
/openbmc/libpldm/src/oem/ibm/
H A Dfile_io.c117 uint8_t *transfer_opflag, uint8_t *table_type) in decode_get_file_table_req() argument
120 table_type == NULL) { in decode_get_file_table_req()
133 *table_type = request->table_type; in decode_get_file_table_req()
174 uint8_t transfer_opflag, uint8_t table_type, in encode_get_file_table_req() argument
196 request->table_type = table_type; in encode_get_file_table_req()
/openbmc/libpldm/tests/dsp/
H A Dbios.cpp409 EXPECT_EQ(tableType, req->table_type); in TEST()
443 request->table_type = tableType; in TEST()
473 request->table_type = tableType; in TEST()
981 EXPECT_EQ(tableType, req->table_type); in TEST()
1108 req->table_type = tableType; in TEST()
1144 req->table_type = tableType; in TEST()
/openbmc/qemu/hw/intc/
H A Dpnv_xive2.c519 static int pnv_xive2_nxc_to_table_type(uint8_t nxc_type, uint32_t *table_type) in pnv_xive2_nxc_to_table_type() argument
523 *table_type = VST_NVP; in pnv_xive2_nxc_to_table_type()
526 *table_type = VST_NVG; in pnv_xive2_nxc_to_table_type()
529 *table_type = VST_NVC; in pnv_xive2_nxc_to_table_type()
542 uint32_t idx, table_type = -1; in pnv_xive2_nxc_update() local
554 assert(!pnv_xive2_nxc_to_table_type(nxc_type, &table_type)); in pnv_xive2_nxc_update()
560 return pnv_xive2_vst_write(xive, table_type, blk, idx, nxc_watch, in pnv_xive2_nxc_update()
567 uint32_t idx, table_type = -1; in pnv_xive2_nxc_cache_load() local
579 assert(!pnv_xive2_nxc_to_table_type(nxc_type, &table_type)); in pnv_xive2_nxc_cache_load()
581 if (pnv_xive2_vst_read(xive, table_type, bl in pnv_xive2_nxc_cache_load()
[all...]
/openbmc/qemu/hw/pci-bridge/
H A Dcxl_upstream.c170 .table_type = CXL_DOE_TAB_TYPE_CDAT, in cxl_doe_cdat_rsp()
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_fileio_test.cpp548 request->table_type = type; in TEST_F()
601 request->table_type = type; in TEST_F()
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump901 'name' => 'table_type',
990 'name' => 'table_type',
1344 'name' => 'table_type',
1374 'name' => 'table_type',
9402 'name' => 'table_type',
9474 'name' => 'table_type',
/openbmc/qemu/hw/mem/
H A Dcxl_type3.c292 .table_type = CXL_DOE_TAB_TYPE_CDAT, in cxl_doe_cdat_rsp()
/openbmc/libpldm/tests/oem/ibm/
H A Dfileio.cpp400 EXPECT_EQ(tableType, req->table_type); in TEST()