Searched defs:rcfw (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_rcfw.c | 49 int __check_cmdq_stall(struct bnxt_qplib_rcfw *rcfw, in __check_cmdq_stall() 98 static int bnxt_re_is_fw_stalled(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in bnxt_re_is_fw_stalled() 130 static int __wait_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __wait_for_resp() 187 static int __block_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __block_for_resp() 238 static void __send_message_no_waiter(struct bnxt_qplib_rcfw *rcfw, in __send_message_no_waiter() 286 static int __send_message(struct bnxt_qplib_rcfw *rcfw, in __send_message() 411 static int __poll_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __poll_for_resp() 447 static int __send_message_basic_sanity(struct bnxt_qplib_rcfw *rcfw, in __send_message_basic_sanity() 481 static void __destroy_timedout_ah(struct bnxt_qplib_rcfw *rcfw, in __destroy_timedout_ah() 512 static int __bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw, in __bnxt_qplib_rcfw_send_message() [all …]
|
H A D | qplib_sp.c | 48 static u8 bnxt_qplib_is_atomic_cap(struct bnxt_qplib_rcfw *rcfw) in bnxt_qplib_is_atomic_cap() 58 static void bnxt_qplib_query_version(struct bnxt_qplib_rcfw *rcfw, char *fw_ver) in bnxt_qplib_query_version() 80 int bnxt_qplib_get_dev_attr(struct bnxt_qplib_rcfw *rcfw) in bnxt_qplib_get_dev_attr() 213 struct bnxt_qplib_rcfw *rcfw; in bnxt_qplib_set_func_resources() local 252 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_update_sgid() local 309 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_del_sgid() local 372 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_add_sgid() local 462 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_ah() local 511 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_ah() local 532 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_free_mrw() local [all …]
|
H A D | qplib_fp.c | 612 static int __qplib_destroy_srq(struct bnxt_qplib_rcfw *rcfw, in __qplib_destroy_srq() 630 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_srq() local 645 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_srq() local 738 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_srq() local 821 static int __qplib_destroy_qp(struct bnxt_qplib_rcfw *rcfw, in __qplib_destroy_qp() 908 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp1() local 1060 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp() local 1369 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_modify_qp() local 1501 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_qp() local 1636 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_qp() local [all …]
|
H A D | main.c | 300 struct bnxt_qplib_rcfw *rcfw = NULL; in bnxt_re_dettach_irq() local 1245 struct bnxt_qplib_rcfw *rcfw = NULL; in bnxt_re_stop_irq() local 1275 struct bnxt_qplib_rcfw *rcfw = NULL; in bnxt_re_start_irq() local 2405 static int bnxt_re_aeq_handler(struct bnxt_qplib_rcfw *rcfw, in bnxt_re_aeq_handler() 3830 struct bnxt_qplib_rcfw *rcfw; in bnxt_re_remove_device() local
|
H A D | qplib_res.c | 1050 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_stop_res() local
|
H A D | qplib_rcfw.h | 148 #define RCFW_NO_FW_ACCESS(rcfw) \ argument
|
H A D | qplib_res.h | 425 struct bnxt_qplib_rcfw *rcfw; member
|
H A D | bnxt_re.h | 519 struct bnxt_qplib_rcfw rcfw; member
|