Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c1005 rc = qed_int_alloc(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_alloc()
1120 qed_mcp_read_mb(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_setup()
1125 qed_int_setup(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_setup()
1672 struct qed_ptt *p_main_ptt) in qed_reset_mb_shadow() argument
1675 qed_mcp_read_mb(p_hwfn, p_main_ptt); in qed_reset_mb_shadow()
1741 rc = qed_change_pci_hwfn(p_hwfn, p_hwfn->p_main_ptt, true); in qed_hw_init()
1767 rc = qed_mcp_load_req(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init()
1779 qed_mcp_set_capabilities(p_hwfn, p_hwfn->p_main_ptt); in qed_hw_init()
1781 qed_reset_mb_shadow(p_hwfn, p_hwfn->p_main_ptt); in qed_hw_init()
1788 rc = qed_hw_init_common(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init()
[all …]
Dqed.h576 struct qed_ptt *p_main_ptt; member
Dqed_main.c1149 rc = qed_mcp_send_drv_version(hwfn, hwfn->p_main_ptt, in qed_slowpath_start()