Lines Matching refs:pcix_cmd
8985 u16 pcix_cmd; in tg3_restore_pci_state() local
8988 &pcix_cmd); in tg3_restore_pci_state()
8989 pcix_cmd &= ~PCI_X_CMD_ERO; in tg3_restore_pci_state()
8991 pcix_cmd); in tg3_restore_pci_state()
10512 u16 pcix_cmd; in tg3_reset_hw() local
10515 &pcix_cmd); in tg3_reset_hw()
10517 pcix_cmd &= ~PCI_X_CMD_MAX_READ; in tg3_reset_hw()
10518 pcix_cmd |= PCI_X_CMD_READ_2K; in tg3_reset_hw()
10520 pcix_cmd &= ~(PCI_X_CMD_MAX_SPLIT | PCI_X_CMD_MAX_READ); in tg3_reset_hw()
10521 pcix_cmd |= PCI_X_CMD_READ_2K; in tg3_reset_hw()
10524 pcix_cmd); in tg3_reset_hw()