Searched refs:qed_init_run (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.h24 * qed_init_run(): Run the init-sequence.
34 int qed_init_run(struct qed_hwfn *p_hwfn,
H A Dqed_init_ops.c549 int qed_init_run(struct qed_hwfn *p_hwfn, function
586 /* qed_init_run is always invoked from
H A Dqed_dev.c2105 rc = qed_init_run(p_hwfn, p_ptt, PHASE_QM_PF, p_hwfn->rel_pf_id,
2698 rc = qed_init_run(p_hwfn, p_ptt, PHASE_ENGINE, ANY_PHASE_ID, hw_mode);
2881 rc = qed_init_run(p_hwfn, p_ptt, PHASE_PORT, p_hwfn->port_id, hw_mode);
2951 rc = qed_init_run(p_hwfn, p_ptt, PHASE_PF, rel_pf_id, hw_mode);
2956 rc = qed_init_run(p_hwfn, p_ptt, PHASE_QM_PF, rel_pf_id, hw_mode);
H A Dqed_sriov.c817 qed_init_run(p_hwfn, p_ptt, PHASE_VF, vf->abs_vf_id,

Completed in 225 milliseconds