Searched refs:sky2_rx_le (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsky2.h2166 struct sky2_rx_le { struct
2223 struct sky2_rx_le *rx_le;
H A Dsky2.c65 #define RX_LE_BYTES (RX_LE_SIZE*sizeof(struct sky2_rx_le))
1056 static inline struct sky2_rx_le *sky2_next_rx(struct sky2_port *sky2)
1058 struct sky2_rx_le *le = sky2->rx_le + sky2->rx_put;
1102 struct sky2_rx_le *le;
1191 struct sky2_rx_le *le = sky2_next_rx(sky2);

Completed in 120 milliseconds