Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/
H A Dsky2.h2171 struct sky2_rx_le { struct
2236 struct sky2_rx_le *rx_le;
H A Dsky2.c52 #define RX_LE_BYTES (RX_LE_SIZE*sizeof(struct sky2_rx_le))
1132 static inline struct sky2_rx_le *sky2_next_rx(struct sky2_port *sky2) in sky2_next_rx()
1134 struct sky2_rx_le *le = sky2->rx_le + sky2->rx_put; in sky2_next_rx()
1178 struct sky2_rx_le *le; in sky2_rx_add()
1267 struct sky2_rx_le *le = sky2_next_rx(sky2); in rx_set_checksum()