Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A Dgpio.c102 gboolean is_bmc = FALSE; in get_gpio_base() local
125 is_bmc = TRUE; in get_gpio_base()
130 if (!is_bmc) in get_gpio_base()
/openbmc/libmctp/
H A Dastlpc.c784 bool is_bmc; in __mctp_astlpc_kcs_ready() local
788 is_bmc = (astlpc->mode == MCTP_BINDING_ASTLPC_MODE_BMC); in __mctp_astlpc_kcs_ready()
789 flag = (is_bmc ^ is_write) ? KCS_STATUS_IBF : KCS_STATUS_OBF; in __mctp_astlpc_kcs_ready()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c628 desc_info->is_bmc = false; in rtw89_core_tx_update_h2c_info()
887 bool is_bmc; in rtw89_core_tx_update_desc_info() local
895 is_bmc = (is_broadcast_ether_addr(hdr->addr1) || in rtw89_core_tx_update_desc_info()
900 desc_info->is_bmc = is_bmc; in rtw89_core_tx_update_desc_info()
H A Dcore.h1020 bool is_bmc; member