Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/marvell/
Dsky2.h2177 struct sky2_rx_le { struct
2242 struct sky2_rx_le *rx_le;
Dsky2.c64 #define RX_LE_BYTES (RX_LE_SIZE*sizeof(struct sky2_rx_le))
1147 static inline struct sky2_rx_le *sky2_next_rx(struct sky2_port *sky2) in sky2_next_rx()
1149 struct sky2_rx_le *le = sky2->rx_le + sky2->rx_put; in sky2_next_rx()
1193 struct sky2_rx_le *le; in sky2_rx_add()
1281 struct sky2_rx_le *le = sky2_next_rx(sky2); in rx_set_checksum()