Home
last modified time | relevance | path

Searched refs:bnxt_qplib_rcfw (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.h229 struct bnxt_qplib_rcfw { struct
242 int (*aeq_handler)(struct bnxt_qplib_rcfw *, argument
270 void bnxt_qplib_free_rcfw_channel(struct bnxt_qplib_rcfw *rcfw); argument
272 struct bnxt_qplib_rcfw *rcfw,
275 void bnxt_qplib_rcfw_stop_irq(struct bnxt_qplib_rcfw *rcfw, bool kill);
276 void bnxt_qplib_disable_rcfw_channel(struct bnxt_qplib_rcfw *rcfw);
277 int bnxt_qplib_rcfw_start_irq(struct bnxt_qplib_rcfw *rcfw, int msix_vector,
280 struct bnxt_qplib_rcfw *rcfw,
283 int (*aeq_handler)(struct bnxt_qplib_rcfw *,
287 struct bnxt_qplib_rcfw *rcfw,
[all …]
Dqplib_rcfw.c56 static int __wait_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __wait_for_resp()
68 static int __block_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __block_for_resp()
84 static int __send_message(struct bnxt_qplib_rcfw *rcfw, struct cmdq_base *req, in __send_message()
204 int bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_rcfw_send_message()
253 static int bnxt_qplib_process_func_event(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_process_func_event()
292 static int bnxt_qplib_process_qp_event(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_process_qp_event()
367 struct bnxt_qplib_rcfw *rcfw = (struct bnxt_qplib_rcfw *)data; in bnxt_qplib_service_creq()
426 struct bnxt_qplib_rcfw *rcfw = dev_instance; in bnxt_qplib_creq_irq()
442 int bnxt_qplib_deinit_rcfw(struct bnxt_qplib_rcfw *rcfw) in bnxt_qplib_deinit_rcfw()
476 int bnxt_qplib_init_rcfw(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_init_rcfw()
[all …]
Dqplib_sp.c57 static void bnxt_qplib_query_version(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_query_version()
77 int bnxt_qplib_get_dev_attr(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_get_dev_attr()
175 struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_set_func_resources()
226 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_del_sgid()
287 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_add_sgid()
378 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_update_sgid()
499 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_ah()
542 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_ah()
559 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_free_mrw()
595 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_alloc_mrw()
[all …]
Dqplib_sp.h244 int bnxt_qplib_get_dev_attr(struct bnxt_qplib_rcfw *rcfw,
247 struct bnxt_qplib_rcfw *rcfw,
267 int bnxt_qplib_get_roce_stats(struct bnxt_qplib_rcfw *rcfw,
Dbnxt_re.h143 struct bnxt_qplib_rcfw rcfw;
Dqplib_res.h196 struct bnxt_qplib_rcfw *rcfw;
Dqplib_fp.c513 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_srq()
535 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_srq()
636 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_srq()
724 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp1()
862 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp()
1184 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_modify_qp()
1290 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_qp()
1416 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_qp()
1929 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_cq()
1998 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_cq()
Dmain.c214 struct bnxt_qplib_rcfw *rcfw = &rdev->rcfw; in bnxt_re_stop_irq()
230 struct bnxt_qplib_rcfw *rcfw = &rdev->rcfw; in bnxt_re_start_irq()
829 static int bnxt_re_aeq_handler(struct bnxt_qplib_rcfw *rcfw, in bnxt_re_aeq_handler()