doorbell.c (8632987380765dee716d460640aa58d58d52998e) | doorbell.c (b6459415b384cb829f0b2a4268f211c789f6cf0b) |
---|---|
1/* 2 * Copyright (c) 2013-2015, Mellanox Technologies. All rights reserved. 3 * 4 * This software is available to you under a choice of one of two 5 * licenses. You may choose to be licensed under the terms of the GNU 6 * General Public License (GPL) Version 2, available from the file 7 * COPYING in the main directory of this source tree, or the 8 * OpenIB.org BSD license below: --- 18 unchanged lines hidden (view full) --- 27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 30 * SOFTWARE. 31 */ 32 33#include <linux/kref.h> 34#include <linux/slab.h> | 1/* 2 * Copyright (c) 2013-2015, Mellanox Technologies. All rights reserved. 3 * 4 * This software is available to you under a choice of one of two 5 * licenses. You may choose to be licensed under the terms of the GNU 6 * General Public License (GPL) Version 2, available from the file 7 * COPYING in the main directory of this source tree, or the 8 * OpenIB.org BSD license below: --- 18 unchanged lines hidden (view full) --- 27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 30 * SOFTWARE. 31 */ 32 33#include <linux/kref.h> 34#include <linux/slab.h> |
35#include <linux/sched/mm.h> |
|
35#include <rdma/ib_umem.h> 36 37#include "mlx5_ib.h" 38 39struct mlx5_ib_user_db_page { 40 struct list_head list; 41 struct ib_umem *umem; 42 unsigned long user_virt; --- 62 unchanged lines hidden --- | 36#include <rdma/ib_umem.h> 37 38#include "mlx5_ib.h" 39 40struct mlx5_ib_user_db_page { 41 struct list_head list; 42 struct ib_umem *umem; 43 unsigned long user_virt; --- 62 unchanged lines hidden --- |