Lines Matching refs:pcix_cmd
8964 u16 pcix_cmd; in tg3_restore_pci_state() local
8967 &pcix_cmd); in tg3_restore_pci_state()
8968 pcix_cmd &= ~PCI_X_CMD_ERO; in tg3_restore_pci_state()
8970 pcix_cmd); in tg3_restore_pci_state()
10472 u16 pcix_cmd; in tg3_reset_hw() local
10475 &pcix_cmd); in tg3_reset_hw()
10477 pcix_cmd &= ~PCI_X_CMD_MAX_READ; in tg3_reset_hw()
10478 pcix_cmd |= PCI_X_CMD_READ_2K; in tg3_reset_hw()
10480 pcix_cmd &= ~(PCI_X_CMD_MAX_SPLIT | PCI_X_CMD_MAX_READ); in tg3_reset_hw()
10481 pcix_cmd |= PCI_X_CMD_READ_2K; in tg3_reset_hw()
10484 pcix_cmd); in tg3_reset_hw()