Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/
H A Dpci-thunder-ecam.c183 bool has_msix; in thunder_ecam_config_read() local
193 has_msix = (v & 0xff00) != 0; in thunder_ecam_config_read()
195 if (!has_msix && where_a == 0x70) { in thunder_ecam_config_read()
217 else if (has_msix) in thunder_ecam_config_read()
229 if (where_a >= 0xd0 && where_a < 0xe0 && has_msix) in thunder_ecam_config_read()