Searched refs:qed_sp_vport_stop (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_l2.h | 208 * @brief qed_sp_vport_stop - 219 int qed_sp_vport_stop(struct qed_hwfn *p_hwfn, u16 opaque_fid, u8 vport_id);
|
H A D | qed_l2.c | 743 int qed_sp_vport_stop(struct qed_hwfn *p_hwfn, u16 opaque_fid, u8 vport_id) in qed_sp_vport_stop() function 2352 rc = qed_sp_vport_stop(p_hwfn, in qed_stop_vport()
|
H A D | qed_sriov.c | 1994 rc = qed_sp_vport_stop(p_hwfn, vf->opaque_fid, vf->vport_id); in qed_iov_vf_mbx_stop_vport()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_l2.h | 207 * qed_sp_vport_stop: This ramrod closes a VPort after all its 217 int qed_sp_vport_stop(struct qed_hwfn *p_hwfn, u16 opaque_fid, u8 vport_id);
|
H A D | qed_l2.c | 744 int qed_sp_vport_stop(struct qed_hwfn *p_hwfn, u16 opaque_fid, u8 vport_id) in qed_sp_vport_stop() function 2362 rc = qed_sp_vport_stop(p_hwfn, in qed_stop_vport()
|
H A D | qed_sriov.c | 1996 rc = qed_sp_vport_stop(p_hwfn, vf->opaque_fid, vf->vport_id); in qed_iov_vf_mbx_stop_vport()
|
Completed in 24 milliseconds