Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/controller/
Dpci-thunder-ecam.c194 bool has_msix; in thunder_ecam_config_read() local
205 has_msix = (v & 0xff00) != 0; in thunder_ecam_config_read()
207 if (!has_msix && where_a == 0x70) { in thunder_ecam_config_read()
230 else if (has_msix) in thunder_ecam_config_read()
242 if (where_a >= 0xd0 && where_a < 0xe0 && has_msix) in thunder_ecam_config_read()