Searched refs:bnxt_qplib_rcfw_cmd_prep (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_sp.c | 65 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_QUERY_VERSION, in bnxt_qplib_query_version() 97 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_QUERY_FUNC, in bnxt_qplib_get_dev_attr() 219 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_SET_FUNC_RESOURCES, in bnxt_qplib_set_func_resources() 258 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_MODIFY_GID, in bnxt_qplib_update_sgid() 338 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_DELETE_GID, in bnxt_qplib_del_sgid() 410 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_ADD_GID, in bnxt_qplib_add_sgid() 470 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_CREATE_AH, in bnxt_qplib_create_ah() 517 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_DESTROY_AH, in bnxt_qplib_destroy_ah() 543 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_DEALLOCATE_KEY, in bnxt_qplib_free_mrw() 575 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_ALLOCATE_MRW, in bnxt_qplib_alloc_mrw() [all …]
|
H A D | qplib_fp.c | 620 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_DESTROY_SRQ, in __qplib_destroy_srq() 673 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_CREATE_SRQ, in bnxt_qplib_create_srq() 746 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_QUERY_SRQ, in bnxt_qplib_query_srq() 829 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_DESTROY_QP, in __qplib_destroy_qp() 980 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_CREATE_QP1, in bnxt_qplib_create_qp1() 1222 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_CREATE_QP, in bnxt_qplib_create_qp() 1378 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_MODIFY_QP, in bnxt_qplib_modify_qp() 1517 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_QUERY_QP, in bnxt_qplib_query_qp() 2402 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_CREATE_CQ, in bnxt_qplib_create_cq() 2497 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_RESIZE_CQ, in bnxt_qplib_resize_cq() [all …]
|
H A D | qplib_rcfw.h | 119 static inline void bnxt_qplib_rcfw_cmd_prep(void *r, u8 opcode, u8 cmd_size) in bnxt_qplib_rcfw_cmd_prep() function
|
H A D | qplib_rcfw.c | 487 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_DESTROY_AH, in __destroy_timedout_ah() 916 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_DEINITIALIZE_FW, in bnxt_qplib_deinit_rcfw() 942 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_INITIALIZE_FW, in bnxt_qplib_init_rcfw()
|
H A D | qplib_res.c | 1056 bnxt_qplib_rcfw_cmd_prep(&req, CMDQ_BASE_OPCODE_STOP_FUNC, in bnxt_qplib_stop_res()
|