Home
last modified time | relevance | path

Searched refs:ax88796c_device (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/asix/
H A Dax88796c_ioctl.c32 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_get_msglevel()
39 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_set_msglevel()
47 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_get_pauseparam()
59 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_set_pauseparam()
99 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_get_regs()
150 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_set_priv_flags()
166 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_get_priv_flags()
173 struct ax88796c_device *ax_local = mdiobus->priv; in ax88796c_mdio_read()
195 struct ax88796c_device *ax_local = mdiobus->priv; in ax88796c_mdio_write()
H A Dax88796c_ioctl.h19 bool ax88796c_check_power(const struct ax88796c_device *ax_local);
20 bool ax88796c_check_power_and_wake(struct ax88796c_device *ax_local);
21 void ax88796c_set_power_saving(struct ax88796c_device *ax_local, u8 ps_level);
H A Dax88796c_main.c39 static int ax88796c_soft_reset(struct ax88796c_device *ax_local) in ax88796c_soft_reset()
93 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_set_hw_multicast()
132 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_set_mac_addr()
146 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_load_mac_addr()
246 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_tx_fixup()
387 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_start_xmit()
400 ax88796c_skb_return(struct ax88796c_device *ax_local, in ax88796c_skb_return()
587 struct ax88796c_device *ax_local; in ax88796c_interrupt()
609 struct ax88796c_device *ax_local = in ax88796c_work()
610 container_of(work, struct ax88796c_device, ax_work); in ax88796c_work()
[all …]
H A Dax88796c_main.h92 struct ax88796c_device { struct
136 #define to_ax88796c_device(ndev) ((struct ax88796c_device *)netdev_priv(ndev)) argument