cregit-Linux how code gets into the kernel

Release 4.15 net/rds/rdma_transport.h

Directory: net/rds
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _RDMA_TRANSPORT_H

#define _RDMA_TRANSPORT_H

#include <rdma/ib_verbs.h>
#include <rdma/rdma_cm.h>
#include "rds.h"


#define RDS_RDMA_RESOLVE_TIMEOUT_MS     5000

int rds_rdma_conn_connect(struct rds_connection *conn);
int rds_rdma_cm_event_handler(struct rdma_cm_id *cm_id,
			      struct rdma_cm_event *event);

/* from ib.c */
extern struct rds_transport rds_ib_transport;
int rds_ib_init(void);
void rds_ib_exit(void);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Andy Grover6298.41%150.00%
Greg Kroah-Hartman11.59%150.00%
Total63100.00%2100.00%
Directory: net/rds
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.