OpenBIC
OpenSource Bridge-IC
|
#include "plat_mctp.h"
#include <zephyr.h>
#include <logging/log.h>
#include "libutil.h"
#include "mctp.h"
#include "mctp_ctrl.h"
#include "pldm.h"
#include "ipmi.h"
Functions | |
LOG_MODULE_REGISTER (plat_mctp) | |
mctp * | find_mctp_by_smbus (uint8_t bus) |
int | pal_get_medium_type (uint8_t interface) |
int | pal_get_target (uint8_t interface) |
mctp * | pal_get_mctp (uint8_t mctp_medium_type, uint8_t bus) |
uint8_t | get_mctp_route_info (uint8_t dest_endpoint, void **mctp_inst, mctp_ext_params *ext_params) |
int | pal_pldm_send_ipmi_request (ipmi_msg *msg, uint8_t eid) |
void | plat_mctp_init (void) |
Variables | |
mctp_route_entry | mctp_route_tbl [] |
mctp * find_mctp_by_smbus | ( | uint8_t | bus | ) |
uint8_t get_mctp_route_info | ( | uint8_t | dest_endpoint, |
void ** | mctp_inst, | ||
mctp_ext_params * | ext_params | ||
) |
LOG_MODULE_REGISTER | ( | plat_mctp | ) |
mctp * pal_get_mctp | ( | uint8_t | mctp_medium_type, |
uint8_t | bus | ||
) |
int pal_get_medium_type | ( | uint8_t | interface | ) |
int pal_get_target | ( | uint8_t | interface | ) |
int pal_pldm_send_ipmi_request | ( | ipmi_msg * | msg, |
uint8_t | eid | ||
) |
void plat_mctp_init | ( | void | ) |
mctp_route_entry mctp_route_tbl[] |