Searched refs:vc_ether_addr (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c1839 * @vc_ether_addr: used to extract the type
1842 ice_vc_ether_addr_type(struct virtchnl_ether_addr *vc_ether_addr) argument
1844 return (vc_ether_addr->type & VIRTCHNL_ETHER_ADDR_TYPE_MASK);
1849 * @vc_ether_addr: VIRTCHNL structure that contains MAC and type
1852 ice_is_vc_addr_legacy(struct virtchnl_ether_addr *vc_ether_addr) argument
1854 u8 type = ice_vc_ether_addr_type(vc_ether_addr);
1861 * @vc_ether_addr: VIRTCHNL structure that contains MAC and type
1867 ice_is_vc_addr_primary(struct virtchnl_ether_addr __maybe_unused *vc_ether_addr) argument
1869 u8 type = ice_vc_ether_addr_type(vc_ether_addr);
1877 * @vc_ether_addr
1880 ice_vfhw_mac_add(struct ice_vf *vf, struct virtchnl_ether_addr *vc_ether_addr) argument
1918 ice_vc_add_mac_addr(struct ice_vf *vf, struct ice_vsi *vsi, struct virtchnl_ether_addr *vc_ether_addr) argument
1974 ice_update_legacy_cached_mac(struct ice_vf *vf, struct virtchnl_ether_addr *vc_ether_addr) argument
1991 ice_vfhw_mac_del(struct ice_vf *vf, struct virtchnl_ether_addr *vc_ether_addr) argument
2016 ice_vc_del_mac_addr(struct ice_vf *vf, struct ice_vsi *vsi, struct virtchnl_ether_addr *vc_ether_addr) argument
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c2966 * @vc_ether_addr: used to extract the type
2969 i40e_vc_ether_addr_type(struct virtchnl_ether_addr *vc_ether_addr) argument
2971 return vc_ether_addr->type & VIRTCHNL_ETHER_ADDR_TYPE_MASK;
2976 * @vc_ether_addr: VIRTCHNL structure that contains MAC and type
2981 i40e_is_vc_addr_legacy(struct virtchnl_ether_addr *vc_ether_addr) argument
2983 return i40e_vc_ether_addr_type(vc_ether_addr) ==
2989 * @vc_ether_addr: VIRTCHNL structure that contains MAC and type
2996 i40e_is_vc_addr_primary(struct virtchnl_ether_addr *vc_ether_addr) argument
2998 return i40e_vc_ether_addr_type(vc_ether_addr) ==
3005 * @vc_ether_addr
3010 i40e_update_vf_mac_addr(struct i40e_vf *vf, struct virtchnl_ether_addr *vc_ether_addr) argument
[all...]

Completed in 110 milliseconds