Home
last modified time | relevance | path

Searched refs:to_ax88796c_device (Results 1 – 3 of 3) sorted by relevance

/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()
H A Dax88796c_main.c93 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()
496 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_receive()
595 ax_local = to_ax88796c_device(ndev); in ax88796c_interrupt()
651 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_get_stats64()
739 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_handle_link_change()
797 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_open()
[all …]
H A Dax88796c_main.h136 #define to_ax88796c_device(ndev) ((struct ax88796c_device *)netdev_priv(ndev)) macro