Symbol: rvt_ibport
drivers/infiniband/hw/hfi1/verbs.c
1456
static int hfi1_get_guid_be(struct rvt_dev_info *rdi, struct rvt_ibport *rvp,
drivers/infiniband/hw/hfi1/verbs.h
228
struct rvt_ibport rvp;
drivers/infiniband/sw/rdmavt/mad.c
110
struct rvt_ibport *rvp;
drivers/infiniband/sw/rdmavt/mad.c
63
struct rvt_ibport *rvp;
drivers/infiniband/sw/rdmavt/mcast.c
106
struct rvt_mcast *rvt_mcast_find(struct rvt_ibport *ibp, union ib_gid *mgid,
drivers/infiniband/sw/rdmavt/mcast.c
151
static int rvt_mcast_add(struct rvt_dev_info *rdi, struct rvt_ibport *ibp,
drivers/infiniband/sw/rdmavt/mcast.c
242
struct rvt_ibport *ibp = rdi->ports[qp->port_num - 1];
drivers/infiniband/sw/rdmavt/mcast.c
305
struct rvt_ibport *ibp = rdi->ports[qp->port_num - 1];
drivers/infiniband/sw/rdmavt/qp.c
1372
struct rvt_ibport *rvp = rdi->ports[qp->port_num - 1];
drivers/infiniband/sw/rdmavt/qp.c
2594
struct rvt_ibport *rvp = rdi->ports[qp->port_num - 1];
drivers/infiniband/sw/rdmavt/qp.c
2707
struct rvt_ibport *rvp;
drivers/infiniband/sw/rdmavt/qp.c
2878
static enum ib_wc_status loopback_qp_drop(struct rvt_ibport *rvp,
drivers/infiniband/sw/rdmavt/qp.c
2902
struct rvt_ibport *rvp = NULL;
drivers/infiniband/sw/rdmavt/qp.c
730
struct rvt_ibport *rvp = rdi->ports[qp->port_num - 1];
drivers/infiniband/sw/rdmavt/vt.c
123
struct rvt_ibport *rvp;
drivers/infiniband/sw/rdmavt/vt.c
155
struct rvt_ibport *rvp;
drivers/infiniband/sw/rdmavt/vt.c
221
struct rvt_ibport *rvp;
drivers/infiniband/sw/rdmavt/vt.c
610
int rvt_init_port(struct rvt_dev_info *rdi, struct rvt_ibport *port,
include/rdma/rdma_vt.h
306
int (*get_guid_be)(struct rvt_dev_info *rdi, struct rvt_ibport *rvp,
include/rdma/rdma_vt.h
404
struct rvt_ibport **ports;
include/rdma/rdma_vt.h
519
int rvt_init_port(struct rvt_dev_info *rdi, struct rvt_ibport *port,
include/rdma/rdma_vt.h
529
struct rvt_mcast *rvt_mcast_find(struct rvt_ibport *ibp, union ib_gid *mgid,
include/rdma/rdmavt_qp.h
702
struct rvt_ibport *rvp,
include/rdma/rdmavt_qp.h
969
static inline struct rvt_ibport *rvt_to_iport(struct rvt_qp *qp)
include/rdma/rdmavt_qp.h
989
struct rvt_ibport *rvp = rvt_to_iport(qp);