Searched refs:ipath_read_creg32 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_mad.c | 867 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()
|
D | ipath_stats.c | 71 val64 = val = ipath_read_creg32(dd, creg); in ipath_snap_cntr()
|
D | ipath_kernel.h | 1182 static inline u32 ipath_read_creg32(const struct ipath_devdata *dd, in ipath_read_creg32() function
|
D | ipath_verbs.c | 1594 return ipath_read_creg32(dd, dd->ipath_cregs->cr_errpkey); in ipath_get_cr_errpkey()
|