Searched refs:read_uctxt_csr (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | chip.h | 595 static inline u64 read_uctxt_csr(const struct hfi1_devdata *dd, int ctxt, in read_uctxt_csr() function
|
D | chip.c | 7628 head = (read_uctxt_csr(rcd->dd, rcd->ctxt, RCV_HDR_HEAD) in hdrqempty() 7634 tail = read_uctxt_csr(rcd->dd, rcd->ctxt, RCV_HDR_TAIL); in hdrqempty() 7797 read_uctxt_csr(dd, ctxt, RCV_HDR_HEAD); in hfi1_rcvctrl() 7800 read_uctxt_csr(dd, ctxt, RCV_HDR_HEAD); in hfi1_rcvctrl()
|