Searched refs:ixgbe_adv_rx_desc (Results 1 - 8 of 8) 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.h254 (&(((union ixgbe_adv_rx_desc *)((R).desc))[i]))
488 union ixgbe_adv_rx_desc *rx_desc,
H A Dixgbe_fcoe.c48 static inline bool ixgbe_rx_is_fcoe(union ixgbe_adv_rx_desc *rx_desc)
293 union ixgbe_adv_rx_desc *rx_desc,
H A Dixgbe_main.c314 union ixgbe_adv_rx_desc *rx_desc;
951 union ixgbe_adv_rx_desc *rx_desc)
979 union ixgbe_adv_rx_desc *rx_desc,
1041 union ixgbe_adv_rx_desc *rx_desc;
1116 static inline u16 ixgbe_get_hdr_info(union ixgbe_adv_rx_desc *rx_desc)
1121 static inline u16 ixgbe_get_pkt_info(union ixgbe_adv_rx_desc *rx_desc)
1126 static inline u32 ixgbe_get_rsc_count(union ixgbe_adv_rx_desc *rx_desc)
1177 union ixgbe_adv_rx_desc *rx_desc, *next_rxd;
2693 rdlen = adapter->rx_ring[0]->count * sizeof(union ixgbe_adv_rx_desc);
4942 rx_ring->size = rx_ring->count * sizeof(union ixgbe_adv_rx_desc);
[all...]
H A Dixgbe_ethtool.c1601 rx_ring->size = rx_ring->count * sizeof(union ixgbe_adv_rx_desc);
1660 union ixgbe_adv_rx_desc *rx_desc =
H A Dixgbe_type.h1986 union ixgbe_adv_rx_desc { union
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Ddefines.h195 union ixgbe_adv_rx_desc { union
H A Dixgbevf.h168 (&(((union ixgbe_adv_rx_desc *)((R).desc))[i]))
H A Dixgbevf_main.c328 union ixgbe_adv_rx_desc *rx_desc)
394 union ixgbe_adv_rx_desc *rx_desc;
485 static inline u16 ixgbevf_get_hdr_info(union ixgbe_adv_rx_desc *rx_desc)
490 static inline u16 ixgbevf_get_pkt_info(union ixgbe_adv_rx_desc *rx_desc)
501 union ixgbe_adv_rx_desc *rx_desc, *next_rxd;
1421 rdlen = adapter->rx_ring[0].count * sizeof(union ixgbe_adv_rx_desc);
2563 rx_ring->size = rx_ring->count * sizeof(union ixgbe_adv_rx_desc);

Completed in 103 milliseconds