Searched refs:p_main_ptt (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/qlogic/qed/ |
D | qed_dev.c | 2253 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 …]
|
D | qed.h | 571 struct qed_ptt *p_main_ptt; member
|
D | qed_main.c | 1364 rc = qed_mcp_send_drv_version(hwfn, hwfn->p_main_ptt, in qed_slowpath_start()
|
D | qed_mcp.c | 2669 struct qed_ptt *p_ptt = p_hwfn->p_main_ptt; in qed_recovery_prolog()
|