Searched refs:bnxt_qplib_rcfw (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/drivers/infiniband/hw/bnxt_re/ |
| D | qplib_rcfw.h | 118 typedef int (*aeq_handler_t)(struct bnxt_qplib_rcfw *, void *, void *); 180 struct bnxt_qplib_rcfw { struct 193 void bnxt_qplib_free_rcfw_channel(struct bnxt_qplib_rcfw *rcfw); argument 195 struct bnxt_qplib_rcfw *rcfw, 198 void bnxt_qplib_rcfw_stop_irq(struct bnxt_qplib_rcfw *rcfw, bool kill); 199 void bnxt_qplib_disable_rcfw_channel(struct bnxt_qplib_rcfw *rcfw); 200 int bnxt_qplib_rcfw_start_irq(struct bnxt_qplib_rcfw *rcfw, int msix_vector, 202 int bnxt_qplib_enable_rcfw_channel(struct bnxt_qplib_rcfw *rcfw, 208 struct bnxt_qplib_rcfw *rcfw, 210 void bnxt_qplib_rcfw_free_sbuf(struct bnxt_qplib_rcfw *rcfw, [all …]
|
| D | qplib_rcfw.c | 56 static int __wait_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __wait_for_resp() 70 static int __block_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __block_for_resp() 88 static int __send_message(struct bnxt_qplib_rcfw *rcfw, struct cmdq_base *req, in __send_message() 205 int bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_rcfw_send_message() 258 static int bnxt_qplib_process_func_event(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_process_func_event() 301 static int bnxt_qplib_process_qp_event(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_process_qp_event() 379 struct bnxt_qplib_rcfw *rcfw = from_tasklet(rcfw, t, creq.creq_tasklet); in bnxt_qplib_service_creq() 436 struct bnxt_qplib_rcfw *rcfw = dev_instance; in bnxt_qplib_creq_irq() 453 int bnxt_qplib_deinit_rcfw(struct bnxt_qplib_rcfw *rcfw) in bnxt_qplib_deinit_rcfw() 470 int bnxt_qplib_init_rcfw(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_init_rcfw() [all …]
|
| D | qplib_sp.c | 57 static bool bnxt_qplib_is_atomic_cap(struct bnxt_qplib_rcfw *rcfw) in bnxt_qplib_is_atomic_cap() 68 static void bnxt_qplib_query_version(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_query_version() 88 int bnxt_qplib_get_dev_attr(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_get_dev_attr() 174 struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_set_func_resources() 225 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_del_sgid() 286 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_add_sgid() 377 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_update_sgid() 411 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_ah() 454 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_ah() 471 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_free_mrw() [all …]
|
| D | qplib_sp.h | 258 int bnxt_qplib_get_dev_attr(struct bnxt_qplib_rcfw *rcfw, 261 struct bnxt_qplib_rcfw *rcfw, 281 int bnxt_qplib_get_roce_stats(struct bnxt_qplib_rcfw *rcfw, 283 int bnxt_qplib_qext_stat(struct bnxt_qplib_rcfw *rcfw, u32 fid,
|
| D | bnxt_re.h | 152 struct bnxt_qplib_rcfw rcfw;
|
| D | qplib_fp.c | 583 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_srq() 605 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_srq() 702 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_srq() 813 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp1() 952 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp() 1233 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_modify_qp() 1337 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_qp() 1462 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_qp() 2037 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_cq() 2105 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_cq()
|
| D | qplib_res.h | 252 struct bnxt_qplib_rcfw *rcfw;
|
| D | main.c | 300 struct bnxt_qplib_rcfw *rcfw = &rdev->rcfw; in bnxt_re_stop_irq() 316 struct bnxt_qplib_rcfw *rcfw = &rdev->rcfw; in bnxt_re_start_irq() 870 static int bnxt_re_aeq_handler(struct bnxt_qplib_rcfw *rcfw, in bnxt_re_aeq_handler()
|