Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c1770 * @vc_ether_addr: used to extract the type
1773 ice_vc_ether_addr_type(struct virtchnl_ether_addr *vc_ether_addr) in ice_vc_ether_addr_type() argument
1775 return (vc_ether_addr->type & VIRTCHNL_ETHER_ADDR_TYPE_MASK); in ice_vc_ether_addr_type()
1780 * @vc_ether_addr: VIRTCHNL structure that contains MAC and type
1783 ice_is_vc_addr_legacy(struct virtchnl_ether_addr *vc_ether_addr) in ice_is_vc_addr_legacy() argument
1785 u8 type = ice_vc_ether_addr_type(vc_ether_addr); in ice_is_vc_addr_legacy()
1792 * @vc_ether_addr: VIRTCHNL structure that contains MAC and type
1798 ice_is_vc_addr_primary(struct virtchnl_ether_addr __maybe_unused *vc_ether_addr) in ice_is_vc_addr_primary() argument
1800 u8 type = ice_vc_ether_addr_type(vc_ether_addr); in ice_is_vc_addr_primary()
1808 * @vc_ether_addr
1811 ice_vfhw_mac_add(struct ice_vf *vf, struct virtchnl_ether_addr *vc_ether_addr) ice_vfhw_mac_add() argument
1849 ice_vc_add_mac_addr(struct ice_vf *vf, struct ice_vsi *vsi, struct virtchnl_ether_addr *vc_ether_addr) ice_vc_add_mac_addr() argument
1905 ice_update_legacy_cached_mac(struct ice_vf *vf, struct virtchnl_ether_addr *vc_ether_addr) ice_update_legacy_cached_mac() argument
1922 ice_vfhw_mac_del(struct ice_vf *vf, struct virtchnl_ether_addr *vc_ether_addr) ice_vfhw_mac_del() argument
1947 ice_vc_del_mac_addr(struct ice_vf *vf, struct ice_vsi *vsi, struct virtchnl_ether_addr *vc_ether_addr) ice_vc_del_mac_addr() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c2972 * @vc_ether_addr: used to extract the type
2975 i40e_vc_ether_addr_type(struct virtchnl_ether_addr *vc_ether_addr) in i40e_vc_ether_addr_type() argument
2977 return vc_ether_addr->type & VIRTCHNL_ETHER_ADDR_TYPE_MASK; in i40e_vc_ether_addr_type()
2982 * @vc_ether_addr: VIRTCHNL structure that contains MAC and type
2987 i40e_is_vc_addr_legacy(struct virtchnl_ether_addr *vc_ether_addr) in i40e_is_vc_addr_legacy() argument
2989 return i40e_vc_ether_addr_type(vc_ether_addr) == in i40e_is_vc_addr_legacy()
2995 * @vc_ether_addr: VIRTCHNL structure that contains MAC and type
3002 i40e_is_vc_addr_primary(struct virtchnl_ether_addr *vc_ether_addr) in i40e_is_vc_addr_primary() argument
3004 return i40e_vc_ether_addr_type(vc_ether_addr) == in i40e_is_vc_addr_primary()
3011 * @vc_ether_addr
3016 i40e_update_vf_mac_addr(struct i40e_vf *vf, struct virtchnl_ether_addr *vc_ether_addr) i40e_update_vf_mac_addr() argument
[all...]

Completed in 8 milliseconds