Lines Matching +full:top +full:- +full:speed
2 * Copyright (c) 2012-2016 VMware, Inc. All rights reserved.
7 * 2-Clause License. This program is distributed in the hope that it
11 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html.
17 * The BSD 2-Clause License
23 * - Redistributions of source code must retain the above
27 * - Redistributions in binary form must reproduce the above
58 #include <rdma/vmw_pvrdma-abi.h>
65 #define PVRDMA_MASK(n) ((n << 1) - 1)
102 u32 top; member
204 /* PCI device-related information. */
222 /* RDMA-related device information. */
301 writel(cpu_to_le32(val), dev->regs + reg); in pvrdma_write_reg()
306 return le32_to_cpu(readl(dev->regs + reg)); in pvrdma_read_reg()
311 writel(cpu_to_le32(val), dev->driver_uar.map + PVRDMA_UAR_CQ_OFFSET); in pvrdma_write_uar_cq()
316 writel(cpu_to_le32(val), dev->driver_uar.map + PVRDMA_UAR_QP_OFFSET); in pvrdma_write_uar_qp()
322 return pdir->pages[offset / PAGE_SIZE] + (offset % PAGE_SIZE); in pvrdma_page_dir_get_ptr()
365 enum ib_port_speed speed) in ib_port_speed_to_pvrdma() argument
367 return (enum pvrdma_port_speed)speed; in ib_port_speed_to_pvrdma()
371 enum pvrdma_port_speed speed) in pvrdma_port_speed_to_ib() argument
373 return (enum ib_port_speed)speed; in pvrdma_port_speed_to_ib()