sky2_rx_le
static inline struct sky2_rx_le *sky2_next_rx(struct sky2_port *sky2)
struct sky2_rx_le *le = sky2->rx_le + sky2->rx_put;
struct sky2_rx_le *le;
struct sky2_rx_le *le = sky2_next_rx(sky2);
#define RX_LE_BYTES (RX_LE_SIZE*sizeof(struct sky2_rx_le))
struct sky2_rx_le *rx_le;