| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | wr.h | 109 static inline int mlx5_ib_post_send_nodrain(struct ib_qp *ibqp, in mlx5_ib_post_send_nodrain() 116 static inline int mlx5_ib_post_send_drain(struct ib_qp *ibqp, in mlx5_ib_post_send_drain() 123 static inline int mlx5_ib_post_recv_nodrain(struct ib_qp *ibqp, in mlx5_ib_post_recv_nodrain() 130 static inline int mlx5_ib_post_recv_drain(struct ib_qp *ibqp, in mlx5_ib_post_recv_drain()
|
| H A D | qp.c | 317 static void mlx5_ib_qp_err_syndrome(struct ib_qp *ibqp) in mlx5_ib_qp_err_syndrome() 359 struct ib_qp *ibqp = &to_mibqp(qpe_work->qp)->ibqp; in mlx5_ib_handle_qp_event() local 408 struct ib_qp *ibqp = &to_mibqp(qp)->ibqp; in mlx5_ib_qp_event() local 3254 int mlx5_ib_create_qp(struct ib_qp *ibqp, struct ib_qp_init_attr *attr, in mlx5_ib_create_qp() 3844 struct mlx5_ib_qp *ibqp = sq->base.container_mibqp; in modify_raw_packet_qp_sq() local 4120 static int __mlx5_ib_modify_qp(struct ib_qp *ibqp, in __mlx5_ib_modify_qp() 4519 static int mlx5_ib_modify_dct(struct ib_qp *ibqp, struct ib_qp_attr *attr, in mlx5_ib_modify_dct() 4684 int mlx5_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in mlx5_ib_modify_qp() 5097 int mlx5_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, in mlx5_ib_query_qp()
|
| H A D | wr.c | 1051 int mlx5_ib_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in mlx5_ib_post_send() 1206 int mlx5_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in mlx5_ib_post_recv()
|
| /linux/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_qp.c | 191 int pvrdma_create_qp(struct ib_qp *ibqp, struct ib_qp_init_attr *init_attr, in pvrdma_create_qp() 525 int pvrdma_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in pvrdma_modify_qp() 671 int pvrdma_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in pvrdma_post_send() 873 int pvrdma_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in pvrdma_post_recv() 966 int pvrdma_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in pvrdma_query_qp()
|
| H A D | pvrdma.h | 182 struct ib_qp ibqp; member 289 static inline struct pvrdma_qp *to_vqp(struct ib_qp *ibqp) in to_vqp()
|
| /linux/drivers/infiniband/hw/usnic/ |
| H A D | usnic_ib_qp_grp.h | 49 struct ib_qp ibqp; member 105 struct usnic_ib_qp_grp *to_uqp_grp(struct ib_qp *ibqp) in to_uqp_grp()
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_mcg.c | 120 int mthca_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mthca_multicast_attach() 214 int mthca_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mthca_multicast_detach()
|
| H A D | mthca_qp.c | 430 int mthca_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask, in mthca_query_qp() 556 static int __mthca_modify_qp(struct ib_qp *ibqp, in __mthca_modify_qp() 858 int mthca_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, in mthca_modify_qp() 1625 int mthca_tavor_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in mthca_tavor_post_send() 1823 int mthca_tavor_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in mthca_tavor_post_receive() 1928 int mthca_arbel_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in mthca_arbel_post_send() 2162 int mthca_arbel_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in mthca_arbel_post_receive()
|
| H A D | mthca_provider.h | 254 struct ib_qp ibqp; member 311 static inline struct mthca_qp *to_mqp(struct ib_qp *ibqp) in to_mqp()
|
| /linux/drivers/infiniband/sw/rdmavt/ |
| H A D | mcast.c | 238 int rvt_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in rvt_attach_mcast() 301 int rvt_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in rvt_detach_mcast()
|
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hw_v2.c | 333 static int set_rwqe_data_seg(struct ib_qp *ibqp, const struct ib_send_wr *wr, in set_rwqe_data_seg() 691 static int hns_roce_v2_post_send(struct ib_qp *ibqp, in hns_roce_v2_post_send() 824 static int hns_roce_v2_post_recv(struct ib_qp *ibqp, in hns_roce_v2_post_recv() 4306 static void modify_qp_reset_to_init(struct ib_qp *ibqp, in modify_qp_reset_to_init() 4364 static void modify_qp_init_to_init(struct ib_qp *ibqp, in modify_qp_init_to_init() 4528 static inline enum ib_mtu get_mtu(struct ib_qp *ibqp, in get_mtu() 4537 static int modify_qp_init_to_rtr(struct ib_qp *ibqp, in modify_qp_init_to_rtr() 4703 static int modify_qp_rtr_to_rts(struct ib_qp *ibqp, int attr_mask, in modify_qp_rtr_to_rts() 4770 static int get_dip_ctx_idx(struct ib_qp *ibqp, const struct ib_qp_attr *attr, in get_dip_ctx_idx() 4846 static int check_cong_type(struct ib_qp *ibqp, in check_cong_type() [all …]
|
| H A D | hns_roce_qp.c | 154 struct ib_qp *ibqp = &hr_qp->ibqp; in hns_roce_ib_qp_event() local 1369 static int hns_roce_check_qp_attr(struct ib_qp *ibqp, struct ib_qp_attr *attr, in hns_roce_check_qp_attr() 1415 int hns_roce_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in hns_roce_modify_qp()
|
| /linux/drivers/infiniband/sw/rxe/ |
| H A D | rxe_mcast.c | 451 int rxe_attach_mcast(struct ib_qp *ibqp, union ib_gid *mgid, u16 mlid) in rxe_attach_mcast() 482 int rxe_detach_mcast(struct ib_qp *ibqp, union ib_gid *mgid, u16 mlid) in rxe_detach_mcast()
|
| /linux/drivers/infiniband/hw/qedr/ |
| H A D | qedr_iw_cm.c | 188 struct ib_qp *ibqp = &ep->qp->ibqp; in qedr_iw_qp_event() local 800 void qedr_iw_qp_add_ref(struct ib_qp *ibqp) in qedr_iw_qp_add_ref() 807 void qedr_iw_qp_rem_ref(struct ib_qp *ibqp) in qedr_iw_qp_rem_ref()
|
| H A D | qedr_roce_cm.c | 541 int qedr_gsi_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in qedr_gsi_post_send() 611 int qedr_gsi_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in qedr_gsi_post_recv()
|
| H A D | main.c | 657 struct ib_qp *ibqp; in qedr_affiliated_event() local
|
| H A D | qedr.h | 395 struct ib_qp ibqp; /* must be first */ member 594 static inline struct qedr_qp *get_qedr_qp(struct ib_qp *ibqp) in get_qedr_qp()
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | verbs.c | 538 static int irdma_destroy_qp(struct ib_qp *ibqp, struct ib_udata *udata) in irdma_destroy_qp() 945 static int irdma_create_qp(struct ib_qp *ibqp, in irdma_create_qp() 1175 static int irdma_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in irdma_query_qp() 1274 int irdma_modify_qp_roce(struct ib_qp *ibqp, struct ib_qp_attr *attr, in irdma_modify_qp_roce() 1638 int irdma_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, in irdma_modify_qp() 3937 static int irdma_post_send(struct ib_qp *ibqp, in irdma_post_send() 4187 static int irdma_post_recv(struct ib_qp *ibqp, in irdma_post_recv() 4796 static int irdma_attach_mcast(struct ib_qp *ibqp, union ib_gid *ibgid, u16 lid) in irdma_attach_mcast() 4936 static int irdma_detach_mcast(struct ib_qp *ibqp, union ib_gid *ibgid, u16 lid) in irdma_detach_mcast()
|
| H A D | cm.c | 3639 struct ib_qp *ibqp; in irdma_accept() local 3820 struct ib_qp *ibqp; in irdma_connect() local
|
| /linux/drivers/infiniband/hw/efa/ |
| H A D | efa_verbs.c | 157 static inline struct efa_qp *to_eqp(struct ib_qp *ibqp) in to_eqp() 348 int efa_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, in efa_query_qp() 497 int efa_destroy_qp(struct ib_qp *ibqp, struct ib_udata *udata) in efa_destroy_qp() 678 int efa_create_qp(struct ib_qp *ibqp, struct ib_qp_init_attr *init_attr, in efa_create_qp() 992 int efa_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, in efa_modify_qp()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | qp.c | 163 struct ib_qp *ibqp = &qp->ibqp; in hfi1_check_modify_qp() local 225 struct ib_qp *ibqp = &qp->ibqp; in hfi1_modify_qp() local
|
| H A D | opfn.c | 244 struct ib_qp *ibqp = &qp->ibqp; in opfn_qp_init() local
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | restrack.c | 137 int c4iw_fill_res_qp_entry(struct sk_buff *msg, struct ib_qp *ibqp) in c4iw_fill_res_qp_entry()
|
| /linux/include/rdma/ |
| H A D | rdmavt_qp.h | 333 struct ib_qp ibqp; global() member 464 ibqp_to_rvtqp(struct ib_qp * ibqp) ibqp_to_rvtqp() argument 725 struct ib_qp *ibqp = &qp->ibqp; rvt_mod_retry_timer_ext() local [all...] |
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma.h | 389 struct ib_qp ibqp; member 476 static inline struct ocrdma_qp *get_ocrdma_qp(struct ib_qp *ibqp) in get_ocrdma_qp()
|