Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/
Dsky2.h2164 struct sky2_tx_le { struct
2222 struct sky2_tx_le *tx_le;
Dsky2.c1100 static inline struct sky2_tx_le *get_tx_le(struct sky2_port *sky2, u16 *slot) in get_tx_le()
1102 struct sky2_tx_le *le = sky2->tx_le + *slot; in get_tx_le()
1111 struct sky2_tx_le *le; in tx_init()
1598 sky2->tx_ring_size * sizeof(struct sky2_tx_le), in sky2_alloc_buffers()
1636 sky2->tx_ring_size * sizeof(struct sky2_tx_le), in sky2_free_buffers()
1829 struct sky2_tx_le *le = NULL; in sky2_xmit_frame()
4431 const struct sky2_tx_le *le = sky2->tx_le + idx; in sky2_debug_show()