Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c2240 rc = qed_int_alloc(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_alloc()
2376 qed_mcp_read_mb(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_setup()
2381 qed_int_setup(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_setup()
2942 struct qed_ptt *p_main_ptt) in qed_reset_mb_shadow() argument
2945 qed_mcp_read_mb(p_hwfn, p_main_ptt); in qed_reset_mb_shadow()
3042 rc = qed_mcp_load_req(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init()
3059 qed_mcp_set_capabilities(p_hwfn, p_hwfn->p_main_ptt); in qed_hw_init()
3061 qed_reset_mb_shadow(p_hwfn, p_hwfn->p_main_ptt); in qed_hw_init()
3068 rc = qed_final_cleanup(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init()
3071 qed_hw_err_notify(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init()
[all …]
Dqed.h578 struct qed_ptt *p_main_ptt; member
Dqed_main.c1383 rc = qed_mcp_send_drv_version(hwfn, hwfn->p_main_ptt, in qed_slowpath_start()
Dqed_mcp.c2619 struct qed_ptt *p_ptt = p_hwfn->p_main_ptt; in qed_recovery_prolog()