Lines Matching defs:netdev
271 static int nicvf_hw_set_mac_addr(struct nicvf *nic, struct net_device *netdev) in nicvf_hw_set_mac_addr()
465 int nicvf_set_real_num_queues(struct net_device *netdev, in nicvf_set_real_num_queues()
508 static void nicvf_snd_pkt_handler(struct net_device *netdev, in nicvf_snd_pkt_handler()
539 static inline void nicvf_set_rxhash(struct net_device *netdev, in nicvf_set_rxhash()
567 static void nicvf_rcv_pkt_handler(struct net_device *netdev, in nicvf_rcv_pkt_handler()
634 static int nicvf_cq_intr_handler(struct net_device *netdev, u8 cq_idx, in nicvf_cq_intr_handler()
731 struct net_device *netdev = napi->dev; in nicvf_poll() local
1008 static netdev_tx_t nicvf_xmit(struct sk_buff *skb, struct net_device *netdev) in nicvf_xmit()
1047 int nicvf_stop(struct net_device *netdev) in nicvf_stop()
1125 int nicvf_open(struct net_device *netdev) in nicvf_open()
1244 static int nicvf_change_mtu(struct net_device *netdev, int new_mtu) in nicvf_change_mtu()
1262 static int nicvf_set_mac_address(struct net_device *netdev, void *p) in nicvf_set_mac_address()
1360 static struct rtnl_link_stats64 *nicvf_get_stats64(struct net_device *netdev, in nicvf_get_stats64()
1418 static netdev_features_t nicvf_fix_features(struct net_device *netdev, in nicvf_fix_features()
1430 static int nicvf_set_features(struct net_device *netdev, in nicvf_set_features()
1460 struct net_device *netdev; in nicvf_probe() local
1583 struct net_device *netdev = pci_get_drvdata(pdev); in nicvf_remove() local