Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Dpci_emul.c1282 uint16_t msgctrl, rwmask; in msixcap_cfgwrite() local
1288 rwmask = PCIM_MSIXCTRL_MSIX_ENABLE | PCIM_MSIXCTRL_FUNCTION_MASK; in msixcap_cfgwrite()
1290 msgctrl &= ~rwmask; in msixcap_cfgwrite()
1291 msgctrl |= val & rwmask; in msixcap_cfgwrite()
1306 uint16_t msgctrl, rwmask, msgdata, mme; in msicap_cfgwrite() local
1314 rwmask = PCIM_MSICTRL_MME_MASK | PCIM_MSICTRL_MSI_ENABLE; in msicap_cfgwrite()
1316 msgctrl &= ~rwmask; in msicap_cfgwrite()
1317 msgctrl |= val & rwmask; in msicap_cfgwrite()