smc_ism.c (1758047057dbe329be712a31b79db7151b5871f8) | smc_ism.c (b6459415b384cb829f0b2a4268f211c789f6cf0b) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* Shared Memory Communications Direct over ISM devices (SMC-D) 3 * 4 * Functions for ISM device. 5 * 6 * Copyright IBM Corp. 2018 7 */ 8 | 1// SPDX-License-Identifier: GPL-2.0 2/* Shared Memory Communications Direct over ISM devices (SMC-D) 3 * 4 * Functions for ISM device. 5 * 6 * Copyright IBM Corp. 2018 7 */ 8 |
9#include <linux/if_vlan.h> |
|
9#include <linux/spinlock.h> 10#include <linux/mutex.h> 11#include <linux/slab.h> 12#include <asm/page.h> 13 14#include "smc.h" 15#include "smc_core.h" 16#include "smc_ism.h" --- 528 unchanged lines hidden --- | 10#include <linux/spinlock.h> 11#include <linux/mutex.h> 12#include <linux/slab.h> 13#include <asm/page.h> 14 15#include "smc.h" 16#include "smc_core.h" 17#include "smc_ism.h" --- 528 unchanged lines hidden --- |