Lines Matching refs:pcix_cmd
8993 u16 pcix_cmd; in tg3_restore_pci_state() local
8996 &pcix_cmd); in tg3_restore_pci_state()
8997 pcix_cmd &= ~PCI_X_CMD_ERO; in tg3_restore_pci_state()
8999 pcix_cmd); in tg3_restore_pci_state()
10520 u16 pcix_cmd; in tg3_reset_hw() local
10523 &pcix_cmd); in tg3_reset_hw()
10525 pcix_cmd &= ~PCI_X_CMD_MAX_READ; in tg3_reset_hw()
10526 pcix_cmd |= PCI_X_CMD_READ_2K; in tg3_reset_hw()
10528 pcix_cmd &= ~(PCI_X_CMD_MAX_SPLIT | PCI_X_CMD_MAX_READ); in tg3_reset_hw()
10529 pcix_cmd |= PCI_X_CMD_READ_2K; in tg3_reset_hw()
10532 pcix_cmd); in tg3_reset_hw()