Home
last modified time | relevance | path

Searched defs:p_hwfn (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_spq.c74 static void ecore_iscsi_eq_dump(struct ecore_hwfn *p_hwfn, in ecore_iscsi_eq_dump()
352 ecore_async_event_completion(struct ecore_hwfn *p_hwfn, in ecore_async_event_completion()
404 void ecore_eq_prod_update(struct ecore_hwfn *p_hwfn, in ecore_eq_prod_update()
517 void ecore_eq_setup(struct ecore_hwfn *p_hwfn) in ecore_eq_setup()
522 void ecore_eq_free(struct ecore_hwfn *p_hwfn) in ecore_eq_free()
568 void ecore_spq_setup(struct ecore_hwfn *p_hwfn) in ecore_spq_setup()
663 void ecore_spq_free(struct ecore_hwfn *p_hwfn) in ecore_spq_free()
727 void ecore_spq_return_entry(struct ecore_hwfn *p_hwfn, in ecore_spq_return_entry()
809 u32 ecore_spq_get_cid(struct ecore_hwfn *p_hwfn) in ecore_spq_get_cid()
1109 void ecore_consq_setup(struct ecore_hwfn *p_hwfn) in ecore_consq_setup()
[all …]
H A Decore_vf_api.h190 static OSAL_INLINE enum _ecore_status_t ecore_vf_read_bulletin(struct ecore_hwfn *p_hwfn, u8 *p_cha… in ecore_vf_read_bulletin()
191 static OSAL_INLINE void ecore_vf_get_link_params(struct ecore_hwfn *p_hwfn, struct ecore_mcp_link_p… in ecore_vf_get_link_params()
192 static OSAL_INLINE void ecore_vf_get_link_state(struct ecore_hwfn *p_hwfn, struct ecore_mcp_link_st… in ecore_vf_get_link_state()
193 static OSAL_INLINE void ecore_vf_get_link_caps(struct ecore_hwfn *p_hwfn, struct ecore_mcp_link_cap… in ecore_vf_get_link_caps()
194 static OSAL_INLINE void ecore_vf_get_num_rxqs(struct ecore_hwfn *p_hwfn, u8 *num_rxqs) {} in ecore_vf_get_num_rxqs()
195 static OSAL_INLINE void ecore_vf_get_num_txqs(struct ecore_hwfn *p_hwfn, u8 *num_txqs) {} in ecore_vf_get_num_txqs()
196 static OSAL_INLINE void ecore_vf_get_port_mac(struct ecore_hwfn *p_hwfn, u8 *port_mac) {} in ecore_vf_get_port_mac()
197 static OSAL_INLINE void ecore_vf_get_num_vlan_filters(struct ecore_hwfn *p_hwfn, u8 *num_vlan_filte… in ecore_vf_get_num_vlan_filters()
198 static OSAL_INLINE void ecore_vf_get_num_mac_filters(struct ecore_hwfn *p_hwfn, u8 *num_mac_filters… in ecore_vf_get_num_mac_filters()
199 static OSAL_INLINE bool ecore_vf_check_mac(struct ecore_hwfn *p_hwfn, u8 *mac) {return false;} in ecore_vf_check_mac()
[all …]
H A Decore_vf.h337 static OSAL_INLINE enum _ecore_status_t ecore_vf_hw_prepare(struct ecore_hwfn *p_hwfn) {return ECOR… in ecore_vf_hw_prepare()
342 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_txq_stop(struct ecore_hwfn *p_hwfn, struct ecor… in ecore_vf_pf_txq_stop()
347 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_reset(struct ecore_hwfn *p_hwfn) {return ECORE_… in ecore_vf_pf_reset()
348 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_release(struct ecore_hwfn *p_hwfn) {return ECOR… in ecore_vf_pf_release()
349 static OSAL_INLINE u16 ecore_vf_get_igu_sb_id(struct ecore_hwfn *p_hwfn, u16 sb_id) {return 0;} in ecore_vf_get_igu_sb_id()
350 static OSAL_INLINE void ecore_vf_set_sb_info(struct ecore_hwfn *p_hwfn, u16 sb_id, struct ecore_sb_… in ecore_vf_set_sb_info()
353 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_vport_stop(struct ecore_hwfn *p_hwfn) {return E… in ecore_vf_pf_vport_stop()
354 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_filter_ucast(struct ecore_hwfn *p_hwfn, struct … in ecore_vf_pf_filter_ucast()
355 static OSAL_INLINE void ecore_vf_pf_filter_mcast(struct ecore_hwfn *p_hwfn, struct ecore_filter_mca… in ecore_vf_pf_filter_mcast()
356 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_int_cleanup(struct ecore_hwfn *p_hwfn) {return … in ecore_vf_pf_int_cleanup()
[all …]
H A Decore_iov_api.h49 #define IS_PF_SRIOV(p_hwfn) (!!((p_hwfn)->p_dev->p_iov_info)) argument
51 #define IS_PF_SRIOV(p_hwfn) (0) argument
53 #define IS_PF_SRIOV_ALLOC(p_hwfn) (!!((p_hwfn)->pf_iov_info)) argument
54 #define IS_PF_PDA(p_hwfn) 0 /* @@TBD Michalk */ argument
765 static OSAL_INLINE void ecore_iov_pf_add_pending_events(struct ecore_hwfn *p_hwfn, u8 vfid) {} in ecore_iov_pf_add_pending_events()
776 static OSAL_INLINE bool ecore_iov_is_vf_stopped(struct ecore_hwfn *p_hwfn, int vfid) {return false;} in ecore_iov_is_vf_stopped()
778 static OSAL_INLINE bool ecore_iov_spoofchk_get(struct ecore_hwfn *p_hwfn, int vfid) {return false;} in ecore_iov_spoofchk_get()
780 static OSAL_INLINE u8 ecore_iov_vf_chains_per_pf(struct ecore_hwfn *p_hwfn) {return 0;} in ecore_iov_vf_chains_per_pf()
790 static OSAL_INLINE u8 ecore_iov_get_vf_num_rxqs(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) {return 0… in ecore_iov_get_vf_num_rxqs()
793 static OSAL_INLINE u8 ecore_iov_get_vf_num_sbs(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) {return 0;} in ecore_iov_get_vf_num_sbs()
[all …]
H A Decore_dev.c136 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_init_dp() local
149 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_init_struct() local
197 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_resc_free() local
870 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_resc_alloc() local
1079 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_resc_setup() local
1305 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_init_cau_rt_data() local
2133 struct ecore_hwfn *p_hwfn; in ecore_hw_init() local
2150 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_hw_init() local
2318 struct ecore_hwfn *p_hwfn, in ecore_hw_timers_stop()
2355 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[j]; in ecore_hw_timers_stop_all() local
[all …]
H A Decore_hw.c100 void ecore_ptt_invalidate(struct ecore_hwfn *p_hwfn) in ecore_ptt_invalidate()
111 void ecore_ptt_pool_free(struct ecore_hwfn *p_hwfn) in ecore_ptt_pool_free()
152 void ecore_ptt_release(struct ecore_hwfn *p_hwfn, in ecore_ptt_release()
162 u32 ecore_ptt_get_hw_addr(struct ecore_hwfn *p_hwfn, in ecore_ptt_get_hw_addr()
181 void ecore_ptt_set_win(struct ecore_hwfn *p_hwfn, in ecore_ptt_set_win()
206 static u32 ecore_set_ptt(struct ecore_hwfn *p_hwfn, in ecore_set_ptt()
352 void ecore_memcpy_from(struct ecore_hwfn *p_hwfn, in ecore_memcpy_from()
363 void ecore_memcpy_to(struct ecore_hwfn *p_hwfn, in ecore_memcpy_to()
374 void ecore_fid_pretend(struct ecore_hwfn *p_hwfn, in ecore_fid_pretend()
401 void ecore_port_pretend(struct ecore_hwfn *p_hwfn, in ecore_port_pretend()
[all …]
H A Decore_mcp.c89 bool ecore_mcp_is_init(struct ecore_hwfn *p_hwfn) in ecore_mcp_is_init()
96 void ecore_mcp_cmd_port_init(struct ecore_hwfn *p_hwfn, in ecore_mcp_cmd_port_init()
110 void ecore_mcp_read_mb(struct ecore_hwfn *p_hwfn, in ecore_mcp_read_mb()
344 void ecore_mcp_print_cpu_info(struct ecore_hwfn *p_hwfn, in ecore_mcp_print_cpu_info()
830 ecore_get_mfw_force_cmd(struct ecore_hwfn *p_hwfn, in ecore_get_mfw_force_cmd()
2053 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[0]; in ecore_mcp_get_media_type() local
2144 ecore_mcp_get_shmem_proto(struct ecore_hwfn *p_hwfn, in ecore_mcp_get_shmem_proto()
2249 *ecore_mcp_get_link_params(struct ecore_hwfn *p_hwfn) in ecore_mcp_get_link_params()
2257 *ecore_mcp_get_link_state(struct ecore_hwfn *p_hwfn) in ecore_mcp_get_link_state()
3351 struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, in ecore_mcp_bist_nvm_test_get_image_att()
[all …]
H A Decore_int.c95 #define SB_ATTN_ALIGNED_SIZE(p_hwfn) \ argument
417 ecore_general_attention_35(struct ecore_hwfn *p_hwfn) in ecore_general_attention_35()
656 ecore_int_aeu_translate(struct ecore_hwfn *p_hwfn, in ecore_int_aeu_translate()
1419 void ecore_int_cau_conf_pi(struct ecore_hwfn *p_hwfn, in ecore_int_cau_conf_pi()
1429 void ecore_int_cau_conf_sb(struct ecore_hwfn *p_hwfn, in ecore_int_cau_conf_sb()
1498 void ecore_int_sb_setup(struct ecore_hwfn *p_hwfn, in ecore_int_sb_setup()
1768 u16 ecore_int_get_sp_sb_id(struct ecore_hwfn *p_hwfn) in ecore_int_get_sp_sb_id()
2016 int ecore_int_igu_reset_cam(struct ecore_hwfn *p_hwfn, in ecore_int_igu_reset_cam()
2420 void ecore_int_igu_init_rt(struct ecore_hwfn *p_hwfn) in ecore_int_igu_init_rt()
2492 void ecore_int_free(struct ecore_hwfn *p_hwfn) in ecore_int_free()
[all …]
H A Decore_dcbx.c181 ecore_dcbx_dp_protocol(struct ecore_hwfn *p_hwfn, in ecore_dcbx_dp_protocol()
205 struct ecore_hwfn *p_hwfn, in ecore_dcbx_set_params()
242 struct ecore_hwfn *p_hwfn, in ecore_dcbx_update_app_info()
324 ecore_dcbx_process_tlv(struct ecore_hwfn *p_hwfn, in ecore_dcbx_process_tlv()
440 ecore_dcbx_copy_mib(struct ecore_hwfn *p_hwfn, in ecore_dcbx_copy_mib()
523 ecore_dcbx_get_app_data(struct ecore_hwfn *p_hwfn, in ecore_dcbx_get_app_data()
590 ecore_dcbx_get_pfc_data(struct ecore_hwfn *p_hwfn, in ecore_dcbx_get_pfc_data()
615 ecore_dcbx_get_ets_data(struct ecore_hwfn *p_hwfn, in ecore_dcbx_get_ets_data()
1169 ecore_dcbx_set_pfc_data(struct ecore_hwfn *p_hwfn, in ecore_dcbx_set_pfc_data()
1200 ecore_dcbx_set_ets_data(struct ecore_hwfn *p_hwfn, in ecore_dcbx_set_ets_data()
[all …]
H A Decore_l2.c113 void ecore_l2_setup(struct ecore_hwfn *p_hwfn) in ecore_l2_setup()
121 void ecore_l2_free(struct ecore_hwfn *p_hwfn) in ecore_l2_free()
223 _ecore_eth_queue_to_cid(struct ecore_hwfn *p_hwfn, in _ecore_eth_queue_to_cid()
483 ecore_sp_vport_update_rss(struct ecore_hwfn *p_hwfn, in ecore_sp_vport_update_rss()
848 ecore_vf_pf_accept_flags(struct ecore_hwfn *p_hwfn, in ecore_vf_pf_accept_flags()
879 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_filter_accept_cmd() local
997 ecore_eth_rx_queue_start(struct ecore_hwfn *p_hwfn, in ecore_eth_rx_queue_start()
1653 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_filter_mcast_cmd() local
1683 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in ecore_filter_ucast_cmd() local
1993 struct ecore_hwfn *p_hwfn = &p_dev->hwfns[i]; in _ecore_get_vport_stats() local
[all …]
H A Decore_init_ops.c68 void ecore_init_clear_rt_data(struct ecore_hwfn *p_hwfn) in ecore_init_clear_rt_data()
76 void ecore_init_store_rt_reg(struct ecore_hwfn *p_hwfn, in ecore_init_store_rt_reg()
83 void ecore_init_store_rt_agg(struct ecore_hwfn *p_hwfn, in ecore_init_store_rt_agg()
142 enum _ecore_status_t ecore_init_alloc(struct ecore_hwfn *p_hwfn) in ecore_init_alloc()
165 void ecore_init_free(struct ecore_hwfn *p_hwfn) in ecore_init_free()
218 static void ecore_init_fill(struct ecore_hwfn *p_hwfn,
375 static void ecore_init_cmd_rd(struct ecore_hwfn *p_hwfn,
430 static void ecore_init_cmd_cb(struct ecore_hwfn *p_hwfn,
463 static u32 ecore_init_cmd_mode(struct ecore_hwfn *p_hwfn,
475 static u32 ecore_init_cmd_phase(struct ecore_hwfn *p_hwfn,
[all …]
H A Decore_phy.c52 enum _ecore_status_t ecore_phy_read(struct ecore_hwfn *p_hwfn, in ecore_phy_read()
60 enum _ecore_status_t ecore_phy_write(struct ecore_hwfn *p_hwfn, in ecore_phy_write()
202 static u32 ecore_phy_get_nvm_cfg1_addr(struct ecore_hwfn *p_hwfn, in ecore_phy_get_nvm_cfg1_addr()
582 static int ecore_bb_phy_mac_stat(struct ecore_hwfn *p_hwfn, in ecore_bb_phy_mac_stat()
707 static int ecore_validate_sfp_port(struct ecore_hwfn *p_hwfn, in ecore_validate_sfp_port()
1327 int ecore_phy_sfp_get_inserted(struct ecore_hwfn *p_hwfn, in ecore_phy_sfp_get_inserted()
1351 int ecore_phy_sfp_get_txdisable(struct ecore_hwfn *p_hwfn, in ecore_phy_sfp_get_txdisable()
1402 int ecore_phy_sfp_set_txdisable(struct ecore_hwfn *p_hwfn, in ecore_phy_sfp_set_txdisable()
1505 int ecore_phy_sfp_get_txreset(struct ecore_hwfn *p_hwfn, in ecore_phy_sfp_get_txreset()
1558 int ecore_phy_sfp_get_rxlos(struct ecore_hwfn *p_hwfn, in ecore_phy_sfp_get_rxlos()
[all …]
H A Decore_sp_commands.c54 enum _ecore_status_t ecore_sp_init_request(struct ecore_hwfn *p_hwfn, in ecore_sp_init_request()
214 ecore_tunn_set_pf_update_params(struct ecore_hwfn *p_hwfn, in ecore_tunn_set_pf_update_params()
248 static void ecore_set_hw_tunn_mode(struct ecore_hwfn *p_hwfn, in ecore_set_hw_tunn_mode()
260 static void ecore_set_hw_tunn_mode_port(struct ecore_hwfn *p_hwfn, in ecore_set_hw_tunn_mode_port()
281 ecore_tunn_set_pf_start_params(struct ecore_hwfn *p_hwfn, in ecore_tunn_set_pf_start_params()
322 enum _ecore_status_t ecore_sp_pf_start(struct ecore_hwfn *p_hwfn, in ecore_sp_pf_start()
435 enum _ecore_status_t ecore_sp_pf_update_dcbx(struct ecore_hwfn *p_hwfn) in ecore_sp_pf_update_dcbx()
459 enum _ecore_status_t ecore_sp_rl_update(struct ecore_hwfn *p_hwfn, in ecore_sp_rl_update()
504 ecore_sp_pf_update_tunn_cfg(struct ecore_hwfn *p_hwfn, in ecore_sp_pf_update_tunn_cfg()
550 enum _ecore_status_t ecore_sp_pf_stop(struct ecore_hwfn *p_hwfn) in ecore_sp_pf_stop()
[all …]
H A Decore_cxt.c128 #define CONN_CXT_SIZE(p_hwfn) \ argument
133 #define TYPE0_TASK_CXT_SIZE(p_hwfn) \ argument
279 static bool src_proto(struct ecore_hwfn *p_hwfn, in src_proto()
351 static void ecore_cxt_tm_iids(struct ecore_hwfn *p_hwfn, in ecore_cxt_tm_iids()
409 static void ecore_cxt_qm_iids(struct ecore_hwfn *p_hwfn, in ecore_cxt_qm_iids()
1344 void ecore_cxt_mngr_free(struct ecore_hwfn *p_hwfn) in ecore_cxt_mngr_free()
1358 void ecore_cxt_mngr_setup(struct ecore_hwfn *p_hwfn) in ecore_cxt_mngr_setup()
1560 void ecore_qm_init_pf(struct ecore_hwfn *p_hwfn) in ecore_qm_init_pf()
1582 void ecore_cm_init_pf(struct ecore_hwfn *p_hwfn) in ecore_cm_init_pf()
1939 void ecore_cxt_hw_init_pf(struct ecore_hwfn *p_hwfn) in ecore_cxt_hw_init_pf()
[all …]
H A Decore_init_fw_funcs.c649 int ecore_qm_common_rt_init(struct ecore_hwfn *p_hwfn, in ecore_qm_common_rt_init()
692 int ecore_qm_pf_rt_init(struct ecore_hwfn *p_hwfn, in ecore_qm_pf_rt_init()
750 int ecore_init_pf_wfq(struct ecore_hwfn *p_hwfn, in ecore_init_pf_wfq()
768 int ecore_init_pf_rl(struct ecore_hwfn *p_hwfn, in ecore_init_pf_rl()
787 int ecore_init_vport_wfq(struct ecore_hwfn *p_hwfn, in ecore_init_vport_wfq()
812 int ecore_init_vport_rl(struct ecore_hwfn *p_hwfn, in ecore_init_vport_rl()
901 void ecore_init_nig_ets(struct ecore_hwfn *p_hwfn, in ecore_init_nig_ets()
964 void ecore_init_nig_lb_rl(struct ecore_hwfn *p_hwfn, in ecore_init_nig_lb_rl()
1065 void ecore_init_prs_ets(struct ecore_hwfn *p_hwfn, in ecore_init_prs_ets()
1130 void ecore_init_brb_ram(struct ecore_hwfn *p_hwfn, in ecore_init_brb_ram()
[all …]
H A Decore_dbg_fw_funcs.c1814 static u32 ecore_grc_get_param(struct ecore_hwfn *p_hwfn, in ecore_grc_get_param()
1922 static void ecore_read_fw_info(struct ecore_hwfn *p_hwfn, in ecore_read_fw_info()
2661 static u32 ecore_bus_dump_hdr(struct ecore_hwfn *p_hwfn, in ecore_bus_dump_hdr()
3379 static u32 ecore_grc_dump_mem(struct ecore_hwfn *p_hwfn, in ecore_grc_dump_mem()
3566 static u32 ecore_grc_dump_ctx(struct ecore_hwfn *p_hwfn, in ecore_grc_dump_ctx()
3702 static u32 ecore_grc_dump_vfc(struct ecore_hwfn *p_hwfn, in ecore_grc_dump_vfc()
3729 static u32 ecore_grc_dump_rss(struct ecore_hwfn *p_hwfn, in ecore_grc_dump_rss()
3804 static u32 ecore_grc_dump_mcp(struct ecore_hwfn *p_hwfn, in ecore_grc_dump_mcp()
3842 static u32 ecore_grc_dump_phy(struct ecore_hwfn *p_hwfn, in ecore_grc_dump_phy()
5623 void ecore_assign_hw_ids(struct ecore_hwfn *p_hwfn, in ecore_assign_hw_ids()
[all …]
H A Decore_sriov.h158 #define ECORE_VF_ABS_ID(p_hwfn, p_vf) (ECORE_PATH_ID(p_hwfn) ? \ argument
340 static OSAL_INLINE enum _ecore_status_t ecore_iov_hw_info(struct ecore_hwfn *p_hwfn) {return ECORE_… in ecore_iov_hw_info()
341 static OSAL_INLINE void *ecore_add_tlv(struct ecore_hwfn *p_hwfn, u8 **offset, u16 type, u16 length… in ecore_add_tlv()
342 static OSAL_INLINE void ecore_dp_tlv_list(struct ecore_hwfn *p_hwfn, void *tlvs_list) {} in ecore_dp_tlv_list()
343 static OSAL_INLINE enum _ecore_status_t ecore_iov_alloc(struct ecore_hwfn *p_hwfn) {return ECORE_SU… in ecore_iov_alloc()
344 static OSAL_INLINE void ecore_iov_setup(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt) {} in ecore_iov_setup()
345 static OSAL_INLINE void ecore_iov_free(struct ecore_hwfn *p_hwfn) {} in ecore_iov_free()
347 static OSAL_INLINE enum _ecore_status_t ecore_sriov_eqe_event(struct ecore_hwfn *p_hwfn, u8 opcode,… in ecore_sriov_eqe_event()
349 static OSAL_INLINE bool ecore_iov_mark_vf_flr(struct ecore_hwfn *p_hwfn, u32 *disabled_vfs) {return… in ecore_iov_mark_vf_flr()
350 static OSAL_INLINE void *ecore_iov_search_list_tlvs(struct ecore_hwfn *p_hwfn, void *p_tlvs_list, u… in ecore_iov_search_list_tlvs()
[all …]
H A Decore_selftest.c74 struct ecore_hwfn *p_hwfn; in ecore_selftest_register() local
99 struct ecore_hwfn *p_hwfn; in ecore_selftest_clock() local
123 struct ecore_hwfn *p_hwfn = ECORE_LEADING_HWFN(p_dev); in ecore_selftest_nvram() local
H A Dbcm_osal.h170 static inline bool OSAL_NVM_IS_ACCESS_ENABLED(void *p_hwfn) in OSAL_NVM_IS_ACCESS_ENABLED()
335 static inline void OSAL_DCBX_AEN(struct ecore_hwfn *p_hwfn, u32 mib_type) in OSAL_DCBX_AEN()
502 #define OSAL_IOV_VF_ACQUIRE(p_hwfn, vf_id) (0) argument
503 #define OSAL_IOV_VF_CLEANUP(p_hwfn,vf_id) argument
505 #define OSAL_VF_FILL_ACQUIRE_RESC_REQ(p_hwfn, req, vf_sw_info) {}; argument
507 #define OSAL_VF_UPDATE_ACQUIRE_RESC_RESP(p_hwfn, res) (0) argument
608 #define OSAL_SLOWPATH_IRQ_REQ(p_hwfn) \ argument
618 #define OSAL_HW_ERROR_OCCURRED(p_hwfn, err) nothing argument
621 #define OSAL_POLL_MODE_DPC(p_hwfn) \ argument
629 #define OSAL_MFW_TLV_REQ(p_hwfn) \ argument
[all …]
H A Decore_int_api.h66 struct ecore_hwfn *p_hwfn; member
146 static OSAL_INLINE void __internal_ram_wr(struct ecore_hwfn *p_hwfn, in __internal_ram_wr()
163 static OSAL_INLINE void internal_ram_wr(struct ecore_hwfn *p_hwfn, in internal_ram_wr()
H A Decore_int.h48 #define SB_ALIGNED_SIZE(p_hwfn) \ argument
H A Decore_mcp.h51 #define MCP_PF_ID_BY_REL(p_hwfn, rel_pfid) (ECORE_IS_BB((p_hwfn)->p_dev) ? \ argument
55 #define MCP_PF_ID(p_hwfn) MCP_PF_ID_BY_REL(p_hwfn, (p_hwfn)->rel_pf_id) argument
H A Decore_ll2.h49 static OSAL_INLINE u8 ecore_ll2_handle_to_queue_id(struct ecore_hwfn *p_hwfn, in ecore_ll2_handle_to_queue_id()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_osal.c769 qede_osal_iov_vf_acquire(struct ecore_hwfn *p_hwfn, int vf_id) in qede_osal_iov_vf_acquire()
805 qede_osal_poll_mode_dpc(struct ecore_hwfn *p_hwfn) in qede_osal_poll_mode_dpc()
819 qede_osal_mfw_tlv_req(struct ecore_hwfn *p_hwfn) in qede_osal_mfw_tlv_req()
832 qede_osal_hw_info_change(struct ecore_hwfn *p_hwfn, int change) in qede_osal_hw_info_change()
850 OSAL_DPC_SYNC(struct ecore_hwfn *p_hwfn) in OSAL_DPC_SYNC()
H A Dqede_main.c648 struct ecore_hwfn *p_hwfn = (struct ecore_hwfn *)arg1; in qede_sp_handler() local
890 struct ecore_hwfn *p_hwfn = &edev->hwfns[i]; in qede_config_edev() local
1325 struct ecore_hwfn *p_hwfn; in qede_vport_stop() local
1411 struct ecore_hwfn *p_hwfn; in qede_vport_update() local
1560 struct ecore_hwfn *p_hwfn; in qede_vport_start() local
1621 struct ecore_hwfn *p_hwfn; in qede_fastpath_stop_queues() local
1699 struct ecore_hwfn *p_hwfn; in qede_fastpath_start_queues() local
2764 struct ecore_hwfn *p_hwfn; in qede_alloc_sb_phys() local
3317 struct ecore_hwfn *p_hwfn; in qede_attach() local
3719 struct ecore_hwfn *p_hwfn; in qede_quiesce() local

12