Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/controller/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds