Lines Matching refs:netdev
239 struct net_device *netdev; member
261 struct net_device *netdev; /* netdev ring belongs to */ member
611 struct net_device *netdev; member
870 void ixgbe_set_ethtool_ops(struct net_device *netdev);
915 void ixgbe_set_rx_mode(struct net_device *netdev);
921 void ixgbe_do_reset(struct net_device *netdev);
932 int ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid,
934 int ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid,
936 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid);
939 int ixgbe_fcoe_enable(struct net_device *netdev);
940 int ixgbe_fcoe_disable(struct net_device *netdev);
945 int ixgbe_fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type);
946 int ixgbe_fcoe_get_hbainfo(struct net_device *netdev,
963 return netdev_get_tx_queue(ring->netdev, ring->queue_index); in txring_txq()