linux/drivers/infiniband/sw/rxe/rxe_av.c

// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
/*
 * Copyright (c) 2016 Mellanox Technologies Ltd. All rights reserved.
 * Copyright (c) 2015 System Fabric Works, Inc. All rights reserved.
 */

#include "rxe.h"
#include "rxe_loc.h"

void rxe_init_av(struct rdma_ah_attr *attr, struct rxe_av *av)
{}

static int chk_attr(void *obj, struct rdma_ah_attr *attr, bool obj_is_ah)
{}

int rxe_av_chk_attr(struct rxe_qp *qp, struct rdma_ah_attr *attr)
{}

int rxe_ah_chk_attr(struct rxe_ah *ah, struct rdma_ah_attr *attr)
{}

void rxe_av_from_attr(u8 port_num, struct rxe_av *av,
		     struct rdma_ah_attr *attr)
{}

void rxe_av_to_attr(struct rxe_av *av, struct rdma_ah_attr *attr)
{}

void rxe_av_fill_ip_info(struct rxe_av *av, struct rdma_ah_attr *attr)
{}

struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp)
{}