Lines Matching refs:pcix_cmd
8976 u16 pcix_cmd; in tg3_restore_pci_state() local
8979 &pcix_cmd); in tg3_restore_pci_state()
8980 pcix_cmd &= ~PCI_X_CMD_ERO; in tg3_restore_pci_state()
8982 pcix_cmd); in tg3_restore_pci_state()
10503 u16 pcix_cmd; in tg3_reset_hw() local
10506 &pcix_cmd); in tg3_reset_hw()
10508 pcix_cmd &= ~PCI_X_CMD_MAX_READ; in tg3_reset_hw()
10509 pcix_cmd |= PCI_X_CMD_READ_2K; in tg3_reset_hw()
10511 pcix_cmd &= ~(PCI_X_CMD_MAX_SPLIT | PCI_X_CMD_MAX_READ); in tg3_reset_hw()
10512 pcix_cmd |= PCI_X_CMD_READ_2K; in tg3_reset_hw()
10515 pcix_cmd); in tg3_reset_hw()