Searched defs:ib_qp (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_restrack.c | 62 int hns_roce_fill_res_qp_entry(struct sk_buff *msg, struct ib_qp *ib_qp) in hns_roce_fill_res_qp_entry() 96 int hns_roce_fill_res_qp_entry_raw(struct sk_buff *msg, struct ib_qp *ib_qp) in hns_roce_fill_res_qp_entry_raw()
|
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.c | 958 int bnxt_re_destroy_qp(struct ib_qp *ib_qp, struct ib_udata *udata) in bnxt_re_destroy_qp() 1597 int bnxt_re_create_qp(struct ib_qp *ib_qp, struct ib_qp_init_attr *qp_init_attr, in bnxt_re_create_qp() 2042 int bnxt_re_modify_qp(struct ib_qp *ib_qp, struct ib_qp_attr *qp_attr, in bnxt_re_modify_qp() 2288 int bnxt_re_query_qp(struct ib_qp *ib_qp, struct ib_qp_attr *qp_attr, in bnxt_re_query_qp() 2843 int bnxt_re_post_send(struct ib_qp *ib_qp, const struct ib_send_wr *wr, in bnxt_re_post_send() 2979 int bnxt_re_post_recv(struct ib_qp *ib_qp, const struct ib_recv_wr *wr, in bnxt_re_post_recv()
|
H A D | ib_verbs.h | 85 struct ib_qp ib_qp; member
|
H A D | main.c | 1124 static int bnxt_re_fill_res_qp_entry(struct sk_buff *msg, struct ib_qp *ib_qp) in bnxt_re_fill_res_qp_entry()
|
/linux/drivers/infiniband/core/ |
H A D | verbs.c | 1891 int ib_modify_qp_with_udata(struct ib_qp *ib_qp, struct ib_qp_attr *attr, in ib_modify_qp_with_udata()
|