Home
last modified time | relevance | path

Searched refs:mb_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h119 uint16_t mb_type; member
H A Dmegaraid_mm.c382 kioc->mb_type = MBOX_LEGACY; in mimd_to_kioc()
/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp194 uint8_t mb_type; // 00 - SS, 01 - DS, 02 - Type3 member
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp1166 if (req->mb_type >= sizeof(mbType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()
1169 oemData[KEY_MC_CONFIG][KEY_MC_MB_TYPE] = mbType[req->mb_type]; in ipmiOemSetMachineCfgInfo()
/openbmc/qemu/tcg/
H A Dtcg-op.c302 void tcg_gen_mb(TCGBar mb_type) in tcg_gen_mb() argument
317 tcg_gen_op1(INDEX_op_mb, mb_type); in tcg_gen_mb()