Lines Matching refs:netdev

1119 int ice_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool ena)  in ice_set_vf_spoofchk()  argument
1121 struct ice_netdev_priv *np = netdev_priv(netdev); in ice_set_vf_spoofchk()
1140 netdev_err(netdev, "VSI %d for VF %d is null\n", in ice_set_vf_spoofchk()
1147 netdev_err(netdev, "Type %d of VSI %d for VF %d is no ICE_VSI_VF\n", in ice_set_vf_spoofchk()
1180 ice_get_vf_cfg(struct net_device *netdev, int vf_id, struct ifla_vf_info *ivi) in ice_get_vf_cfg() argument
1182 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_get_vf_cfg()
1227 int ice_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) in ice_set_vf_mac() argument
1229 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_set_vf_mac()
1234 netdev_err(netdev, "%pM not a valid unicast address\n", mac); in ice_set_vf_mac()
1263 netdev_info(netdev, "Removing MAC on VF %d. VF driver will be reinitialized\n", in ice_set_vf_mac()
1268 netdev_info(netdev, "Setting MAC %pM on VF %d. VF driver will be reinitialized\n", in ice_set_vf_mac()
1288 int ice_set_vf_trust(struct net_device *netdev, int vf_id, bool trusted) in ice_set_vf_trust() argument
1290 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_set_vf_trust()
1335 int ice_set_vf_link_state(struct net_device *netdev, int vf_id, int link_state) in ice_set_vf_link_state() argument
1337 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_set_vf_link_state()
1438 ice_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate, in ice_set_vf_bw() argument
1441 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_set_vf_bw()
1507 int ice_get_vf_stats(struct net_device *netdev, int vf_id, in ice_get_vf_stats() argument
1510 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_get_vf_stats()
1589 ice_set_vf_port_vlan(struct net_device *netdev, int vf_id, u16 vlan_id, u8 qos, in ice_set_vf_port_vlan() argument
1592 struct ice_pf *pf = ice_netdev_to_pf(netdev); in ice_set_vf_port_vlan()