Home
last modified time | relevance | path

Searched defs:rcfw (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/infiniband/hw/bnxt_re/
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()
388 static int __poll_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __poll_for_resp()
418 static int __send_message_basic_sanity(struct bnxt_qplib_rcfw *rcfw, in __send_message_basic_sanity()
453 static void __destroy_timedout_ah(struct bnxt_qplib_rcfw *rcfw, in __destroy_timedout_ah()
485 static int __bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw, in __bnxt_qplib_rcfw_send_message()
559 int bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_rcfw_send_message()
[all …]
H A Dbnxt_re.h191 struct bnxt_qplib_rcfw rcfw; member
/linux/drivers/infiniband/hw/bng_re/
H A Dbng_fw.c53 void bng_re_free_rcfw_channel(struct bng_re_rcfw *rcfw) in bng_re_free_rcfw_channel() argument
62 struct bng_re_rcfw *rcfw) in bng_re_alloc_fw_channel() argument
115 bng_re_process_qp_event(struct bng_re_rcfw * rcfw,struct creq_qp_event * qp_event,u32 * num_wait) bng_re_process_qp_event() argument
189 bng_re_process_func_event(struct bng_re_rcfw * rcfw,struct creq_func_event * func_event) bng_re_process_func_event() argument
217 struct bng_re_rcfw *rcfw = from_tasklet(rcfw, t, creq.creq_tasklet); bng_re_service_creq() local
273 __send_message_basic_sanity(struct bng_re_rcfw * rcfw,struct bng_re_cmdqmsg * msg,u8 opcode) __send_message_basic_sanity() argument
303 __send_message(struct bng_re_rcfw * rcfw,struct bng_re_cmdqmsg * msg,u8 opcode) __send_message() argument
401 __wait_for_resp(struct bng_re_rcfw * rcfw,u16 cookie) __wait_for_resp() argument
437 bng_re_rcfw_send_message(struct bng_re_rcfw * rcfw,struct bng_re_cmdqmsg * msg) bng_re_rcfw_send_message() argument
481 bng_re_map_cmdq_mbox(struct bng_re_rcfw * rcfw) bng_re_map_cmdq_mbox() argument
518 struct bng_re_rcfw *rcfw = dev_instance; bng_re_creq_irq() local
533 bng_re_rcfw_start_irq(struct bng_re_rcfw * rcfw,int msix_vector,bool need_init) bng_re_rcfw_start_irq() argument
572 bng_re_map_creq_db(struct bng_re_rcfw * rcfw,u32 reg_offt) bng_re_map_creq_db() argument
605 bng_re_rcfw_stop_irq(struct bng_re_rcfw * rcfw,bool kill) bng_re_rcfw_stop_irq() argument
628 bng_re_disable_rcfw_channel(struct bng_re_rcfw * rcfw) bng_re_disable_rcfw_channel() argument
646 bng_re_start_rcfw(struct bng_re_rcfw * rcfw) bng_re_start_rcfw() argument
670 bng_re_enable_fw_channel(struct bng_re_rcfw * rcfw,int msix_vector,int cp_bar_reg_off) bng_re_enable_fw_channel() argument
704 bng_re_deinit_rcfw(struct bng_re_rcfw * rcfw) bng_re_deinit_rcfw() argument
737 bng_re_init_rcfw(struct bng_re_rcfw * rcfw,struct bng_re_stats * stats_ctx) bng_re_init_rcfw() argument
[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_re.h77 struct bng_re_rcfw rcfw; member