Lines Matching refs:pci_slot
197 int pci_slot = pld_get_pci_slot(scn->qdf_dev->dev); in hif_get_pci_slot() local
199 if (pci_slot < 0) { in hif_get_pci_slot()
200 hif_err("Invalid PCI SLOT %d", pci_slot); in hif_get_pci_slot()
204 return pci_slot; in hif_get_pci_slot()
2972 int pci_slot; in hif_ce_configure_legacyirq() local
2998 pci_slot = hif_get_pci_slot(scn); in hif_ce_configure_legacyirq()
2999 qdf_scnprintf(ce_irqname[pci_slot][ce_id], in hif_ce_configure_legacyirq()
3000 DP_IRQ_NAME_LEN, "pci%d_ce_%u", pci_slot, ce_id); in hif_ce_configure_legacyirq()
3006 ce_irqname[pci_slot][ce_id], in hif_ce_configure_legacyirq()
3043 int pci_slot; in hif_ce_msi_configure_irq_by_ceid() local
3063 pci_slot = hif_get_pci_slot(scn); in hif_ce_msi_configure_irq_by_ceid()
3082 qdf_scnprintf(ce_irqname[pci_slot][ce_id], in hif_ce_msi_configure_irq_by_ceid()
3084 pci_slot, ce_id); in hif_ce_msi_configure_irq_by_ceid()
3088 ce_irqname[pci_slot][ce_id], in hif_ce_msi_configure_irq_by_ceid()
3382 int pci_slot; in hif_grp_configure_legacyirq() local
3404 pci_slot = hif_get_pci_slot(scn); in hif_grp_configure_legacyirq()
3414 qdf_scnprintf(dp_legacy_irqname[pci_slot][hif_ext_group->irq[j]], in hif_grp_configure_legacyirq()
3415 DP_IRQ_NAME_LEN, "pci%u_%s", pci_slot, in hif_grp_configure_legacyirq()
3421 dp_legacy_irqname[pci_slot][hif_ext_group->irq[j]], in hif_grp_configure_legacyirq()
3455 int pci_slot; in hif_pci_configure_grp_irq() local
3466 pci_slot = hif_get_pci_slot(scn); in hif_pci_configure_grp_irq()
3480 qdf_scnprintf(dp_irqname[pci_slot][hif_ext_group->grp_id], in hif_pci_configure_grp_irq()
3482 pci_slot, hif_ext_group->grp_id); in hif_pci_configure_grp_irq()
3487 dp_irqname[pci_slot][hif_ext_group->grp_id], in hif_pci_configure_grp_irq()