diff options
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_lib.h')
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_lib.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_lib.h b/drivers/net/ethernet/intel/ice/ice_lib.h index 519ef59e9e43..714ace077796 100644 --- a/drivers/net/ethernet/intel/ice/ice_lib.h +++ b/drivers/net/ethernet/intel/ice/ice_lib.h | |||
@@ -41,6 +41,10 @@ void ice_vsi_delete(struct ice_vsi *vsi); | |||
41 | 41 | ||
42 | int ice_vsi_clear(struct ice_vsi *vsi); | 42 | int ice_vsi_clear(struct ice_vsi *vsi); |
43 | 43 | ||
44 | #ifdef CONFIG_DCB | ||
45 | int ice_vsi_cfg_tc(struct ice_vsi *vsi, u8 ena_tc); | ||
46 | #endif /* CONFIG_DCB */ | ||
47 | |||
44 | struct ice_vsi * | 48 | struct ice_vsi * |
45 | ice_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi, | 49 | ice_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi, |
46 | enum ice_vsi_type type, u16 vf_id); | 50 | enum ice_vsi_type type, u16 vf_id); |
@@ -62,6 +66,10 @@ void ice_vsi_free_q_vectors(struct ice_vsi *vsi); | |||
62 | 66 | ||
63 | void ice_vsi_put_qs(struct ice_vsi *vsi); | 67 | void ice_vsi_put_qs(struct ice_vsi *vsi); |
64 | 68 | ||
69 | #ifdef CONFIG_DCB | ||
70 | void ice_vsi_map_rings_to_vectors(struct ice_vsi *vsi); | ||
71 | #endif /* CONFIG_DCB */ | ||
72 | |||
65 | void ice_vsi_dis_irq(struct ice_vsi *vsi); | 73 | void ice_vsi_dis_irq(struct ice_vsi *vsi); |
66 | 74 | ||
67 | void ice_vsi_free_irq(struct ice_vsi *vsi); | 75 | void ice_vsi_free_irq(struct ice_vsi *vsi); |