Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c2253 rc = qed_int_alloc(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_alloc()
2442 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()
3025 struct qed_ptt *p_main_ptt) in qed_reset_mb_shadow() argument
3028 qed_mcp_read_mb(p_hwfn, p_main_ptt); in qed_reset_mb_shadow()
3128 rc = qed_mcp_load_req(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init()
3145 qed_mcp_set_capabilities(p_hwfn, p_hwfn->p_main_ptt); in qed_hw_init()
3147 qed_reset_mb_shadow(p_hwfn, p_hwfn->p_main_ptt); in qed_hw_init()
3154 rc = qed_final_cleanup(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init()
3157 qed_hw_err_notify(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init()
[all …]
Dqed.h571 struct qed_ptt *p_main_ptt; member
Dqed_main.c1364 rc = qed_mcp_send_drv_version(hwfn, hwfn->p_main_ptt, in qed_slowpath_start()
Dqed_mcp.c2669 struct qed_ptt *p_ptt = p_hwfn->p_main_ptt; in qed_recovery_prolog()