Home
last modified time | relevance | path

Searched refs:p_hwfn (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c2442 qed_mcp_read_mb(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_setup()
2447 qed_int_setup(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_setup()
3535 qed_wr(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_hwfn_prepare()
3537 qed_wr(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_hwfn_prepare()
3539 qed_wr(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_hwfn_prepare()
3541 qed_wr(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_hwfn_prepare()
3544 qed_wr(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_hwfn_prepare()
3546 qed_wr(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_hwfn_prepare()
3548 qed_wr(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_hwfn_prepare()
3550 qed_wr(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_hwfn_prepare()
[all …]
H A Dqed_ptp.c28 switch (MFW_PORT(p_hwfn)) { in qed_ptcdev_to_resc()
61 if (p_hwfn->abs_pf_id < p_hwfn->cdev->num_ports_in_engine) in qed_ptp_res_lock()
89 if (p_hwfn->abs_pf_id < p_hwfn->cdev->num_ports_in_engine) { in qed_ptp_res_unlock()
351 p_hwfn->p_ptp_ptt = p_ptt; in qed_ptp_hw_enable()
355 DP_INFO(p_hwfn, in qed_ptp_hw_enable()
358 p_hwfn->p_ptp_ptt = NULL; in qed_ptp_hw_enable()
374 if (QED_IS_BB_B0(p_hwfn->cdev)) in qed_ptp_hw_enable()
376 if (QED_IS_AH(p_hwfn->cdev)) in qed_ptp_hw_enable()
382 if (QED_IS_BB_B0(p_hwfn->cdev)) in qed_ptp_hw_enable()
384 if (QED_IS_AH(p_hwfn->cdev)) { in qed_ptp_hw_enable()
[all …]
H A Dqed_rdma.c331 DP_NOTICE(p_hwfn, in qed_rdma_bmap_free()
356 qed_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->cid_map, 1); in qed_rdma_resc_free()
357 qed_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->pd_map, 1); in qed_rdma_resc_free()
358 qed_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->dpi_map, 1); in qed_rdma_resc_free()
359 qed_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->cq_map, 1); in qed_rdma_resc_free()
361 qed_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->tid_map, 1); in qed_rdma_resc_free()
362 qed_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->srq_map, 1); in qed_rdma_resc_free()
365 qed_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->xrcd_map, 1); in qed_rdma_resc_free()
392 qed_cxt_free_proto_ilt(p_hwfn, p_hwfn->p_rdma_info->proto); in qed_rdma_free()
712 qed_wr(p_hwfn, p_ptt, p_hwfn->rdma_prs_search_reg, 0); in qed_rdma_stop()
[all …]
H A Dqed_int.c118 u32 tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt, in qed_pswhst_attn_cb()
124 addr = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt, in qed_pswhst_attn_cb()
126 data = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt, in qed_pswhst_attn_cb()
128 length = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt, in qed_pswhst_attn_cb()
187 tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt, in qed_grc_attn_cb()
193 tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt, in qed_grc_attn_cb()
195 tmp2 = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt, in qed_grc_attn_cb()
211 qed_wr(p_hwfn, p_hwfn->p_dpc_ptt, in qed_grc_attn_cb()
869 qed_wr(p_hwfn, p_hwfn->p_dpc_ptt, in qed_int_assertion()
963 qed_wr(p_hwfn, p_hwfn->p_dpc_ptt, in qed_int_deassertion_aeu_bit()
[all …]
H A Dqed_mcp.c55 if (!p_hwfn->mcp_info || !p_hwfn->mcp_info->public_base) in qed_mcp_is_init()
70 p_hwfn->mcp_info->port_addr, MFW_PORT(p_hwfn)); in qed_mcp_cmd_port_init()
1823 if (p_hwfn != QED_LEADING_HWFN(p_hwfn->cdev)) in qed_mcp_handle_fan_failure()
1920 if (p_hwfn != QED_LEADING_HWFN(p_hwfn->cdev)) in qed_mcp_handle_critical_error()
1948 memset(&p_hwfn->ufp_info, 0, sizeof(p_hwfn->ufp_info)); in qed_mcp_read_ufp_config()
1989 p_hwfn->ufp_info.mode, p_hwfn->ufp_info.tc, in qed_mcp_read_ufp_config()
1990 p_hwfn->ufp_info.pri_type, MFW_PORT(p_hwfn)); in qed_mcp_read_ufp_config()
1999 p_hwfn->qm_info.ooo_tc = p_hwfn->ufp_info.tc; in qed_mcp_handle_ufp_event()
2595 if (!p_hwfn || !p_hwfn->mcp_info) in qed_mcp_get_link_params()
2603 if (!p_hwfn || !p_hwfn->mcp_info) in qed_mcp_get_link_state()
[all …]
H A Dqed_spq.c176 DP_VERBOSE(p_hwfn, in qed_spq_fill_entry()
280 if (!p_hwfn->p_spq) in qed_async_event_completion()
296 DP_NOTICE(p_hwfn, in qed_async_event_completion()
440 if (!p_hwfn->p_eq) in qed_eq_free()
443 qed_chain_free(p_hwfn->cdev, &p_hwfn->p_eq->chain); in qed_eq_free()
473 DP_NOTICE(p_hwfn, in qed_eth_cqe_completion()
545 DP_INFO(p_hwfn, in qed_spq_setup()
834 struct qed_spq *p_spq = p_hwfn ? p_hwfn->p_spq : NULL; in qed_spq_post()
838 if (!p_hwfn) in qed_spq_post()
942 if (!p_hwfn) in qed_spq_completion()
[all …]
H A Dqed_hw.c176 REG_WR(p_hwfn, in qed_ptt_set_win()
191 DP_NOTICE(p_hwfn, in qed_set_ptt()
209 DP_NOTICE(p_hwfn, in qed_get_reserved_ptt()
316 REG_WR(p_hwfn, in qed_fid_pretend()
333 REG_WR(p_hwfn, in qed_port_pretend()
349 REG_WR(p_hwfn, in qed_port_unpretend()
369 REG_WR(p_hwfn, in qed_port_fid_pretend()
474 DP_NOTICE(p_hwfn, in qed_dmae_post_command()
489 DP_VERBOSE(p_hwfn, in qed_dmae_post_command()
548 p_hwfn->dmae_info.channel = p_hwfn->rel_pf_id; in qed_dmae_info_alloc()
[all …]
H A Dqed_vf.c25 DP_VERBOSE(p_hwfn, in qed_vf_pf_prep()
79 DP_VERBOSE(p_hwfn, in qed_send_msg2pf()
89 REG_WR(p_hwfn, in qed_send_msg2pf()
93 REG_WR(p_hwfn, in qed_send_msg2pf()
121 DP_NOTICE(p_hwfn, in qed_send_msg2pf()
373 DP_ERR(p_hwfn, in qed_vf_pf_acquire()
451 p_hwfn->hw_info.opaque_fid = (u16)REG_RD(p_hwfn, reg); in qed_vf_hw_prepare()
454 p_hwfn->hw_info.concrete_fid = REG_RD(p_hwfn, reg); in qed_vf_hw_prepare()
466 p_hwfn->doorbells = (u8 __iomem *)p_hwfn->regview + in qed_vf_hw_prepare()
544 p_hwfn->doorbells = (u8 __iomem *)p_hwfn->regview + in qed_vf_hw_prepare()
[all …]
H A Dqed_cxt.c482 p_hwfn->my_id, p_hwfn->p_cxt_mngr->pf_start_line); in qed_cxt_cfg_ilt_compute()
640 DP_VERBOSE(p_hwfn, in qed_cxt_cfg_ilt_compute()
646 p_hwfn->qm_info.num_pqs, p_hwfn->qm_info.num_vf_pqs, total); in qed_cxt_cfg_ilt_compute()
1500 STORE_RT_REG(p_hwfn, in qed_ilt_bounds_init()
1503 STORE_RT_REG(p_hwfn, in qed_ilt_bounds_init()
1692 (NUM_OF_VFS(p_hwfn->cdev) + p_hwfn->rel_pf_id); in qed_tm_init_pf()
1899 DP_NOTICE(p_hwfn, in _qed_cxt_release_cid()
2031 &p_hwfn-> in qed_cxt_set_pf_params()
2239 DP_NOTICE(p_hwfn, in qed_cxt_dynamic_ilt_alloc()
2306 qed_wr(p_hwfn, p_ptt, p_hwfn->rdma_prs_search_reg, 1); in qed_cxt_dynamic_ilt_alloc()
[all …]
H A Dqed_iwarp.c86 qed_wr(p_hwfn, p_ptt, p_hwfn->rdma_prs_search_reg, 1); in qed_iwarp_init_hw()
96 cid -= qed_cxt_get_proto_cid_start(p_hwfn, p_hwfn->p_rdma_info->proto); in qed_iwarp_cid_cleaned()
101 qed_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->tcp_cid_map, in qed_iwarp_cid_cleaned()
104 qed_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->cid_map, cid); in qed_iwarp_cid_cleaned()
129 rc = qed_rdma_bmap_alloc_id(p_hwfn, &p_hwfn->p_rdma_info->cid_map, cid); in qed_iwarp_alloc_cid()
146 cid -= qed_cxt_get_proto_cid_start(p_hwfn, p_hwfn->p_rdma_info->proto); in qed_iwarp_set_tcp_cid()
149 qed_bmap_set_id(p_hwfn, &p_hwfn->p_rdma_info->tcp_cid_map, cid); in qed_iwarp_set_tcp_cid()
1343 qed_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->cid_map, i); in qed_iwarp_wait_for_all_cids()
1452 qed_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->tcp_cid_map, 1); in qed_iwarp_resc_free()
1904 DP_ERR(p_hwfn, in qed_iwarp_cp_pkt()
[all …]
H A Dqed_sp_commands.c34 qed_spq_return_entry(p_hwfn, p_ent); in qed_sp_destroy_request()
48 rc = qed_spq_get_entry(p_hwfn, pp_ent); in qed_sp_init_request()
88 DP_VERBOSE(p_hwfn, in qed_sp_init_request()
315 qed_eq_prod_update(p_hwfn, in qed_sp_pf_start()
403 p_hwfn->hw_info.personality); in qed_sp_pf_start()
407 if (p_hwfn->cdev->p_iov_info) { in qed_sp_pf_start()
416 DP_VERBOSE(p_hwfn, QED_MSG_SPQ, in qed_sp_pf_start()
424 &p_hwfn->cdev->tunnel); in qed_sp_pf_start()
461 p_hwfn->ufp_info.pri_type); in qed_sp_pf_update_ufp()
497 if (IS_VF(p_hwfn->cdev)) in qed_sp_pf_update_tunn_cfg()
[all …]
H A Dqed_init_fw_funcs.c598 DP_NOTICE(p_hwfn, in qed_vport_rl_rt_init()
1063 qed_wr(p_hwfn, in qed_init_pf_rl()
1130 qed_wr(p_hwfn, in qed_init_global_rl()
1288 qed_wr(p_hwfn, in qed_set_vxlan_enable()
1327 qed_wr(p_hwfn, in qed_set_gre_enable()
1330 qed_wr(p_hwfn, in qed_set_gre_enable()
1382 qed_wr(p_hwfn, in qed_set_geneve_enable()
1386 qed_wr(p_hwfn, in qed_set_geneve_enable()
1411 qed_wr(p_hwfn, in qed_set_vxlan_no_l2_enable()
1463 DP_NOTICE(p_hwfn, in qed_gft_config()
[all …]
H A Dqed_roce.c135 qed_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->cid_map, cid); in qed_roce_free_cid_pair()
136 qed_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->cid_map, cid + 1); in qed_roce_free_cid_pair()
202 qed_bmap_set_id(p_hwfn, &p_hwfn->p_rdma_info->real_cid_map, cid); in qed_roce_set_real_cid()
246 DP_NOTICE(p_hwfn, in qed_roce_sp_create_responder()
384 DP_NOTICE(p_hwfn, in qed_roce_sp_create_requester()
717 DP_NOTICE(p_hwfn, in qed_roce_sp_destroy_qp_responder()
772 DP_NOTICE(p_hwfn, in qed_roce_sp_destroy_qp_requester()
842 DP_NOTICE(p_hwfn, in qed_roce_query_qp()
853 DP_NOTICE(p_hwfn, in qed_roce_query_qp()
902 DP_NOTICE(p_hwfn, in qed_roce_query_qp()
[all …]
H A Dqed_sriov.c89 DP_VERBOSE(p_hwfn, in qed_sp_vf_start()
269 DP_VERBOSE(p_hwfn, in qed_iov_validate_sb()
424 DP_ERR(p_hwfn, in qed_iov_setup_vfdb()
560 if (!IS_PF_SRIOV(p_hwfn) || !IS_PF_SRIOV_ALLOC(p_hwfn)) in qed_iov_setup()
661 if (IS_VF(p_hwfn->cdev) || !IS_QED_SRIOV(p_hwfn->cdev) || in _qed_iov_pf_sanity_check()
1224 REG_WR(p_hwfn, in qed_iov_send_response()
1590 DP_INFO(p_hwfn, in qed_iov_vf_mbx_acquire()
1961 DP_ERR(p_hwfn, in qed_iov_vf_mbx_start_vport()
3585 DP_ERR(p_hwfn, in qed_iov_vf_flr_poll_dorq()
3721 REG_WR(p_hwfn, in qed_iov_execute_vf_flr_cleanup()
[all …]
H A Dqed_mcp.h413 int qed_mcp_cmd(struct qed_hwfn *p_hwfn,
455 int qed_mcp_drain(struct qed_hwfn *p_hwfn,
591 int qed_mcp_set_led(struct qed_hwfn *p_hwfn,
748 #define MCP_PF_ID_BY_REL(p_hwfn, rel_pfid) (QED_IS_BB((p_hwfn)->cdev) ? \ argument
750 ((p_hwfn)->abs_pf_id & 1) << 3) : \
752 #define MCP_PF_ID(p_hwfn) MCP_PF_ID_BY_REL(p_hwfn, (p_hwfn)->rel_pf_id) argument
836 return !!(p_hwfn->mcp_info->capabilities & in qed_mcp_is_ext_speed_supported()
871 int qed_mcp_free(struct qed_hwfn *p_hwfn);
992 int qed_mcp_reset(struct qed_hwfn *p_hwfn,
1216 qed_mcp_resc_lock(struct qed_hwfn *p_hwfn,
[all …]
H A Dqed_ll2.c176 DP_VERBOSE(p_hwfn, in qed_ll2b_complete_rx_packet()
293 *p_hwfn, in qed_ll2_handle_sanity_inactive() argument
329 qed_ooo_put_free_buffer(p_hwfn, p_hwfn->p_ooo_info, in qed_ll2_txq_flush()
607 qed_ooo_put_free_buffer(p_hwfn, p_hwfn->p_ooo_info, in qed_ll2_rxq_flush()
695 qed_ooo_delete_isles(p_hwfn, p_hwfn->p_ooo_info, cid, in qed_ll2_lb_rxq_handler()
829 qed_ooo_put_ready_buffer(p_hwfn, p_hwfn->p_ooo_info, in qed_ooo_submit_tx_buffers()
926 qed_ooo_put_free_buffer(p_hwfn, p_hwfn->p_ooo_info, in qed_ll2_lb_txq_completion()
1315 qed_ooo_put_free_buffer(p_hwfn, p_hwfn->p_ooo_info, p_buf); in qed_ll2_acquire_connection_ooo()
1531 qed_ooo_release_all_isles(p_hwfn, p_hwfn->p_ooo_info); in qed_ll2_establish_connection_ooo()
2136 qed_ooo_release_all_isles(p_hwfn, p_hwfn->p_ooo_info); in qed_ll2_terminate_connection()
[all …]
H A Dqed_int.h64 void qed_int_igu_enable_int(struct qed_hwfn *p_hwfn,
105 int qed_int_sb_init(struct qed_hwfn *p_hwfn,
120 void qed_int_sb_setup(struct qed_hwfn *p_hwfn,
137 int qed_int_sb_release(struct qed_hwfn *p_hwfn,
161 void qed_int_get_num_sbs(struct qed_hwfn *p_hwfn,
219 #define SB_ALIGNED_SIZE(p_hwfn) \ argument
220 ALIGNED_TYPE_SIZE(struct status_block, p_hwfn)
324 int qed_int_register_cb(struct qed_hwfn *p_hwfn,
399 int qed_int_alloc(struct qed_hwfn *p_hwfn,
409 void qed_int_free(struct qed_hwfn *p_hwfn);
[all …]
H A Dqed_init_ops.c130 DP_ERR(p_hwfn, in qed_init_store_rt_reg()
146 DP_ERR(p_hwfn, in qed_init_store_rt_agg()
210 if (IS_VF(p_hwfn->cdev)) in qed_init_alloc()
233 kfree(p_hwfn->rt_data.b_valid); in qed_init_free()
234 p_hwfn->rt_data.b_valid = NULL; in qed_init_free()
329 p_hwfn->unzip_buf, in qed_init_cmd_array()
379 DP_NOTICE(p_hwfn, in qed_init_cmd_wr()
470 DP_ERR(p_hwfn, in qed_init_cmd_rd()
562 if (!p_hwfn->unzip_buf) in qed_init_run()
604 kfree(p_hwfn->unzip_buf); in qed_init_run()
[all …]
H A Dqed_ooo.h65 int qed_ooo_alloc(struct qed_hwfn *p_hwfn);
67 void qed_ooo_setup(struct qed_hwfn *p_hwfn);
69 void qed_ooo_free(struct qed_hwfn *p_hwfn);
83 qed_ooo_get_free_buffer(struct qed_hwfn *p_hwfn,
91 qed_ooo_get_ready_buffer(struct qed_hwfn *p_hwfn,
94 void qed_ooo_delete_isles(struct qed_hwfn *p_hwfn,
98 void qed_ooo_add_new_isle(struct qed_hwfn *p_hwfn,
103 void qed_ooo_add_new_buffer(struct qed_hwfn *p_hwfn,
109 void qed_ooo_join_isles(struct qed_hwfn *p_hwfn,
140 qed_ooo_get_free_buffer(struct qed_hwfn *p_hwfn, in qed_ooo_get_free_buffer() argument
[all …]
H A Dqed_selftest.c42 struct qed_hwfn *p_hwfn; in qed_selftest_register() local
48 p_hwfn = &cdev->hwfns[i]; in qed_selftest_register()
49 p_ptt = qed_ptt_acquire(p_hwfn); in qed_selftest_register()
55 qed_ptt_release(p_hwfn, p_ptt); in qed_selftest_register()
65 struct qed_hwfn *p_hwfn; in qed_selftest_clock() local
71 p_hwfn = &cdev->hwfns[i]; in qed_selftest_clock()
72 p_ptt = qed_ptt_acquire(p_hwfn); in qed_selftest_clock()
78 qed_ptt_release(p_hwfn, p_ptt); in qed_selftest_clock()
117 DP_ERR(p_hwfn, in qed_selftest_nvram()
143 DP_ERR(p_hwfn, in qed_selftest_nvram()
[all …]
H A Dqed_sp.h26 void (*function)(struct qed_hwfn *p_hwfn,
214 int qed_spq_post(struct qed_hwfn *p_hwfn,
225 int qed_spq_alloc(struct qed_hwfn *p_hwfn);
234 void qed_spq_setup(struct qed_hwfn *p_hwfn);
243 void qed_spq_free(struct qed_hwfn *p_hwfn);
255 qed_spq_get_entry(struct qed_hwfn *p_hwfn,
285 void qed_eq_setup(struct qed_hwfn *p_hwfn);
294 void qed_eq_free(struct qed_hwfn *p_hwfn);
340 u32 qed_spq_get_cid(struct qed_hwfn *p_hwfn);
424 int qed_sp_pf_start(struct qed_hwfn *p_hwfn,
[all …]
H A Dqed_l2.c66 if (IS_PF(p_hwfn->cdev)) { in qed_l2_alloc()
107 if (!p_hwfn->p_l2_info) in qed_l2_free()
138 DP_NOTICE(p_hwfn, in qed_eth_queue_qid_usage_add()
266 DP_VERBOSE(p_hwfn, in _qed_eth_queue_to_cid()
508 DP_VERBOSE(p_hwfn, in qed_sp_vport_update_rss()
1343 DP_NOTICE(p_hwfn, in qed_filter_ucast_common()
1997 qed_gft_config(p_hwfn, p_ptt, p_hwfn->rel_pf_id, in qed_arfs_mode_configure()
2003 DP_VERBOSE(p_hwfn, in qed_arfs_mode_configure()
2013 qed_gft_disable(p_hwfn, p_ptt, p_hwfn->rel_pf_id); in qed_arfs_mode_configure()
2787 qed_arfs_mode_configure(p_hwfn, p_hwfn->p_arfs_ptt, in qed_configure_arfs_searcher()
[all …]
H A Dqed_cxt.h38 int qed_cxt_get_cid_info(struct qed_hwfn *p_hwfn,
49 int qed_cxt_get_tid_mem_info(struct qed_hwfn *p_hwfn,
102 int qed_cxt_mngr_alloc(struct qed_hwfn *p_hwfn);
111 void qed_cxt_mngr_free(struct qed_hwfn *p_hwfn);
120 int qed_cxt_tables_alloc(struct qed_hwfn *p_hwfn);
127 void qed_cxt_mngr_setup(struct qed_hwfn *p_hwfn);
136 void qed_cxt_hw_init_common(struct qed_hwfn *p_hwfn);
157 void qed_qm_init_pf(struct qed_hwfn *p_hwfn,
202 int qed_cxt_acquire_cid(struct qed_hwfn *p_hwfn,
216 int _qed_cxt_acquire_cid(struct qed_hwfn *p_hwfn,
[all …]
H A Dqed_debug.c1044 *p_hwfn, in qed_get_dbg_reset_reg()
1429 DP_NOTICE(p_hwfn, in qed_is_mode_match_rec()
1702 qed_wr(p_hwfn, in qed_grc_unreset_blocks()
1751 qed_wr(p_hwfn, in qed_grc_unreset_blocks()
1862 DP_VERBOSE(p_hwfn, in qed_find_nvram_image()
1886 DP_VERBOSE(p_hwfn, in qed_nvram_read()
2865 qed_wr(p_hwfn, in qed_grc_dump_ctx_data()
3356 qed_wr(p_hwfn, in qed_grc_dump_phy()
3436 qed_wr(p_hwfn, in qed_grc_dump_static_debug()
3438 qed_wr(p_hwfn, in qed_grc_dump_static_debug()
[all …]
H A Dqed_ooo.c50 DP_NOTICE(p_hwfn, in qed_ooo_seek_isle()
94 DP_NOTICE(p_hwfn, in qed_ooo_alloc()
105 DP_NOTICE(p_hwfn, in qed_ooo_alloc()
238 qed_ooo_release_all_isles(p_hwfn, p_hwfn->p_ooo_info); in qed_ooo_setup()
335 DP_NOTICE(p_hwfn, in qed_ooo_delete_isles()
341 DP_NOTICE(p_hwfn, in qed_ooo_delete_isles()
366 DP_NOTICE(p_hwfn, in qed_ooo_add_new_isle()
374 DP_NOTICE(p_hwfn, in qed_ooo_add_new_isle()
422 DP_NOTICE(p_hwfn, in qed_ooo_add_new_buffer()
442 DP_NOTICE(p_hwfn, in qed_ooo_join_isles()
[all …]

12