Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/marvell/
Dsky2.h2169 struct sky2_tx_le { struct
2227 struct sky2_tx_le *tx_le;
Dsky2.c1111 static inline struct sky2_tx_le *get_tx_le(struct sky2_port *sky2, u16 *slot) in get_tx_le()
1113 struct sky2_tx_le *le = sky2->tx_le + *slot; in get_tx_le()
1122 struct sky2_tx_le *le; in tx_init()
1612 sizeof(struct sky2_tx_le), in sky2_alloc_buffers()
1650 sky2->tx_ring_size * sizeof(struct sky2_tx_le), in sky2_free_buffers()
1845 struct sky2_tx_le *le = NULL; in sky2_xmit_frame()
4577 const struct sky2_tx_le *le = sky2->tx_le + idx; in sky2_debug_show()