Lines Matching refs:ax_device
84 struct ax_device { struct
104 static inline struct ax_device *to_ax_dev(struct net_device *dev) in to_ax_dev() argument
107 return (struct ax_device *)(ei_local + 1); in to_ax_dev()
322 struct ax_device *ax = to_ax_dev(dev); in ax_handle_link_change()
350 struct ax_device *ax = to_ax_dev(dev); in ax_mii_probe()
383 struct ax_device *ax = to_ax_dev(dev); in ax_phy_switch()
397 struct ax_device *ax = to_ax_dev(dev); in ax_open()
434 struct ax_device *ax = to_ax_dev(dev); in ax_close()
453 struct ax_device *ax = to_ax_dev(dev); in ax_ioctl()
479 struct ax_device *ax = to_ax_dev(dev); in ax_get_settings()
490 struct ax_device *ax = to_ax_dev(dev); in ax_set_settings()
573 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_mdc()
585 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_dir()
597 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_set_data()
609 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_get_data()
629 struct ax_device *ax = to_ax_dev(dev); in ax_mii_init()
671 struct ax_device *ax = to_ax_dev(dev); in ax_initial_setup()
692 struct ax_device *ax = to_ax_dev(dev); in ax_init_dev()
814 struct ax_device *ax = to_ax_dev(dev); in ax_remove()
846 struct ax_device *ax; in ax_probe()
851 dev = ax__alloc_ei_netdev(sizeof(struct ax_device)); in ax_probe()
970 struct ax_device *ax = to_ax_dev(ndev); in ax_suspend()
983 struct ax_device *ax = to_ax_dev(ndev); in ax_resume()