Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_intr.c612 tl = ipath_read_ureg32(dd, ur_rcvhdrtail, i); in handle_hdrq_full()
618 hd = ipath_read_ureg32(dd, ur_rcvhdrhead, i); in handle_hdrq_full()
Dipath_file_ops.c791 ipath_read_ureg32(dd, ur_rcvhdrtail, pd->port_port); in ipath_manage_rcvq()
1416 head = ipath_read_ureg32(dd, ur_rcvhdrhead, pd->port_port); in ipath_poll_next()
1420 tail = ipath_read_ureg32(dd, ur_rcvhdrtail, pd->port_port); in ipath_poll_next()
1965 head32 = ipath_read_ureg32(dd, ur_rcvegrindextail, pd->port_port); in ipath_do_user_init()
Dipath_kernel.h1117 static inline u32 ipath_read_ureg32(const struct ipath_devdata *dd, in ipath_read_ureg32() function
Dipath_init_chip.c522 val = ipath_read_ureg32(dd, ur_rcvegrindextail, 0); in enable_chip()