Searched refs:pcix_cap (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/pci/hotplug/ |
D | shpchp_hpc.c | 468 u8 pi, pcix_cap; in hpc_get_adapter_speed() local 475 pcix_cap = (slot_reg & PCIX_CAP_MASK_PI1) >> PCIX_CAP_SHIFT; in hpc_get_adapter_speed() 478 pcix_cap = (slot_reg & PCIX_CAP_MASK_PI2) >> PCIX_CAP_SHIFT; in hpc_get_adapter_speed() 485 __func__, slot_reg, pcix_cap, m66_cap); in hpc_get_adapter_speed() 487 switch (pcix_cap) { in hpc_get_adapter_speed()
|
/linux-2.6.39/drivers/net/ |
D | tg3.h | 2953 int pcix_cap; member
|
D | bnx2.c | 4799 pci_read_config_word(bp->pdev, bp->pcix_cap + PCI_X_CMD, in bnx2_init_chip() 4801 pci_write_config_word(bp->pdev, bp->pcix_cap + PCI_X_CMD, in bnx2_init_chip() 7975 bp->pcix_cap = pci_find_capability(pdev, PCI_CAP_ID_PCIX); in bnx2_init_board() 7976 if (bp->pcix_cap == 0) { in bnx2_init_board()
|
D | tg3.c | 7003 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state() 7006 pci_write_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state() 8395 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_reset_hw() 8404 pci_write_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_reset_hw() 13479 tp->pcix_cap = pci_find_capability(tp->pdev, PCI_CAP_ID_PCIX); in tg3_get_invariants() 13480 if (!tp->pcix_cap) { in tg3_get_invariants()
|
D | bnx2.h | 6912 int pcix_cap; member
|