Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.h297 int d2h_intr_method; member
H A Ddhd_pcie_linux.c1753 if (bus->d2h_intr_method == PCIE_MSI) { in dhdpcie_request_irq()
1757 bus->d2h_intr_method = PCIE_INTX; in dhdpcie_request_irq()
1761 if (bus->d2h_intr_method == PCIE_MSI) in dhdpcie_request_irq()
1769 if (bus->d2h_intr_method == PCIE_MSI) { in dhdpcie_request_irq()
2330 if (bus->d2h_intr_method == PCIE_MSI) { in dhdpcie_free_irq()
H A Ddhd_pcie.h404 bool d2h_intr_method; member
H A Ddhd_pcie.c1076 bus->d2h_intr_method = enable_msi && dhdpcie_chip_support_msi(bus) ? in dhdpcie_bus_attach()
1078 if (bus->dhd->conf->d2h_intr_method >= 0) in dhdpcie_bus_attach()
1079 bus->d2h_intr_method = bus->dhd->conf->d2h_intr_method; in dhdpcie_bus_attach()
1081 bus->d2h_intr_method = PCIE_INTX; in dhdpcie_bus_attach()
1085 if (bus->d2h_intr_method == PCIE_MSI) { in dhdpcie_bus_attach()
1511 if (bus->d2h_intr_method == PCIE_MSI && in dhdpcie_bus_isr()
3573 bus->d2h_intr_method ? "PCIE_MSI" : "PCIE_INTX", bus->d2h_intr_method, in dhd_set_bus_params()
11873 dhdp->bus->d2h_intr_method ? "PCIE_MSI" : "PCIE_INTX", in dhd_bus_dump()
13143 if (bus->d2h_intr_method == PCIE_MSI) { in dhd_bus_handle_intx_ahead_dma_indices()
H A Ddhd_config.c4959 conf->d2h_intr_method = -1; in dhd_conf_preinit()
H A Ddhd_msgbuf.c13655 dhd->bus->d2h_intr_method ? "PCIE_MSI" : "PCIE_INTX",
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pcie_linux.c1757 if (bus->d2h_intr_method == PCIE_MSI) { in dhdpcie_request_irq()
1761 bus->d2h_intr_method = PCIE_INTX; in dhdpcie_request_irq()
1765 if (bus->d2h_intr_method == PCIE_MSI) in dhdpcie_request_irq()
1774 if (bus->d2h_intr_method == PCIE_MSI) { in dhdpcie_request_irq()
2340 if (bus->d2h_intr_method == PCIE_MSI) { in dhdpcie_free_irq()
H A Ddhd_config.h298 int d2h_intr_method; member
H A Ddhd_pcie.h404 bool d2h_intr_method; member
H A Ddhd_pcie.c1076 bus->d2h_intr_method = enable_msi && dhdpcie_chip_support_msi(bus) ? in dhdpcie_bus_attach()
1078 if (bus->dhd->conf->d2h_intr_method >= 0) in dhdpcie_bus_attach()
1079 bus->d2h_intr_method = bus->dhd->conf->d2h_intr_method; in dhdpcie_bus_attach()
1081 bus->d2h_intr_method = PCIE_INTX; in dhdpcie_bus_attach()
1085 if (bus->d2h_intr_method == PCIE_MSI) { in dhdpcie_bus_attach()
1511 if (bus->d2h_intr_method == PCIE_MSI && in dhdpcie_bus_isr()
3571 bus->d2h_intr_method ? "PCIE_MSI" : "PCIE_INTX", bus->d2h_intr_method, in dhd_set_bus_params()
11880 dhdp->bus->d2h_intr_method ? "PCIE_MSI" : "PCIE_INTX", in dhd_bus_dump()
13150 if (bus->d2h_intr_method == PCIE_MSI) { in dhd_bus_handle_intx_ahead_dma_indices()
H A Ddhd_config.c5145 conf->d2h_intr_method = -1; in dhd_conf_preinit()
H A Ddhd_msgbuf.c13651 dhd->bus->d2h_intr_method ? "PCIE_MSI" : "PCIE_INTX",
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_pcie_linux.c1665 if (bus->d2h_intr_method == PCIE_MSI) {
1669 bus->d2h_intr_method = PCIE_INTX;
1676 if (bus->d2h_intr_method == PCIE_MSI) {
2219 if (bus->d2h_intr_method == PCIE_MSI) {
H A Ddhd_pcie.h342 bool d2h_intr_method; member
H A Ddhd_pcie.c817 bus->d2h_intr_method = PCIE_MSI; in dhdpcie_bus_attach()
819 bus->d2h_intr_method = enable_msi && dhdpcie_chip_support_msi(bus) ? in dhdpcie_bus_attach()
823 bus->d2h_intr_method = PCIE_INTX; in dhdpcie_bus_attach()
1175 if (bus->d2h_intr_method == PCIE_MSI) { in dhdpcie_bus_isr()
8540 dhdp->bus->d2h_intr_method ? "PCIE_MSI" : "PCIE_INTX"); in dhd_bus_dump()
9287 if ((bus->d2h_intr_method == PCIE_MSI) || in dhdpcie_bus_process_mailbox_intr()
9288 ((bus->d2h_intr_method == PCIE_INTX) && (intstatus & bus->d2h_mb_mask))) { in dhdpcie_bus_process_mailbox_intr()
H A Ddhd_msgbuf.c10444 dhd->bus->d2h_intr_method ? "PCIE_MSI" : "PCIE_INTX"));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_pcie_linux.c1671 if (bus->d2h_intr_method == PCIE_MSI) {
1675 bus->d2h_intr_method = PCIE_INTX;
1682 if (bus->d2h_intr_method == PCIE_MSI) {
2225 if (bus->d2h_intr_method == PCIE_MSI) {
H A Ddhd_pcie.h342 bool d2h_intr_method; member
H A Ddhd_pcie.c817 bus->d2h_intr_method = PCIE_MSI; in dhdpcie_bus_attach()
819 bus->d2h_intr_method = enable_msi && dhdpcie_chip_support_msi(bus) ? in dhdpcie_bus_attach()
823 bus->d2h_intr_method = PCIE_INTX; in dhdpcie_bus_attach()
1175 if (bus->d2h_intr_method == PCIE_MSI) { in dhdpcie_bus_isr()
8540 dhdp->bus->d2h_intr_method ? "PCIE_MSI" : "PCIE_INTX"); in dhd_bus_dump()
9287 if ((bus->d2h_intr_method == PCIE_MSI) || in dhdpcie_bus_process_mailbox_intr()
9288 ((bus->d2h_intr_method == PCIE_INTX) && (intstatus & bus->d2h_mb_mask))) { in dhdpcie_bus_process_mailbox_intr()
H A Ddhd_msgbuf.c10444 dhd->bus->d2h_intr_method ? "PCIE_MSI" : "PCIE_INTX"));
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_pcie_linux.c1662 if (bus->d2h_intr_method == PCIE_MSI) {
1666 bus->d2h_intr_method = PCIE_INTX;
1673 if (bus->d2h_intr_method == PCIE_MSI) {
2214 if (bus->d2h_intr_method == PCIE_MSI) {
H A Ddhd_pcie.h342 bool d2h_intr_method; member
H A Ddhd_pcie.c816 bus->d2h_intr_method = PCIE_MSI; in dhdpcie_bus_attach()
818 bus->d2h_intr_method = enable_msi && dhdpcie_chip_support_msi(bus) ? in dhdpcie_bus_attach()
822 bus->d2h_intr_method = PCIE_INTX; in dhdpcie_bus_attach()
1182 if (bus->d2h_intr_method == PCIE_MSI) { in dhdpcie_bus_isr()
8548 dhdp->bus->d2h_intr_method ? "PCIE_MSI" : "PCIE_INTX"); in dhd_bus_dump()
9296 if ((bus->d2h_intr_method == PCIE_MSI) || in dhdpcie_bus_process_mailbox_intr()
9297 ((bus->d2h_intr_method == PCIE_INTX) && (intstatus & bus->d2h_mb_mask))) { in dhdpcie_bus_process_mailbox_intr()
H A Ddhd_msgbuf.c10446 dhd->bus->d2h_intr_method ? "PCIE_MSI" : "PCIE_INTX"));