Searched refs:bnxt_qplib_rcfw (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
| D | qplib_rcfw.h | 158 struct bnxt_qplib_rcfw { struct 170 int (*aeq_handler)(struct bnxt_qplib_rcfw *, argument 195 void bnxt_qplib_free_rcfw_channel(struct bnxt_qplib_rcfw *rcfw); argument 197 struct bnxt_qplib_rcfw *rcfw, int qp_tbl_sz); 198 void bnxt_qplib_rcfw_stop_irq(struct bnxt_qplib_rcfw *rcfw, bool kill); 199 void bnxt_qplib_disable_rcfw_channel(struct bnxt_qplib_rcfw *rcfw); 200 int bnxt_qplib_rcfw_start_irq(struct bnxt_qplib_rcfw *rcfw, int msix_vector, 203 struct bnxt_qplib_rcfw *rcfw, 206 int (*aeq_handler)(struct bnxt_qplib_rcfw *, 210 struct bnxt_qplib_rcfw *rcfw, [all …]
|
| D | qplib_rcfw.c | 53 static int __wait_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __wait_for_resp() 65 static int __block_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __block_for_resp() 81 static int __send_message(struct bnxt_qplib_rcfw *rcfw, struct cmdq_base *req, in __send_message() 194 int bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_rcfw_send_message() 243 static int bnxt_qplib_process_func_event(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_process_func_event() 282 static int bnxt_qplib_process_qp_event(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_process_qp_event() 346 struct bnxt_qplib_rcfw *rcfw = (struct bnxt_qplib_rcfw *)data; in bnxt_qplib_service_creq() 403 struct bnxt_qplib_rcfw *rcfw = dev_instance; in bnxt_qplib_creq_irq() 419 int bnxt_qplib_deinit_rcfw(struct bnxt_qplib_rcfw *rcfw) in bnxt_qplib_deinit_rcfw() 453 int bnxt_qplib_init_rcfw(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_init_rcfw() [all …]
|
| D | qplib_sp.c | 55 static void bnxt_qplib_query_version(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_query_version() 75 int bnxt_qplib_get_dev_attr(struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_get_dev_attr() 164 struct bnxt_qplib_rcfw *rcfw, in bnxt_qplib_set_func_resources() 216 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_del_sgid() 276 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_add_sgid() 366 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_update_sgid() 488 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_ah() 530 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_ah() 551 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_free_mrw() 588 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_alloc_mrw() [all …]
|
| D | qplib_sp.h | 229 int bnxt_qplib_get_dev_attr(struct bnxt_qplib_rcfw *rcfw, 232 struct bnxt_qplib_rcfw *rcfw, 250 int bnxt_qplib_get_roce_stats(struct bnxt_qplib_rcfw *rcfw,
|
| D | bnxt_re.h | 141 struct bnxt_qplib_rcfw rcfw;
|
| D | qplib_res.h | 186 struct bnxt_qplib_rcfw *rcfw;
|
| D | qplib_fp.c | 505 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_srq() 529 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_srq() 630 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_srq() 718 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp1() 856 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_qp() 1173 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_modify_qp() 1279 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_query_qp() 1405 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_qp() 1916 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_create_cq() 1984 struct bnxt_qplib_rcfw *rcfw = res->rcfw; in bnxt_qplib_destroy_cq()
|
| D | main.c | 191 struct bnxt_qplib_rcfw *rcfw = &rdev->rcfw; in bnxt_re_stop_irq() 207 struct bnxt_qplib_rcfw *rcfw = &rdev->rcfw; in bnxt_re_start_irq() 794 static int bnxt_re_aeq_handler(struct bnxt_qplib_rcfw *rcfw, in bnxt_re_aeq_handler()
|