Home
last modified time | relevance | path

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

12

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dev.c3321 p_hwfn->dpi_size, p_hwfn->dpi_count, in ecore_hw_init_pf_doorbell_bar()
4271 ecore_wr(p_hwfn, p_hwfn->p_main_ptt, in ecore_hw_hwfn_prepare()
4273 ecore_wr(p_hwfn, p_hwfn->p_main_ptt, in ecore_hw_hwfn_prepare()
4275 ecore_wr(p_hwfn, p_hwfn->p_main_ptt, in ecore_hw_hwfn_prepare()
4277 ecore_wr(p_hwfn, p_hwfn->p_main_ptt, in ecore_hw_hwfn_prepare()
4280 ecore_wr(p_hwfn, p_hwfn->p_main_ptt, in ecore_hw_hwfn_prepare()
4282 ecore_wr(p_hwfn, p_hwfn->p_main_ptt, in ecore_hw_hwfn_prepare()
4284 ecore_wr(p_hwfn, p_hwfn->p_main_ptt, in ecore_hw_hwfn_prepare()
4286 ecore_wr(p_hwfn, p_hwfn->p_main_ptt, in ecore_hw_hwfn_prepare()
4294 ecore_wr(p_hwfn, p_hwfn->p_main_ptt, in ecore_hw_hwfn_prepare()
[all …]
H A Decore_int.c121 ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, in ecore_pswhst_attn_cb()
128 addr = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, in ecore_pswhst_attn_cb()
130 data = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, in ecore_pswhst_attn_cb()
151 tmp = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, in ecore_pswhst_attn_cb()
247 tmp = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, in ecore_grc_attn_cb()
253 tmp = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, in ecore_grc_attn_cb()
275 ecore_wr(p_hwfn, p_hwfn->p_dpc_ptt, in ecore_grc_attn_cb()
909 ecore_wr(p_hwfn, p_hwfn->p_dpc_ptt, in ecore_int_assertion()
1308 p_hwfn, p_hwfn->my_id); in ecore_int_sp_dpc()
1771 sb_info->p_hwfn = p_hwfn; in ecore_int_sb_init()
[all …]
H A Decore_mcp.c69 if (!p_hwfn->mcp_info || !p_hwfn->mcp_info->public_base) in ecore_mcp_is_init()
84 p_hwfn->mcp_info->port_addr, MFW_PORT(p_hwfn)); in ecore_mcp_cmd_port_init()
186 OSAL_FREE(p_hwfn->p_dev, p_hwfn->mcp_info); in ecore_mcp_free()
291 OSAL_FREE(p_hwfn->p_dev, p_hwfn->mcp_info); in ecore_mcp_cmd_init()
296 OSAL_FREE(p_hwfn->p_dev, p_hwfn->mcp_info); in ecore_mcp_cmd_init()
2065 p_hwfn->ufp_info.mode, p_hwfn->ufp_info.tc, in ecore_mcp_read_ufp_config()
2075 p_hwfn->qm_info.ooo_tc = p_hwfn->ufp_info.tc; in ecore_mcp_handle_ufp_event()
2629 if (!p_hwfn || !p_hwfn->mcp_info) in ecore_mcp_get_link_params()
2637 if (!p_hwfn || !p_hwfn->mcp_info) in ecore_mcp_get_link_state()
2653 if (!p_hwfn || !p_hwfn->mcp_info) in ecore_mcp_get_link_capabilities()
[all …]
H A Decore_hw.c43 OSAL_FREE(p_hwfn->p_dev, p_hwfn->p_ptt_pool); in __ecore_ptt_pool_free()
111 if (p_hwfn->p_ptt_pool) in ecore_ptt_pool_free()
144 DP_NOTICE(p_hwfn, true, in ecore_ptt_acquire()
197 REG_WR(p_hwfn, in ecore_ptt_set_win()
212 DP_NOTICE(p_hwfn, true, in ecore_set_ptt()
230 DP_NOTICE(p_hwfn, true, in ecore_get_reserved_ptt()
388 REG_WR(p_hwfn, in ecore_fid_pretend()
404 REG_WR(p_hwfn, in ecore_port_pretend()
420 REG_WR(p_hwfn, in ecore_port_unpretend()
444 REG_WR(p_hwfn, in ecore_port_fid_pretend()
[all …]
H A Decore_spq.c307 DP_NOTICE(p_hwfn, in ecore_async_event_completion()
390 DP_ERR(p_hwfn, in ecore_eq_completion()
466 if (!p_hwfn->p_eq) in ecore_eq_free()
469 ecore_chain_free(p_hwfn->p_dev, &p_hwfn->p_eq->chain); in ecore_eq_free()
471 OSAL_FREE(p_hwfn->p_dev, p_hwfn->p_eq); in ecore_eq_free()
573 DP_INFO(p_hwfn, in ecore_spq_setup()
780 if (!p_hwfn->p_spq) in ecore_spq_get_cid()
857 struct ecore_spq *p_spq = p_hwfn ? p_hwfn->p_spq : OSAL_NULL; in ecore_spq_post()
860 if (!p_hwfn) in ecore_spq_post()
1086 ecore_chain_free(p_hwfn->p_dev, &p_hwfn->p_consq->chain); in ecore_consq_free()
[all …]
H A Decore_iov_api.h23 #define IS_PF_SRIOV(p_hwfn) (!!((p_hwfn)->p_dev->p_iov_info)) argument
25 #define IS_PF_SRIOV(p_hwfn) (0) argument
27 #define IS_PF_SRIOV_ALLOC(p_hwfn) (!!((p_hwfn)->pf_iov_info)) argument
28 #define IS_PF_PDA(p_hwfn) 0 /* @@TBD Michalk */ argument
151 ecore_iov_get_vf_sw_mbx(struct ecore_hwfn *p_hwfn,
294 void ecore_iov_set_link(struct ecore_hwfn *p_hwfn,
309 void ecore_iov_get_link(struct ecore_hwfn *p_hwfn,
339 bool ecore_iov_is_valid_vfid(struct ecore_hwfn *p_hwfn,
353 ecore_iov_get_public_vf_info(struct ecore_hwfn *p_hwfn,
642 void *ecore_iov_get_vf_ctx(struct ecore_hwfn *p_hwfn,
[all …]
H A Decore_vf.c106 REG_WR(p_hwfn, in ecore_send_msg2pf()
110 REG_WR(p_hwfn, in ecore_send_msg2pf()
218 OSAL_FREE(p_hwfn->p_dev, p_hwfn->vf_iov_info); in _ecore_vf_pf_release()
418 DP_INFO(p_hwfn, in ecore_vf_pf_acquire()
439 DP_ERR(p_hwfn, in ecore_vf_pf_acquire()
496 DP_INFO(p_hwfn, in ecore_vf_pf_acquire()
540 p_hwfn->hw_info.opaque_fid = (u16)REG_RD(p_hwfn, reg); in ecore_vf_hw_prepare()
543 p_hwfn->hw_info.concrete_fid = REG_RD(p_hwfn, reg); in ecore_vf_hw_prepare()
558 p_hwfn->doorbells = (u8 OSAL_IOMEM *)p_hwfn->regview + in ecore_vf_hw_prepare()
655 p_hwfn->doorbells = (u8 OSAL_IOMEM *)p_hwfn->regview + in ecore_vf_hw_prepare()
[all …]
H A Decore_cxt.c439 p_hwfn->my_id, p_hwfn->p_cxt_mngr->pf_start_line); in ecore_cxt_cfg_ilt_compute()
610 p_hwfn->qm_info.num_pqs, p_hwfn->qm_info.num_vf_pqs, total); in ecore_cxt_cfg_ilt_compute()
1199 OSAL_FREE(p_hwfn->p_dev, p_hwfn->p_cxt_mngr->acquired_vf[i]); in ecore_cxt_mngr_free()
1200 OSAL_FREE(p_hwfn->p_dev, p_hwfn->p_cxt_mngr); in ecore_cxt_mngr_free()
1412 ecore_qm_pf_rt_init(p_hwfn, p_ptt, p_hwfn->rel_pf_id, in ecore_qm_init_pf()
1495 STORE_RT_REG(p_hwfn, in ecore_ilt_bounds_init()
1498 STORE_RT_REG(p_hwfn, in ecore_ilt_bounds_init()
1500 STORE_RT_REG(p_hwfn, in ecore_ilt_bounds_init()
1515 STORE_RT_REG(p_hwfn, in ecore_ilt_vf_bounds_init()
1518 STORE_RT_REG(p_hwfn, in ecore_ilt_vf_bounds_init()
[all …]
H A Decore_sriov.c502 DP_ERR(p_hwfn, in ecore_iov_setup_vfdb()
642 if (!IS_PF_SRIOV(p_hwfn) || !IS_PF_SRIOV_ALLOC(p_hwfn)) in ecore_iov_setup()
654 OSAL_FREE(p_hwfn->p_dev, p_hwfn->pf_iov_info); in ecore_iov_free()
742 if (IS_VF(p_hwfn->p_dev) || !IS_ECORE_SRIOV(p_hwfn->p_dev) || in _ecore_iov_pf_sanity_check()
1481 REG_WR(p_hwfn, in ecore_iov_send_response()
2243 DP_ERR(p_hwfn, in ecore_iov_vf_mbx_start_vport()
2284 DP_ERR(p_hwfn, in ecore_iov_vf_mbx_stop_vport()
2435 REG_WR(p_hwfn, in ecore_iov_vf_mbx_start_rxq()
3928 DP_ERR(p_hwfn, in ecore_iov_vf_flr_poll_dorq()
3998 DP_ERR(p_hwfn, in ecore_iov_vf_flr_poll_pbf()
[all …]
H A Decore_init_fw_funcs.c230 STORE_RT_REG(p_hwfn, in ecore_enable_global_rl()
373 STORE_RT_REG(p_hwfn, in ecore_btb_blocks_rt_init()
577 STORE_RT_REG(p_hwfn, in ecore_other_pq_map_rt_init()
601 DP_NOTICE(p_hwfn, true, in ecore_pf_wfq_rt_init()
634 DP_NOTICE(p_hwfn, true, in ecore_pf_rl_rt_init()
862 DP_NOTICE(p_hwfn, true, in ecore_init_pf_wfq()
879 DP_NOTICE(p_hwfn, true, in ecore_init_pf_rl()
1081 ecore_wr(p_hwfn, p_ptt, in ecore_init_nig_ets()
1087 ecore_wr(p_hwfn, p_ptt, in ecore_init_nig_ets()
1844 STORE_RT_REG(p_hwfn, in ecore_config_vf_zone_size_mode()
[all …]
H A Decore_dcbx.c346 p_info = &p_hwfn->hw_info; in ecore_dcbx_process_mib_info()
409 DP_ERR(p_hwfn, in ecore_dcbx_copy_mib()
889 ecore_dcbx_get_dscp_params(p_hwfn, &p_hwfn->p_dcbx_info->get); in ecore_dcbx_mib_update_event()
903 ecore_dcbx_get_params(p_hwfn, &p_hwfn->p_dcbx_info->get, type); in ecore_dcbx_mib_update_event()
913 DP_NOTICE(p_hwfn, false, in ecore_dcbx_mib_update_event()
928 p_hwfn->p_dcbx_info = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_dcbx_info_alloc()
930 if (!p_hwfn->p_dcbx_info) { in ecore_dcbx_info_alloc()
931 DP_NOTICE(p_hwfn, false, in ecore_dcbx_info_alloc()
944 OSAL_FREE(p_hwfn->p_dev, p_hwfn->p_dcbx_info); in ecore_dcbx_info_free()
984 if (IS_VF(p_hwfn->p_dev)) in ecore_dcbx_query_params()
[all …]
H A Decore_init_ops.c41 DP_ERR(p_hwfn, in ecore_init_store_rt_reg()
57 DP_ERR(p_hwfn, in ecore_init_store_rt_agg()
119 if (IS_VF(p_hwfn->p_dev)) in ecore_init_alloc()
139 OSAL_FREE(p_hwfn->p_dev, p_hwfn->rt_data.init_val); in ecore_init_free()
140 OSAL_FREE(p_hwfn->p_dev, p_hwfn->rt_data.b_valid); in ecore_init_free()
240 p_hwfn->unzip_buf,
247 DP_NOTICE(p_hwfn, true,
297 DP_NOTICE(p_hwfn, true,
484 p_hwfn->unzip_buf = OSAL_ZALLOC(p_hwfn->p_dev, GFP_ATOMIC,
486 if (!p_hwfn->unzip_buf) {
[all …]
H A Decore_mcp.h22 #define MCP_PF_ID_BY_REL(p_hwfn, rel_pfid) (ECORE_IS_BB((p_hwfn)->p_dev) ? \ argument
24 ((p_hwfn)->abs_pf_id & 1) << 3) : \
26 #define MCP_PF_ID(p_hwfn) MCP_PF_ID_BY_REL(p_hwfn, (p_hwfn)->rel_pf_id) argument
106 enum _ecore_status_t ecore_mcp_cmd_init(struct ecore_hwfn *p_hwfn,
116 void ecore_mcp_cmd_port_init(struct ecore_hwfn *p_hwfn,
127 enum _ecore_status_t ecore_mcp_free(struct ecore_hwfn *p_hwfn);
158 enum _ecore_status_t ecore_issue_pulse(struct ecore_hwfn *p_hwfn,
230 void ecore_mcp_read_mb(struct ecore_hwfn *p_hwfn,
264 enum _ecore_status_t ecore_mcp_reset(struct ecore_hwfn *p_hwfn,
274 bool ecore_mcp_is_init(struct ecore_hwfn *p_hwfn);
[all …]
H A Decore_init_fw_funcs.h34 u32 ecore_qm_pf_mem_size(struct ecore_hwfn *p_hwfn,
98 int ecore_qm_pf_rt_init(struct ecore_hwfn *p_hwfn,
126 int ecore_init_pf_wfq(struct ecore_hwfn *p_hwfn,
141 int ecore_init_pf_rl(struct ecore_hwfn *p_hwfn,
158 int ecore_init_vport_wfq(struct ecore_hwfn *p_hwfn,
191 int ecore_init_vport_rl(struct ecore_hwfn *p_hwfn,
229 void ecore_init_nig_ets(struct ecore_hwfn *p_hwfn,
268 void ecore_init_prs_ets(struct ecore_hwfn *p_hwfn,
282 void ecore_init_brb_ram(struct ecore_hwfn *p_hwfn,
387 void ecore_gft_disable(struct ecore_hwfn *p_hwfn,
[all …]
H A Decore_l2.c50 p_hwfn->p_l2_info = p_l2_info; in ecore_l2_alloc()
52 if (IS_PF(p_hwfn->p_dev)) { in ecore_l2_alloc()
110 OSAL_VFREE(p_hwfn->p_dev, in ecore_l2_free()
121 OSAL_VFREE(p_hwfn->p_dev, p_hwfn->p_l2_info->pp_qid_usage); in ecore_l2_free()
125 OSAL_VFREE(p_hwfn->p_dev, p_hwfn->p_l2_info); in ecore_l2_free()
141 DP_NOTICE(p_hwfn, true, in ecore_eth_queue_qid_usage_add()
212 p_cid->p_owner = p_hwfn; in _ecore_eth_queue_to_cid()
452 if (IS_VF(p_hwfn->p_dev)) in ecore_sp_vport_start()
979 p_hwfn->regview + in ecore_eth_pf_rx_queue_start()
2123 ecore_gft_config(p_hwfn, p_ptt, p_hwfn->rel_pf_id, in ecore_arfs_mode_configure()
[all …]
H A Decore_sp_commands.c77 DP_VERBOSE(p_hwfn, ECORE_MSG_SPQ, in ecore_sp_init_request()
237 DP_NOTICE(p_hwfn, true, in ecore_set_hw_tunn_mode_port()
261 DP_NOTICE(p_hwfn, true, in ecore_tunn_set_pf_start_params()
313 ecore_eq_prod_update(p_hwfn, in ecore_sp_pf_start()
348 &p_hwfn->p_dev->mf_bits)) { in ecore_sp_pf_start()
382 &p_hwfn->p_dev->mf_bits)) in ecore_sp_pf_start()
391 p_hwfn->hw_info.personality); in ecore_sp_pf_start()
395 if (p_hwfn->p_dev->p_iov_info) { in ecore_sp_pf_start()
565 if (IS_VF(p_hwfn->p_dev)) in ecore_sp_pf_update_tunn_cfg()
569 DP_NOTICE(p_hwfn, true, in ecore_sp_pf_update_tunn_cfg()
[all …]
H A Decore_hw.h56 void ecore_gtt_init(struct ecore_hwfn *p_hwfn);
79 void ecore_ptt_pool_free(struct ecore_hwfn *p_hwfn);
97 void ecore_ptt_set_win(struct ecore_hwfn *p_hwfn,
120 void ecore_wr(struct ecore_hwfn *p_hwfn,
132 u32 ecore_rd(struct ecore_hwfn *p_hwfn,
146 void ecore_memcpy_from(struct ecore_hwfn *p_hwfn,
162 void ecore_memcpy_to(struct ecore_hwfn *p_hwfn,
178 void ecore_fid_pretend(struct ecore_hwfn *p_hwfn,
255 ecore_dmae_host2grc(struct ecore_hwfn *p_hwfn,
275 ecore_dmae_grc2host(struct ecore_hwfn *p_hwfn,
[all …]
H A Decore_int.h19 #define SB_ALIGNED_SIZE(p_hwfn) \ argument
20 ALIGNED_TYPE_SIZE(struct status_block, p_hwfn)
60 int ecore_int_igu_reset_cam(struct ecore_hwfn *p_hwfn,
69 int ecore_int_igu_reset_cam_default(struct ecore_hwfn *p_hwfn,
93 void ecore_int_igu_init_pure_rt(struct ecore_hwfn *p_hwfn,
97 void ecore_int_igu_init_rt(struct ecore_hwfn *p_hwfn);
159 u16 ecore_int_get_sp_sb_id(struct ecore_hwfn *p_hwfn);
188 void ecore_int_cau_conf_sb(struct ecore_hwfn *p_hwfn,
209 void ecore_int_free(struct ecore_hwfn *p_hwfn);
241 void ecore_init_cau_sb_entry(struct ecore_hwfn *p_hwfn,
[all …]
H A Decore_vf.h106 ecore_vf_hw_prepare(struct ecore_hwfn *p_hwfn,
144 ecore_vf_pf_txq_start(struct ecore_hwfn *p_hwfn,
204 ecore_vf_pf_vport_update(struct ecore_hwfn *p_hwfn,
234 u16 ecore_vf_get_igu_sb_id(struct ecore_hwfn *p_hwfn,
244 void ecore_vf_set_sb_info(struct ecore_hwfn *p_hwfn,
261 struct ecore_hwfn *p_hwfn,
279 struct ecore_hwfn *p_hwfn,
282 void ecore_vf_pf_filter_mcast(struct ecore_hwfn *p_hwfn,
322 ecore_vf_pf_tunnel_param_update(struct ecore_hwfn *p_hwfn,
327 u32 ecore_vf_hw_bar_size(struct ecore_hwfn *p_hwfn,
[all …]
H A Decore_vf_api.h34 void ecore_vf_get_link_params(struct ecore_hwfn *p_hwfn,
43 void ecore_vf_get_link_state(struct ecore_hwfn *p_hwfn,
52 void ecore_vf_get_link_caps(struct ecore_hwfn *p_hwfn,
61 void ecore_vf_get_num_rxqs(struct ecore_hwfn *p_hwfn,
70 void ecore_vf_get_num_txqs(struct ecore_hwfn *p_hwfn,
79 void ecore_vf_get_port_mac(struct ecore_hwfn *p_hwfn,
91 void ecore_vf_get_num_sbs(struct ecore_hwfn *p_hwfn,
100 void ecore_vf_get_num_mac_filters(struct ecore_hwfn *p_hwfn,
111 bool ecore_vf_check_mac(struct ecore_hwfn *p_hwfn, u8 *mac);
146 bool ecore_vf_get_pre_fp_hsi(struct ecore_hwfn *p_hwfn);
[all …]
H A Decore_cxt.h37 u32 ecore_cxt_get_proto_cid_count(struct ecore_hwfn *p_hwfn,
41 u32 ecore_cxt_get_proto_tid_count(struct ecore_hwfn *p_hwfn,
44 u32 ecore_cxt_get_proto_cid_start(struct ecore_hwfn *p_hwfn,
46 u32 ecore_cxt_get_srq_count(struct ecore_hwfn *p_hwfn);
80 void ecore_cxt_mngr_free(struct ecore_hwfn *p_hwfn);
97 void ecore_cxt_mngr_setup(struct ecore_hwfn *p_hwfn);
105 void ecore_cxt_hw_init_common(struct ecore_hwfn *p_hwfn);
133 enum _ecore_status_t ecore_qm_reconf(struct ecore_hwfn *p_hwfn,
144 void ecore_cxt_release_cid(struct ecore_hwfn *p_hwfn, u32 cid);
153 void _ecore_cxt_release_cid(struct ecore_hwfn *p_hwfn,
[all …]
H A Decore_spq.h88 (*ecore_spq_async_comp_cb)(struct ecore_hwfn *p_hwfn,
95 ecore_spq_register_async_cb(struct ecore_hwfn *p_hwfn,
190 void ecore_spq_setup(struct ecore_hwfn *p_hwfn);
197 void ecore_spq_free(struct ecore_hwfn *p_hwfn);
211 ecore_spq_get_entry(struct ecore_hwfn *p_hwfn,
238 void ecore_eq_setup(struct ecore_hwfn *p_hwfn);
245 void ecore_eq_free(struct ecore_hwfn *p_hwfn);
253 void ecore_eq_prod_update(struct ecore_hwfn *p_hwfn,
288 u32 ecore_spq_get_cid(struct ecore_hwfn *p_hwfn);
304 void ecore_consq_setup(struct ecore_hwfn *p_hwfn);
[all …]
/f-stack/dpdk/drivers/net/qede/
H A Dqede_debug.h57 enum dbg_status qed_dbg_set_bin_ptr(struct ecore_hwfn *p_hwfn,
81 void qed_read_regs(struct ecore_hwfn *p_hwfn,
99 bool qed_read_fw_info(struct ecore_hwfn *p_hwfn,
113 enum dbg_status qed_dbg_grc_config(struct ecore_hwfn *p_hwfn,
122 void qed_dbg_grc_set_params_default(struct ecore_hwfn *p_hwfn);
154 enum dbg_status qed_dbg_grc_dump(struct ecore_hwfn *p_hwfn,
191 enum dbg_status qed_dbg_idle_chk_dump(struct ecore_hwfn *p_hwfn,
407 enum dbg_status qed_dbg_read_attn(struct ecore_hwfn *p_hwfn,
425 enum dbg_status qed_dbg_print_attn(struct ecore_hwfn *p_hwfn,
613 void qed_mcp_trace_free_meta_data(struct ecore_hwfn *p_hwfn);
[all …]
H A Dqede_debug.c951 *p_hwfn, in qed_get_dbg_block_per_chip() argument
963 *p_hwfn, in qed_get_dbg_reset_reg()
1627 ecore_wr(p_hwfn, in qed_grc_unreset_blocks()
1676 ecore_wr(p_hwfn, in qed_grc_unreset_blocks()
2699 ecore_wr(p_hwfn, in qed_grc_dump_ctx_data()
2796 ARR_REG_WR(p_hwfn, in qed_grc_dump_read_from_vfc()
2802 ARR_REG_WR(p_hwfn, in qed_grc_dump_read_from_vfc()
3191 ecore_wr(p_hwfn, in qed_grc_dump_phy()
3279 ecore_wr(p_hwfn, in qed_grc_dump_static_debug()
3281 ecore_wr(p_hwfn, in qed_grc_dump_static_debug()
[all …]
H A Dqede_sriov.c45 struct ecore_hwfn *p_hwfn; in qed_sriov_enable() local
60 p_hwfn = &edev->hwfns[j]; in qed_sriov_enable()
61 p_ptt = ecore_ptt_acquire(p_hwfn); in qed_sriov_enable()
75 ecore_ptt_release(p_hwfn, p_ptt); in qed_sriov_enable()
80 ecore_ptt_release(p_hwfn, p_ptt); in qed_sriov_enable()
153 struct ecore_hwfn *p_hwfn = arg; in qed_iov_pf_task() local
158 qed_handle_vf_msg(p_hwfn); in qed_iov_pf_task()
162 &p_hwfn->iov_task_flags)) { in qed_iov_pf_task()
164 &p_hwfn->iov_task_flags); in qed_iov_pf_task()
165 qed_handle_bulletin_post(p_hwfn); in qed_iov_pf_task()
[all …]

12