cregit-Linux how code gets into the kernel

Release 4.15 net/smc/smc_pnet.h

Directory: net/smc
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Shared Memory Communications over RDMA (SMC-R) and RoCE
 *
 *  PNET table queries
 *
 *  Copyright IBM Corp. 2016
 *
 *  Author(s):  Thomas Richter <tmricht@linux.vnet.ibm.com>
 */

#ifndef _SMC_PNET_H

#define _SMC_PNET_H

struct smc_ib_device;

int smc_pnet_init(void) __init;
void smc_pnet_exit(void);
int smc_pnet_remove_by_ibdev(struct smc_ib_device *ibdev);
void smc_pnet_find_roce_resource(struct sock *sk,
				 struct smc_ib_device **smcibdev, u8 *ibport);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Thomas Richter5398.15%150.00%
Greg Kroah-Hartman11.85%150.00%
Total54100.00%2100.00%
Directory: net/smc
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.