Searched refs:is_bmc (Results 1 – 4 of 4) sorted by relevance
102 gboolean is_bmc = FALSE; in get_gpio_base() local125 is_bmc = TRUE; in get_gpio_base()130 if (!is_bmc) in get_gpio_base()
784 bool is_bmc; in __mctp_astlpc_kcs_ready() local788 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()
628 desc_info->is_bmc = false; in rtw89_core_tx_update_h2c_info()887 bool is_bmc; in rtw89_core_tx_update_desc_info() local895 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()
1020 bool is_bmc; member