Searched refs:p_main_ptt (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_dev.c | 280 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 …]
|
D | qed.h | 285 struct qed_ptt *p_main_ptt; member
|
D | qed_main.c | 778 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()
|
D | qed_spq.c | 79 rc = qed_mcp_drain(p_hwfn, p_hwfn->p_main_ptt); in qed_spq_block()
|
D | qed_cxt.c | 590 qed_qm_pf_rt_init(p_hwfn, p_hwfn->p_main_ptt, ¶ms); in qed_qm_init_pf()
|