Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.h150 typedef int (*aeq_handler_t)(struct bnxt_qplib_rcfw *, void *, void *);
219 struct bnxt_qplib_rcfw { struct
260 void bnxt_qplib_free_rcfw_channel(struct bnxt_qplib_rcfw *rcfw);
262 struct bnxt_qplib_rcfw *rcfw,
265 void bnxt_qplib_rcfw_stop_irq(struct bnxt_qplib_rcfw *rcfw, bool kill);
266 void bnxt_qplib_disable_rcfw_channel(struct bnxt_qplib_rcfw *rcfw);
267 int bnxt_qplib_rcfw_start_irq(struct bnxt_qplib_rcfw *rcfw, int msix_vector,
269 int bnxt_qplib_enable_rcfw_channel(struct bnxt_qplib_rcfw *rcfw,
275 struct bnxt_qplib_rcfw *rcfw,
277 void bnxt_qplib_rcfw_free_sbuf(struct bnxt_qplib_rcfw *rcfw,
[all …]
H A Dqplib_rcfw.c111 static int bnxt_re_is_fw_stalled(struct bnxt_qplib_rcfw *rcfw, in bnxt_re_is_fw_stalled()
145 static int __wait_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __wait_for_resp()
192 static int __block_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __block_for_resp()
235 static void __send_message_no_waiter(struct bnxt_qplib_rcfw *rcfw, in __send_message_no_waiter()
283 static int __send_message(struct bnxt_qplib_rcfw *rcfw, in __send_message()
387 static int __poll_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __poll_for_resp()
417 static int __send_message_basic_sanity(struct bnxt_qplib_rcfw *rcfw, in __send_message_basic_sanity()
451 static void __destroy_timedout_ah(struct bnxt_qplib_rcfw *rcfw, in __destroy_timedout_ah()
483 static int __bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw, in __bnxt_qplib_rcfw_send_message()
557 int bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_rcfw_send_message()
[all …]
H A Dqplib_sp.c58 static bool bnxt_qplib_is_atomic_cap(struct bnxt_qplib_rcfw *rcfw) in bnxt_qplib_is_atomic_cap()
69 static void bnxt_qplib_query_version(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_query_version()
91 int bnxt_qplib_get_dev_attr(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_get_dev_attr()
201 struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_set_func_resources()
254 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_del_sgid()
314 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_add_sgid()
404 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_update_sgid()
441 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_ah()
487 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_ah()
510 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_free_mrw()
[all …]
H A Dqplib_sp.h327 int bnxt_qplib_get_dev_attr(struct bnxt_qplib_rcfw *rcfw,
330 struct bnxt_qplib_rcfw *rcfw,
349 int bnxt_qplib_get_roce_stats(struct bnxt_qplib_rcfw *rcfw,
351 int bnxt_qplib_qext_stat(struct bnxt_qplib_rcfw *rcfw, u32 fid,
H A Dbnxt_re.h164 struct bnxt_qplib_rcfw rcfw;
H A Dqplib_fp.c601 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_srq()
625 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_srq()
721 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_srq()
827 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp1()
968 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp()
1277 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_modify_qp()
1383 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_qp()
1519 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_qp()
2139 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_cq()
2221 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_resize_cq()
[all …]
H A Dqplib_res.h289 struct bnxt_qplib_rcfw *rcfw;
H A Dmain.c307 struct bnxt_qplib_rcfw *rcfw = &rdev->rcfw; in bnxt_re_stop_irq()
323 struct bnxt_qplib_rcfw *rcfw = &rdev->rcfw; in bnxt_re_start_irq()
1032 static int bnxt_re_aeq_handler(struct bnxt_qplib_rcfw *rcfw, in bnxt_re_aeq_handler()