/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_mcast.c | 59 int ehca_attach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in ehca_attach_mcast() 96 int ehca_detach_mcast(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in ehca_detach_mcast()
|
D | ehca_qp.c | 1237 static int internal_modify_qp(struct ib_qp *ibqp, in internal_modify_qp() 1778 int ehca_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, in ehca_modify_qp()
|
D | ehca_main.c | 555 struct ib_qp *ibqp; in ehca_create_aqp1() local
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2_cm.c | 44 struct ib_qp *ibqp; in c2_llp_connect() local 292 struct ib_qp *ibqp; in c2_llp_accept() local
|
D | c2_provider.c | 205 static void c2_add_ref(struct ib_qp *ibqp) in c2_add_ref() 213 static void c2_rem_ref(struct ib_qp *ibqp) in c2_rem_ref() 566 static int c2_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in c2_modify_qp() 578 static int c2_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in c2_multicast_attach() 584 static int c2_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in c2_multicast_detach()
|
D | c2_provider.h | 108 struct ib_qp ibqp; member 158 static inline struct c2_qp *to_c2qp(struct ib_qp *ibqp) in to_c2qp()
|
D | c2_qp.c | 790 int c2_post_send(struct ib_qp *ibqp, struct ib_send_wr *ib_wr, in c2_post_send() 944 int c2_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *ib_wr, in c2_post_receive()
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_ib_qp_grp.h | 49 struct ib_qp ibqp; member 128 struct usnic_ib_qp_grp *to_uqp_grp(struct ib_qp *ibqp) in to_uqp_grp()
|
D | usnic_ib_verbs.c | 565 int usnic_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in usnic_ib_modify_qp() 755 int usnic_ib_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in usnic_ib_post_send() 762 int usnic_ib_post_recv(struct ib_qp *ibqp, struct ib_recv_wr *wr, in usnic_ib_post_recv()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_verbs_mcast.c | 235 int ipath_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in ipath_multicast_attach() 284 int ipath_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in ipath_multicast_detach()
|
D | ipath_qp.c | 449 int ipath_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in ipath_modify_qp() 620 int ipath_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in ipath_query_qp() 961 int ipath_destroy_qp(struct ib_qp *ibqp) in ipath_destroy_qp()
|
D | ipath_verbs.c | 458 static int ipath_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in ipath_post_send() 487 static int ipath_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in ipath_post_receive()
|
D | ipath_verbs.h | 364 struct ib_qp ibqp; member 686 static inline struct ipath_qp *to_iqp(struct ib_qp *ibqp) in to_iqp()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | verbs_mcast.c | 242 int hfi1_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in hfi1_multicast_attach() 300 int hfi1_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in hfi1_multicast_detach()
|
D | qp.c | 609 int hfi1_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in hfi1_modify_qp() 891 int hfi1_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in hfi1_query_qp() 1248 int hfi1_destroy_qp(struct ib_qp *ibqp) in hfi1_destroy_qp()
|
D | verbs.c | 483 static int post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in post_send() 528 static int post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in post_receive()
|
D | verbs.h | 436 struct ib_qp ibqp; member 825 static inline struct hfi1_qp *to_iqp(struct ib_qp *ibqp) in to_iqp()
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
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()
|
D | mthca_qp.c | 424 int mthca_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask, in mthca_query_qp() 543 static int __mthca_modify_qp(struct ib_qp *ibqp, in __mthca_modify_qp() 842 int mthca_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, in mthca_modify_qp() 1602 int mthca_tavor_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in mthca_tavor_post_send() 1805 int mthca_tavor_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in mthca_tavor_post_receive() 1916 int mthca_arbel_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in mthca_arbel_post_send() 2156 int mthca_arbel_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in mthca_arbel_post_receive()
|
D | mthca_provider.h | 262 struct ib_qp ibqp; member 334 static inline struct mthca_qp *to_mqp(struct ib_qp *ibqp) in to_mqp()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_verbs_mcast.c | 225 int qib_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in qib_multicast_attach() 283 int qib_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in qib_multicast_detach()
|
D | qib_qp.c | 569 int qib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in qib_modify_qp() 855 int qib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in qib_query_qp() 1207 int qib_destroy_qp(struct ib_qp *ibqp) in qib_destroy_qp()
|
D | qib_verbs.c | 479 static int qib_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in qib_post_send() 510 static int qib_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in qib_post_receive()
|
D | qib_verbs.h | 429 struct ib_qp ibqp; member 841 static inline struct qib_qp *to_iqp(struct ib_qp *ibqp) in to_iqp()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 212 static int nes_bind_mw(struct ib_qp *ibqp, struct ib_mw *ibmw, in nes_bind_mw() 1442 static int nes_destroy_qp(struct ib_qp *ibqp) in nes_destroy_qp() 2811 static int nes_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in nes_query_qp() 2918 int nes_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in nes_modify_qp() 3196 static int nes_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in nes_multicast_attach() 3206 static int nes_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in nes_multicast_detach() 3253 static int nes_post_send(struct ib_qp *ibqp, struct ib_send_wr *ib_wr, in nes_post_send() 3515 static int nes_post_recv(struct ib_qp *ibqp, struct ib_recv_wr *ib_wr, in nes_post_recv()
|
D | nes.c | 266 void nes_add_ref(struct ib_qp *ibqp) in nes_add_ref() 309 void nes_rem_ref(struct ib_qp *ibqp) in nes_rem_ref()
|
D | nes_verbs.h | 139 struct ib_qp ibqp; member
|
D | nes_cm.c | 3220 struct ib_qp *ibqp; in nes_accept() local 3507 struct ib_qp *ibqp; in nes_connect() local
|
D | nes.h | 510 static inline struct nes_qp *to_nesqp(struct ib_qp *ibqp) in to_nesqp()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 739 int c4iw_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in c4iw_post_send() 867 int c4iw_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in c4iw_post_receive() 1826 int c4iw_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in c4iw_ib_modify_qp() 1884 int c4iw_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in c4iw_ib_query_qp()
|
D | provider.c | 72 static int c4iw_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in c4iw_multicast_attach() 77 static int c4iw_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in c4iw_multicast_detach()
|
D | iw_cxgb4.h | 467 struct ib_qp ibqp; member 481 static inline struct c4iw_qp *to_c4iw_qp(struct ib_qp *ibqp) in to_c4iw_qp()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | qp.c | 289 struct ib_qp *ibqp = &to_mibqp(qp)->ibqp; in mlx4_ib_qp_event() local 1510 static int __mlx4_ib_modify_qp(struct ib_qp *ibqp, in __mlx4_ib_modify_qp() 2025 int mlx4_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in mlx4_ib_modify_qp() 2748 int mlx4_ib_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in mlx4_ib_post_send() 3067 int mlx4_ib_post_recv(struct ib_qp *ibqp, struct ib_recv_wr *wr, in mlx4_ib_post_recv() 3229 int mlx4_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask, in mlx4_ib_query_qp()
|
D | main.c | 1229 static int add_gid_entry(struct ib_qp *ibqp, union ib_gid *gid) in add_gid_entry() 1705 static int mlx4_ib_mcg_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mlx4_ib_mcg_attach() 1783 static int mlx4_ib_mcg_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mlx4_ib_mcg_detach()
|
D | mlx4_ib.h | 287 struct ib_qp ibqp; member 660 static inline struct mlx4_ib_qp *to_mqp(struct ib_qp *ibqp) in to_mqp()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 351 int iwch_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in iwch_post_send() 466 int iwch_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in iwch_post_receive()
|
D | iwch_provider.c | 75 static int iwch_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in iwch_multicast_attach() 80 static int iwch_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in iwch_multicast_detach() 1075 static int iwch_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in iwch_ib_modify_qp()
|
D | iwch_provider.h | 162 struct ib_qp ibqp; member 179 static inline struct iwch_qp *to_iwch_qp(struct ib_qp *ibqp) in to_iwch_qp()
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | qp.c | 172 struct ib_qp *ibqp = &to_mibqp(qp)->ibqp; in mlx5_ib_qp_event() local 1552 static int __mlx5_ib_modify_qp(struct ib_qp *ibqp, in __mlx5_ib_modify_qp() 1760 int mlx5_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in mlx5_ib_modify_qp() 2587 int mlx5_ib_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in mlx5_ib_post_send() 2886 int mlx5_ib_post_recv(struct ib_qp *ibqp, struct ib_recv_wr *wr, in mlx5_ib_post_recv() 3024 int mlx5_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask, in mlx5_ib_query_qp()
|
D | main.c | 838 static int mlx5_ib_mcg_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mlx5_ib_mcg_attach() 851 static int mlx5_ib_mcg_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mlx5_ib_mcg_detach()
|
D | mlx5_ib.h | 175 struct ib_qp ibqp; member 476 static inline struct mlx5_ib_qp *to_mqp(struct ib_qp *ibqp) in to_mqp()
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 1481 int _ocrdma_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in _ocrdma_modify_qp() 1503 int ocrdma_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in ocrdma_modify_qp() 1572 int ocrdma_query_qp(struct ib_qp *ibqp, in ocrdma_query_qp() 1788 int ocrdma_destroy_qp(struct ib_qp *ibqp) in ocrdma_destroy_qp() 2209 int ocrdma_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in ocrdma_post_send() 2340 int ocrdma_post_recv(struct ib_qp *ibqp, struct ib_recv_wr *wr, in ocrdma_post_recv()
|
D | ocrdma.h | 392 struct ib_qp ibqp; member 479 static inline struct ocrdma_qp *get_ocrdma_qp(struct ib_qp *ibqp) in get_ocrdma_qp()
|