Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dshpchp_hpc.c445 u8 pi, pcix_cap; in hpc_get_adapter_speed() local
453 pcix_cap = (slot_reg & PCIX_CAP_MASK_PI1) >> PCIX_CAP_SHIFT; in hpc_get_adapter_speed()
456 pcix_cap = (slot_reg & PCIX_CAP_MASK_PI2) >> PCIX_CAP_SHIFT; in hpc_get_adapter_speed()
463 __func__, slot_reg, pcix_cap, m66_cap); in hpc_get_adapter_speed()
465 switch (pcix_cap) { in hpc_get_adapter_speed()
/drivers/net/ethernet/broadcom/
Dbnx2.c4934 pci_read_config_word(bp->pdev, bp->pcix_cap + PCI_X_CMD, in bnx2_init_chip()
4936 pci_write_config_word(bp->pdev, bp->pcix_cap + PCI_X_CMD, in bnx2_init_chip()
8186 bp->pcix_cap = pci_find_capability(pdev, PCI_CAP_ID_PCIX); in bnx2_init_board()
8187 if (bp->pcix_cap == 0) { in bnx2_init_board()
Dtg3.h3271 int pcix_cap; member
Dtg3.c8988 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state()
8991 pci_write_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_restore_pci_state()
10521 pci_read_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_reset_hw()
10530 pci_write_config_word(tp->pdev, tp->pcix_cap + PCI_X_CMD, in tg3_reset_hw()
16461 tp->pcix_cap = pci_find_capability(tp->pdev, PCI_CAP_ID_PCIX); in tg3_get_invariants()
16462 if (!tp->pcix_cap) { in tg3_get_invariants()
16615 tp->pcix_cap + PCI_X_STATUS, in tg3_get_invariants()
Dbnx2.h6976 int pcix_cap; member