Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_iba6110.c764 u8 linkerr, link_off, i; in ipath_check_htlink() local
767 link_off = dd->ipath_ht_slave_off + i * 4 + 0xd; in ipath_check_htlink()
768 if (pci_read_config_byte(dd->pcidev, link_off, &linkerr)) in ipath_check_htlink()
779 if (pci_write_config_byte(dd->pcidev, link_off, in ipath_check_htlink()
783 if (pci_read_config_byte(dd->pcidev, link_off, in ipath_check_htlink()
817 u8 linkwidth = 0, linkerr, link_a_b_off, link_off; in slave_or_pri_blk() local
839 link_off = pos + i * 4 + 0x4; in slave_or_pri_blk()
840 if (pci_read_config_word(pdev, link_off, &linkctrl)) in slave_or_pri_blk()
849 pci_write_config_word(pdev, link_off, in slave_or_pri_blk()
859 link_off = pos + i * 4 + 0xd; in slave_or_pri_blk()
[all …]