Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c280 rc = qed_int_alloc(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_alloc()
335 qed_mcp_read_mb(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_setup()
340 qed_int_setup(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_setup()
643 struct qed_ptt *p_main_ptt) in qed_reset_mb_shadow() argument
646 qed_mcp_read_mb(p_hwfn, p_main_ptt); in qed_reset_mb_shadow()
675 rc = qed_change_pci_hwfn(p_hwfn, p_hwfn->p_main_ptt, true); in qed_hw_init()
679 rc = qed_mcp_load_req(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init()
686 qed_reset_mb_shadow(p_hwfn, p_hwfn->p_main_ptt); in qed_hw_init()
697 rc = qed_hw_init_common(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init()
703 rc = qed_hw_init_port(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init()
[all …]
Dqed.h285 struct qed_ptt *p_main_ptt; member
Dqed_main.c778 rc = qed_mcp_send_drv_version(hwfn, hwfn->p_main_ptt, in qed_slowpath_start()
859 rc = qed_int_sb_init(p_hwfn, p_hwfn->p_main_ptt, sb_info, in qed_sb_init()
Dqed_spq.c79 rc = qed_mcp_drain(p_hwfn, p_hwfn->p_main_ptt); in qed_spq_block()
Dqed_cxt.c590 qed_qm_pf_rt_init(p_hwfn, p_hwfn->p_main_ptt, &params); in qed_qm_init_pf()