Searched refs:bnxt_qplib_rcfw_send_message (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/drivers/infiniband/hw/bnxt_re/ |
| D | qplib_sp.c | 78 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_query_version() 111 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_get_dev_attr() 195 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_set_func_resources() 260 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_del_sgid() 348 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_add_sgid() 402 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_update_sgid() 442 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_create_ah() 464 bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, NULL, in bnxt_qplib_destroy_ah() 493 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_free_mrw() 526 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_alloc_mrw() [all …]
|
| D | qplib_rcfw.h | 212 int bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw,
|
| D | qplib_fp.c | 594 rc = bnxt_qplib_rcfw_send_message(rcfw, (struct cmdq_base *)&req, in bnxt_qplib_destroy_srq() 647 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_srq() 719 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_query_srq() 894 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_qp1() 1101 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_qp() 1327 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_modify_qp() 1355 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_query_qp() 1476 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_destroy_qp() 2075 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_cq() 2115 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_destroy_cq()
|
| D | qplib_rcfw.c | 205 int bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_rcfw_send_message() function 461 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_deinit_rcfw() 548 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_init_rcfw()
|