diff options
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h')
| -rw-r--r-- | drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h b/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h index 932e2ab3380b..3725aea16840 100644 --- a/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h +++ b/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.h | |||
| @@ -48,10 +48,10 @@ enum ice_virtchnl_cap { | |||
| 48 | struct ice_vf { | 48 | struct ice_vf { |
| 49 | struct ice_pf *pf; | 49 | struct ice_pf *pf; |
| 50 | 50 | ||
| 51 | s16 vf_id; /* VF id in the PF space */ | 51 | s16 vf_id; /* VF ID in the PF space */ |
| 52 | u32 driver_caps; /* reported by VF driver */ | 52 | u32 driver_caps; /* reported by VF driver */ |
| 53 | int first_vector_idx; /* first vector index of this VF */ | 53 | int first_vector_idx; /* first vector index of this VF */ |
| 54 | struct ice_sw *vf_sw_id; /* switch id the VF VSIs connect to */ | 54 | struct ice_sw *vf_sw_id; /* switch ID the VF VSIs connect to */ |
| 55 | struct virtchnl_version_info vf_ver; | 55 | struct virtchnl_version_info vf_ver; |
| 56 | struct virtchnl_ether_addr dflt_lan_addr; | 56 | struct virtchnl_ether_addr dflt_lan_addr; |
| 57 | u16 port_vlan_id; | 57 | u16 port_vlan_id; |
| @@ -59,10 +59,10 @@ struct ice_vf { | |||
| 59 | u8 trusted; | 59 | u8 trusted; |
| 60 | u16 lan_vsi_idx; /* index into PF struct */ | 60 | u16 lan_vsi_idx; /* index into PF struct */ |
| 61 | u16 lan_vsi_num; /* ID as used by firmware */ | 61 | u16 lan_vsi_num; /* ID as used by firmware */ |
| 62 | u64 num_mdd_events; /* number of mdd events detected */ | 62 | u64 num_mdd_events; /* number of MDD events detected */ |
| 63 | u64 num_inval_msgs; /* number of continuous invalid msgs */ | 63 | u64 num_inval_msgs; /* number of continuous invalid msgs */ |
| 64 | u64 num_valid_msgs; /* number of valid msgs detected */ | 64 | u64 num_valid_msgs; /* number of valid msgs detected */ |
| 65 | unsigned long vf_caps; /* vf's adv. capabilities */ | 65 | unsigned long vf_caps; /* VF's adv. capabilities */ |
| 66 | DECLARE_BITMAP(vf_states, ICE_VF_STATES_NBITS); /* VF runtime states */ | 66 | DECLARE_BITMAP(vf_states, ICE_VF_STATES_NBITS); /* VF runtime states */ |
| 67 | unsigned int tx_rate; /* Tx bandwidth limit in Mbps */ | 67 | unsigned int tx_rate; /* Tx bandwidth limit in Mbps */ |
| 68 | u8 link_forced; | 68 | u8 link_forced; |
