Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_iba6110.c765 u8 linkerr, link_off, i; in ipath_check_htlink() local
768 link_off = dd->ipath_ht_slave_off + i * 4 + 0xd; in ipath_check_htlink()
769 if (pci_read_config_byte(dd->pcidev, link_off, &linkerr)) in ipath_check_htlink()
780 if (pci_write_config_byte(dd->pcidev, link_off, in ipath_check_htlink()
784 if (pci_read_config_byte(dd->pcidev, link_off, in ipath_check_htlink()
818 u8 linkwidth = 0, linkerr, link_a_b_off, link_off; in slave_or_pri_blk() local
840 link_off = pos + i * 4 + 0x4; in slave_or_pri_blk()
841 if (pci_read_config_word(pdev, link_off, &linkctrl)) in slave_or_pri_blk()
850 pci_write_config_word(pdev, link_off, in slave_or_pri_blk()
860 link_off = pos + i * 4 + 0xd; in slave_or_pri_blk()
[all …]