Symbol: c4iw_qp
sys/dev/cxgbe/iw_cxgbe/cm.c
2406
struct c4iw_qp *qp = get_qhp(h, conn_param->qpn);
sys/dev/cxgbe/iw_cxgbe/cq.c
257
int c4iw_flush_sq(struct c4iw_qp *qhp)
sys/dev/cxgbe/iw_cxgbe/cq.c
364
struct c4iw_qp *qhp;
sys/dev/cxgbe/iw_cxgbe/cq.c
717
struct c4iw_qp *qhp = NULL;
sys/dev/cxgbe/iw_cxgbe/ev.c
119
struct c4iw_qp *qhp,
sys/dev/cxgbe/iw_cxgbe/ev.c
160
struct c4iw_qp *qhp;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
293
static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid)
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
499
static inline struct c4iw_qp *to_c4iw_qp(struct ib_qp *ibqp)
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
501
return container_of(ibqp, struct c4iw_qp, ibqp);
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
581
struct c4iw_qp *qhp,
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
823
struct c4iw_qp *qp;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
969
int c4iw_flush_sq(struct c4iw_qp *qhp);
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
971
u16 c4iw_rqes_posted(struct c4iw_qp *qhp);
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
972
int c4iw_post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe);
sys/dev/cxgbe/iw_cxgbe/provider.c
408
#define c4iw_ib_qp c4iw_qp
sys/dev/cxgbe/iw_cxgbe/qp.c
1118
static void post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe,
sys/dev/cxgbe/iw_cxgbe/qp.c
1161
static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp,
sys/dev/cxgbe/iw_cxgbe/qp.c
1221
static void flush_qp(struct c4iw_qp *qhp)
sys/dev/cxgbe/iw_cxgbe/qp.c
1248
rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp, struct c4iw_ep *ep)
sys/dev/cxgbe/iw_cxgbe/qp.c
1344
static int rdma_init(struct c4iw_dev *rhp, struct c4iw_qp *qhp)
sys/dev/cxgbe/iw_cxgbe/qp.c
1434
int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp,
sys/dev/cxgbe/iw_cxgbe/qp.c
1687
struct c4iw_qp *qhp;
sys/dev/cxgbe/iw_cxgbe/qp.c
1716
struct c4iw_qp *qhp;
sys/dev/cxgbe/iw_cxgbe/qp.c
1919
struct c4iw_qp *qhp;
sys/dev/cxgbe/iw_cxgbe/qp.c
1963
struct c4iw_qp *qhp = to_c4iw_qp(ibqp);
sys/dev/cxgbe/iw_cxgbe/qp.c
548
static int build_rdma_recv(struct c4iw_qp *qhp, union t4_recv_wr *wqe,
sys/dev/cxgbe/iw_cxgbe/qp.c
575
struct c4iw_qp *qhp;
sys/dev/cxgbe/iw_cxgbe/qp.c
578
qhp = container_of(work, struct c4iw_qp, free_work);
sys/dev/cxgbe/iw_cxgbe/qp.c
592
struct c4iw_qp *qhp;
sys/dev/cxgbe/iw_cxgbe/qp.c
594
qhp = container_of(kref, struct c4iw_qp, kref);
sys/dev/cxgbe/iw_cxgbe/qp.c
611
static void complete_sq_drain_wr(struct c4iw_qp *qhp, const struct ib_send_wr *wr)
sys/dev/cxgbe/iw_cxgbe/qp.c
641
static void complete_rq_drain_wr(struct c4iw_qp *qhp, const struct ib_recv_wr *wr)
sys/dev/cxgbe/iw_cxgbe/qp.c
781
struct c4iw_qp *qhp;
sys/dev/cxgbe/iw_cxgbe/qp.c
920
struct c4iw_qp *qhp;
sys/dev/cxgbe/iw_cxgbe/qp.c
95
static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state)