Searched refs:ixgbe_ring (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe.h141 struct ixgbe_ring { struct
300 struct ixgbe_ring *tx_ring[MAX_TX_QUEUES] ____cacheline_aligned_in_smp;
309 struct ixgbe_ring *rx_ring[MAX_RX_QUEUES] ____cacheline_aligned_in_smp;
369 struct ixgbe_ring test_tx_ring;
370 struct ixgbe_ring test_rx_ring;
447 extern int ixgbe_setup_rx_resources(struct ixgbe_adapter *, struct ixgbe_ring *);
448 extern int ixgbe_setup_tx_resources(struct ixgbe_adapter *, struct ixgbe_ring *);
449 extern void ixgbe_free_rx_resources(struct ixgbe_adapter *, struct ixgbe_ring *);
450 extern void ixgbe_free_tx_resources(struct ixgbe_adapter *, struct ixgbe_ring *);
484 struct ixgbe_ring *tx_rin
[all...]
H A Dixgbe_main.c309 struct ixgbe_ring *tx_ring;
313 struct ixgbe_ring *rx_ring;
640 struct ixgbe_ring *tx_ring)
685 struct ixgbe_ring *tx_ring,
735 struct ixgbe_ring *tx_ring)
835 struct ixgbe_ring *rx_ring)
863 struct ixgbe_ring *tx_ring)
950 struct ixgbe_ring *ring,
1020 struct ixgbe_ring *rx_ring, u32 val)
1037 struct ixgbe_ring *rx_rin
[all...]
H A Dixgbe_ethtool.c842 struct ixgbe_ring *tx_ring = adapter->tx_ring[0];
843 struct ixgbe_ring *rx_ring = adapter->rx_ring[0];
859 struct ixgbe_ring *temp_tx_ring, *temp_rx_ring;
894 temp_tx_ring = vmalloc(adapter->num_tx_queues * sizeof(struct ixgbe_ring));
903 sizeof(struct ixgbe_ring));
919 temp_rx_ring = vmalloc(adapter->num_rx_queues * sizeof(struct ixgbe_ring));
928 sizeof(struct ixgbe_ring));
954 sizeof(struct ixgbe_ring));
965 sizeof(struct ixgbe_ring));
1435 struct ixgbe_ring *tx_rin
[all...]
H A Dixgbe_fcoe.c373 struct ixgbe_ring *tx_ring, struct sk_buff *skb,

Completed in 448 milliseconds