Searched refs:bnxt_qplib_rcfw_send_message (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/ |
D | qplib_sp.c | 82 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_query_version() 118 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_get_dev_attr() 220 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_set_func_resources() 283 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_del_sgid() 370 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_add_sgid() 427 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_update_sgid() 470 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_create_ah() 496 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_destroy_ah() 529 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_free_mrw() 565 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_alloc_mrw() [all …]
|
D | qplib_rcfw.h | 279 int bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw,
|
D | qplib_fp.c | 634 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_destroy_srq() 689 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_create_srq() 762 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_query_srq() 930 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_create_qp1() 1157 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_create_qp() 1384 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_modify_qp() 1417 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_query_qp() 1548 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_destroy_qp() 2191 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_create_cq() 2264 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_resize_cq() [all …]
|
D | qplib_rcfw.c | 557 int bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_rcfw_send_message() function 820 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_deinit_rcfw() 911 rc = bnxt_qplib_rcfw_send_message(rcfw, &msg); in bnxt_qplib_init_rcfw()
|