Home
last modified time | relevance | path

Searched refs:bng_re_rcfw (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/infiniband/hw/bng_re/
H A Dbng_fw.h117 struct bng_re_rcfw { struct
196 void bng_re_free_rcfw_channel(struct bng_re_rcfw *rcfw);
198 struct bng_re_rcfw *rcfw);
199 int bng_re_enable_fw_channel(struct bng_re_rcfw *rcfw,
202 void bng_re_disable_rcfw_channel(struct bng_re_rcfw *rcfw);
203 int bng_re_rcfw_start_irq(struct bng_re_rcfw *rcfw, int msix_vector,
205 void bng_re_rcfw_stop_irq(struct bng_re_rcfw *rcfw, bool kill);
206 int bng_re_rcfw_send_message(struct bng_re_rcfw *rcfw,
208 int bng_re_init_rcfw(struct bng_re_rcfw *rcfw,
210 int bng_re_deinit_rcfw(struct bng_re_rcfw *rcfw);
H A Dbng_fw.c53 void bng_re_free_rcfw_channel(struct bng_re_rcfw *rcfw) in bng_re_free_rcfw_channel()
62 struct bng_re_rcfw *rcfw) in bng_re_alloc_fw_channel()
115 static int bng_re_process_qp_event(struct bng_re_rcfw *rcfw, in bng_re_process_qp_event()
189 static int bng_re_process_func_event(struct bng_re_rcfw *rcfw, in bng_re_process_func_event()
217 struct bng_re_rcfw *rcfw = from_tasklet(rcfw, t, creq.creq_tasklet); in bng_re_service_creq()
273 static int __send_message_basic_sanity(struct bng_re_rcfw *rcfw, in __send_message_basic_sanity()
303 static int __send_message(struct bng_re_rcfw *rcfw, in __send_message()
401 static int __wait_for_resp(struct bng_re_rcfw *rcfw, u16 cookie) in __wait_for_resp()
437 int bng_re_rcfw_send_message(struct bng_re_rcfw *rcfw, in bng_re_rcfw_send_message()
481 static int bng_re_map_cmdq_mbox(struct bng_re_rcfw *rcfw) in bng_re_map_cmdq_mbox()
[all …]
H A Dbng_sp.c11 static bool bng_re_is_atomic_cap(struct bng_re_rcfw *rcfw) in bng_re_is_atomic_cap()
19 static void bng_re_query_version(struct bng_re_rcfw *rcfw, in bng_re_query_version()
41 int bng_re_get_dev_attr(struct bng_re_rcfw *rcfw) in bng_re_get_dev_attr()
H A Dbng_sp.h46 int bng_re_get_dev_attr(struct bng_re_rcfw *rcfw);
H A Dbng_re.h77 struct bng_re_rcfw rcfw;