Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_mad.c867 p->sample_status = ipath_read_creg32(dev->dd, crp->cr_psstat); in recv_pma_get_portsamplescontrol()
903 status = ipath_read_creg32(dev->dd, crp->cr_psstat); in recv_pma_set_portsamplescontrol()
940 ipath_read_creg32(dev->dd, crp->cr_psxmitdatacount) : in get_counter()
945 ipath_read_creg32(dev->dd, crp->cr_psrcvdatacount) : in get_counter()
950 ipath_read_creg32(dev->dd, crp->cr_psxmitpktscount) : in get_counter()
955 ipath_read_creg32(dev->dd, crp->cr_psrcvpktscount) : in get_counter()
960 ipath_read_creg32(dev->dd, crp->cr_psxmitwaitcount) : in get_counter()
983 status = ipath_read_creg32(dev->dd, crp->cr_psstat); in recv_pma_get_portsamplesresult()
1008 status = ipath_read_creg32(dev->dd, crp->cr_psstat); in recv_pma_get_portsamplesresult_ext()
Dipath_stats.c71 val64 = val = ipath_read_creg32(dd, creg); in ipath_snap_cntr()
Dipath_kernel.h1182 static inline u32 ipath_read_creg32(const struct ipath_devdata *dd, in ipath_read_creg32() function
Dipath_verbs.c1594 return ipath_read_creg32(dd, dd->ipath_cregs->cr_errpkey); in ipath_get_cr_errpkey()