Home
last modified time | relevance | path

Searched refs:p_main_ptt (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/ !
H A Dqed_dev.c2230 rc = qed_int_alloc(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_alloc()
2419 qed_mcp_read_mb(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_setup()
2424 qed_int_setup(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_setup()
3002 struct qed_ptt *p_main_ptt) in qed_reset_mb_shadow() argument
3005 qed_mcp_read_mb(p_hwfn, p_main_ptt); in qed_reset_mb_shadow()
3105 rc = qed_mcp_load_req(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init()
3122 qed_mcp_set_capabilities(p_hwfn, p_hwfn->p_main_ptt); in qed_hw_init()
3124 qed_reset_mb_shadow(p_hwfn, p_hwfn->p_main_ptt); in qed_hw_init()
3131 rc = qed_final_cleanup(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init()
3134 qed_hw_err_notify(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init()
[all …]
H A Dqed.h571 struct qed_ptt *p_main_ptt; member
H A Dqed_main.c1354 rc = qed_mcp_send_drv_version(hwfn, hwfn->p_main_ptt, in qed_slowpath_start()
H A Dqed_mcp.c2663 struct qed_ptt *p_ptt = p_hwfn->p_main_ptt; in qed_recovery_prolog()