Searched refs:bnxt_re_qp (Results 1 – 6 of 6) sorted by relevance
| /drivers/infiniband/hw/bnxt_re/ |
| A D | debugfs.h | 12 void bnxt_re_debug_add_qpinfo(struct bnxt_re_dev *rdev, struct bnxt_re_qp *qp); 13 void bnxt_re_debug_rem_qpinfo(struct bnxt_re_dev *rdev, struct bnxt_re_qp *qp);
|
| A D | bnxt_re.h | 102 struct bnxt_re_qp *qp1_qp; 107 struct bnxt_re_qp *gsi_qp; 108 struct bnxt_re_qp *gsi_sqp;
|
| A D | ib_verbs.c | 495 struct bnxt_re_qp *qp = container_of(qplib_qp, struct bnxt_re_qp, in bnxt_re_bind_fence_mw() 916 struct bnxt_re_qp *gsi_sqp; in bnxt_re_destroy_gsi_sqp() 961 struct bnxt_re_qp *qp = container_of(ib_qp, struct bnxt_re_qp, ib_qp); in bnxt_re_destroy_qp() 1203 struct bnxt_re_qp *qp; in bnxt_re_create_shadow_qp() 1510 struct bnxt_re_qp *sqp; in bnxt_re_create_shadow_gsi() 1606 struct bnxt_re_qp *qp; in bnxt_re_create_qp() 2037 struct bnxt_re_qp *qp = container_of(ib_qp, struct bnxt_re_qp, ib_qp); in bnxt_re_modify_qp() 2283 struct bnxt_re_qp *qp = container_of(ib_qp, struct bnxt_re_qp, ib_qp); in bnxt_re_query_qp() 2838 struct bnxt_re_qp *qp = container_of(ib_qp, struct bnxt_re_qp, ib_qp); in bnxt_re_post_send() 2974 struct bnxt_re_qp *qp = container_of(ib_qp, struct bnxt_re_qp, ib_qp); in bnxt_re_post_recv() [all …]
|
| A D | debugfs.c | 80 struct bnxt_re_qp *qp = filep->private_data; in qp_info_read() 117 void bnxt_re_debug_add_qpinfo(struct bnxt_re_dev *rdev, struct bnxt_re_qp *qp) in bnxt_re_debug_add_qpinfo() 125 void bnxt_re_debug_rem_qpinfo(struct bnxt_re_dev *rdev, struct bnxt_re_qp *qp) in bnxt_re_debug_rem_qpinfo()
|
| A D | ib_verbs.h | 84 struct bnxt_re_qp { struct 284 unsigned long bnxt_re_lock_cqs(struct bnxt_re_qp *qp); 285 void bnxt_re_unlock_cqs(struct bnxt_re_qp *qp, unsigned long flags);
|
| A D | main.c | 317 static bool bnxt_re_is_qp1_qp(struct bnxt_re_qp *qp) in bnxt_re_is_qp1_qp() 324 struct bnxt_re_qp *qp; in bnxt_re_get_qp1_qp() 339 struct bnxt_re_qp *qp; in bnxt_re_update_qp1_tos_dscp() 1128 struct bnxt_re_qp *qp; in bnxt_re_fill_res_qp_entry() 1134 qp = container_of(ib_qp, struct bnxt_re_qp, ib_qp); in bnxt_re_fill_res_qp_entry() 1303 INIT_RDMA_OBJ_SIZE(ib_qp, bnxt_re_qp, ib_qp), 1425 struct bnxt_re_qp *qp) in bnxt_re_handle_qp_async_event() 1593 struct bnxt_re_qp *qp; in bnxt_re_handle_affi_async_event() 1605 qp = container_of(lib_qp, struct bnxt_re_qp, qplib_qp); in bnxt_re_handle_affi_async_event() 1828 struct bnxt_re_qp *qp) in bnxt_re_is_qp1_or_shadow_qp() [all …]
|
Completed in 22 milliseconds