Searched refs:sky2 (Results 1 - 2 of 2) sorted by path

/drivers/net/ethernet/marvell/
H A DMakefile11 obj-$(CONFIG_SKY2) += sky2.o
H A Dsky2.c52 #include "sky2.h"
54 #define DRV_NAME "sky2"
338 struct sky2_port *sky2 = netdev_priv(hw->dev[port]); local
341 if ( (sky2->flags & SKY2_FLAG_AUTO_SPEED) &&
383 if ( (sky2->flags & SKY2_FLAG_AUTO_SPEED) &&
428 if (sky2->flags & SKY2_FLAG_AUTO_SPEED) {
430 if (sky2->advertising & ADVERTISED_1000baseT_Full)
432 if (sky2->advertising & ADVERTISED_1000baseT_Half)
434 if (sky2->advertising & ADVERTISED_100baseT_Full)
436 if (sky2
783 sky2_set_ipg(struct sky2_port *sky2) argument
797 sky2_enable_rx_tx(struct sky2_port *sky2) argument
809 sky2_phy_reinit(struct sky2_port *sky2) argument
818 sky2_wol_init(struct sky2_port *sky2) argument
910 struct sky2_port *sky2 = netdev_priv(hw->dev[port]); local
1111 get_tx_le(struct sky2_port *sky2, u16 *slot) argument
1120 tx_init(struct sky2_port *sky2) argument
1147 sky2_next_rx(struct sky2_port *sky2) argument
1155 sky2_get_rx_threshold(struct sky2_port *sky2) argument
1166 sky2_get_rx_data_size(struct sky2_port *sky2) argument
1190 sky2_rx_add(struct sky2_port *sky2, u8 op, dma_addr_t map, unsigned len) argument
1208 sky2_rx_submit(struct sky2_port *sky2, const struct rx_ring_info *re) argument
1279 rx_set_checksum(struct sky2_port *sky2) argument
1304 struct sky2_port *sky2 = netdev_priv(dev); local
1341 sky2_rx_stop(struct sky2_port *sky2) argument
1365 sky2_rx_clean(struct sky2_port *sky2) argument
1385 struct sky2_port *sky2 = netdev_priv(dev); local
1422 struct sky2_port *sky2 = netdev_priv(dev); local
1457 sky2_rx_alloc(struct sky2_port *sky2, gfp_t gfp) argument
1496 sky2_rx_update(struct sky2_port *sky2, unsigned rxq) argument
1501 sky2_alloc_rx_skbs(struct sky2_port *sky2) argument
1534 sky2_rx_start(struct sky2_port *sky2) argument
1608 sky2_alloc_buffers(struct sky2_port *sky2) argument
1640 sky2_free_buffers(struct sky2_port *sky2) argument
1664 sky2_hw_up(struct sky2_port *sky2) argument
1754 struct sky2_port *sky2 = netdev_priv(dev); local
1794 tx_inuse(const struct sky2_port *sky2) argument
1800 tx_avail(const struct sky2_port *sky2) argument
1846 struct sky2_port *sky2 = netdev_priv(dev); local
2018 sky2_tx_complete(struct sky2_port *sky2, u16 done) argument
2082 sky2_hw_down(struct sky2_port *sky2) argument
2132 struct sky2_port *sky2 = netdev_priv(dev); local
2190 sky2_link_up(struct sky2_port *sky2) argument
2222 sky2_link_down(struct sky2_port *sky2) argument
2252 sky2_autoneg_done(struct sky2_port *sky2, u16 aux) argument
2318 struct sky2_port *sky2 = netdev_priv(dev); local
2358 struct sky2_port *sky2 = netdev_priv(hw->dev[0]); local
2381 struct sky2_port *sky2 = netdev_priv(dev); local
2397 struct sky2_port *sky2 = netdev_priv(dev); local
2486 receive_copy(struct sky2_port *sky2, const struct rx_ring_info *re, unsigned length) argument
2548 receive_new(struct sky2_port *sky2, struct rx_ring_info *re, unsigned int length) argument
2587 struct sky2_port *sky2 = netdev_priv(dev); local
2647 struct sky2_port *sky2 = netdev_priv(dev); local
2658 sky2_skb_rx(const struct sky2_port *sky2, struct sk_buff *skb) argument
2671 struct sky2_port *sky2 = netdev_priv(dev); local
2685 sky2_rx_checksum(struct sky2_port *sky2, u32 status) argument
2714 sky2_rx_tag(struct sky2_port *sky2, u16 length) argument
2722 sky2_rx_hash(struct sky2_port *sky2, u32 status) argument
2742 struct sky2_port *sky2; local
2921 struct sky2_port *sky2 = netdev_priv(dev); local
2958 struct sky2_port *sky2 = netdev_priv(dev); local
3104 struct sky2_port *sky2 = netdev_priv(dev); local
3499 struct sky2_port *sky2 = netdev_priv(dev); local
3517 struct sky2_port *sky2 = netdev_priv(dev); local
3556 const struct sky2_port *sky2 = netdev_priv(dev); local
3564 struct sky2_port *sky2 = netdev_priv(dev); local
3577 struct sky2_port *sky2 = netdev_priv(dev); local
3606 struct sky2_port *sky2 = netdev_priv(dev); local
3631 struct sky2_port *sky2 = netdev_priv(dev); local
3704 struct sky2_port *sky2 = netdev_priv(dev); local
3758 struct sky2_port *sky2 = netdev_priv(netdev); local
3764 struct sky2_port *sky2 = netdev_priv(dev); local
3775 sky2_phy_stats(struct sky2_port *sky2, u64 * data, unsigned count) argument
3790 struct sky2_port *sky2 = netdev_priv(netdev); local
3807 struct sky2_port *sky2 = netdev_priv(dev); local
3827 struct sky2_port *sky2 = netdev_priv(dev); local
3860 struct sky2_port *sky2 = netdev_priv(dev); local
3906 struct sky2_port *sky2 = netdev_priv(dev); local
3951 sky2_led(struct sky2_port *sky2, enum led_mode mode) argument
4011 struct sky2_port *sky2 = netdev_priv(dev); local
4033 struct sky2_port *sky2 = netdev_priv(dev); local
4056 struct sky2_port *sky2 = netdev_priv(dev); local
4074 struct sky2_port *sky2 = netdev_priv(dev); local
4109 struct sky2_port *sky2 = netdev_priv(dev); local
4167 struct sky2_port *sky2 = netdev_priv(dev); local
4179 struct sky2_port *sky2 = netdev_priv(dev); local
4252 const struct sky2_port *sky2 = netdev_priv(dev); local
4274 struct sky2_port *sky2 = netdev_priv(dev); local
4344 struct sky2_port *sky2 = netdev_priv(dev); local
4358 struct sky2_port *sky2 = netdev_priv(dev); local
4377 const struct sky2_port *sky2 = netdev_priv(dev); local
4401 struct sky2_port *sky2 = netdev_priv(dev); local
4535 const struct sky2_port *sky2 = netdev_priv(dev); local
4650 struct sky2_port *sky2 = netdev_priv(dev); local
4753 struct sky2_port *sky2; local
4829 const struct sky2_port *sky2 = netdev_priv(dev); local
5161 struct sky2_port *sky2 = netdev_priv(dev); local
[all...]

Completed in 35 milliseconds