Searched refs:PCI_MSIX_FLAGS (Results 1 – 2 of 2) sorted by relevance
299 const PCI_MSIX_FLAGS: u32 = 0x02; // Message Control constant320 let msix_ctl = config.read_config_word(msix_cap_start + PCI_MSIX_FLAGS); in new()342 let control_start = self.offset + PCI_MSIX_FLAGS; in is_msix_control_reg()356 .write_msix_capability(PCI_MSIX_FLAGS.into(), data); in write_msix_control()
323 #define PCI_MSIX_FLAGS 2 /* Message Control */ macro