Searched refs:p_main_ptt (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/qlogic/qed/ |
D | qed_dev.c | 60 val = qed_rd(p_hwfn, p_hwfn->p_main_ptt, bar_reg); in qed_hw_bar_size() 487 rc = qed_int_alloc(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_alloc() 577 qed_mcp_read_mb(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_setup() 582 qed_int_setup(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_setup() 584 qed_iov_setup(p_hwfn, p_hwfn->p_main_ptt); in qed_resc_setup() 1045 struct qed_ptt *p_main_ptt) in qed_reset_mb_shadow() argument 1048 qed_mcp_read_mb(p_hwfn, p_main_ptt); in qed_reset_mb_shadow() 1083 rc = qed_change_pci_hwfn(p_hwfn, p_hwfn->p_main_ptt, true); in qed_hw_init() 1087 rc = qed_mcp_load_req(p_hwfn, p_hwfn->p_main_ptt, &load_code); in qed_hw_init() 1093 qed_reset_mb_shadow(p_hwfn, p_hwfn->p_main_ptt); in qed_hw_init() [all …]
|
D | qed_sp_commands.c | 393 qed_set_hw_tunn_mode(p_hwfn, p_hwfn->p_main_ptt, in qed_sp_pf_start() 456 qed_set_vxlan_dest_port(p_hwfn, p_hwfn->p_main_ptt, in qed_sp_pf_update_tunn_cfg() 459 qed_set_geneve_dest_port(p_hwfn, p_hwfn->p_main_ptt, in qed_sp_pf_update_tunn_cfg() 462 qed_set_hw_tunn_mode(p_hwfn, p_hwfn->p_main_ptt, p_tunn->tunn_mode); in qed_sp_pf_update_tunn_cfg()
|
D | qed.h | 372 struct qed_ptt *p_main_ptt; member
|
D | qed_main.c | 940 rc = qed_mcp_send_drv_version(hwfn, hwfn->p_main_ptt, in qed_slowpath_start() 1039 rc = qed_int_sb_init(p_hwfn, p_hwfn->p_main_ptt, sb_info, in qed_sb_init()
|
D | qed_spq.c | 80 rc = qed_mcp_drain(p_hwfn, p_hwfn->p_main_ptt); in qed_spq_block()
|
D | qed_ll2.c | 979 qed_wr(p_hwfn, p_hwfn->p_main_ptt, PRS_REG_USE_LIGHT_L2, 1); in qed_ll2_establish_connection()
|
D | qed_cxt.c | 1365 qed_qm_pf_rt_init(p_hwfn, p_hwfn->p_main_ptt, ¶ms); in qed_qm_init_pf()
|