Lines Matching refs:netdev
231 struct net_device *netdev; member
253 struct net_device *netdev; /* netdev ring belongs to */ member
603 struct net_device *netdev; member
854 void ixgbe_set_ethtool_ops(struct net_device *netdev);
899 void ixgbe_set_rx_mode(struct net_device *netdev);
905 void ixgbe_do_reset(struct net_device *netdev);
916 int ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid,
918 int ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid,
920 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid);
923 int ixgbe_fcoe_enable(struct net_device *netdev);
924 int ixgbe_fcoe_disable(struct net_device *netdev);
929 int ixgbe_fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type);
930 int ixgbe_fcoe_get_hbainfo(struct net_device *netdev,
947 return netdev_get_tx_queue(ring->netdev, ring->queue_index); in txring_txq()