Searched refs:bnxt_qplib_rcfw_send_message (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/infiniband/hw/bnxt_re/ |
| D | qplib_sp.c | 67 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_query_version() 100 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_get_dev_attr() 193 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_set_func_resources() 258 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_del_sgid() 346 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_add_sgid() 400 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_update_sgid() 527 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_create_ah() 549 bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, NULL, in bnxt_qplib_destroy_ah() 578 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_free_mrw() 611 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_alloc_mrw() [all …]
|
| D | qplib_rcfw.h | 211 int bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw,
|
| D | qplib_fp.c | 593 rc = bnxt_qplib_rcfw_send_message(rcfw, (struct cmdq_base *)&req, in bnxt_qplib_destroy_srq() 646 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_srq() 717 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_query_srq() 892 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_qp1() 1096 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_qp() 1324 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_modify_qp() 1352 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_query_qp() 1473 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_destroy_qp() 2072 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, in bnxt_qplib_create_cq() 2112 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 457 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_deinit_rcfw() 544 rc = bnxt_qplib_rcfw_send_message(rcfw, (void *)&req, (void *)&resp, in bnxt_qplib_init_rcfw()
|