Lines Matching refs:ax_device
79 struct ax_device { struct
98 static inline struct ax_device *to_ax_dev(struct net_device *dev) in to_ax_dev() argument
101 return (struct ax_device *)(ei_local + 1); in to_ax_dev()
177 struct ax_device *ax = to_ax_dev(dev); in ax_ei_interrupt_filtered()
338 struct ax_device *ax = to_ax_dev(dev); in ax_handle_link_change()
366 struct ax_device *ax = to_ax_dev(dev); in ax_mii_probe()
395 struct ax_device *ax = to_ax_dev(dev); in ax_phy_switch()
409 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_mdc()
421 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_dir()
433 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_set_data()
445 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_get_data()
463 struct ax_device *ax = to_ax_dev(dev); in ax_mii_init()
493 struct ax_device *ax = to_ax_dev(dev); in ax_open()
542 struct ax_device *ax = to_ax_dev(dev); in ax_close()
663 struct ax_device *ax = to_ax_dev(dev); in ax_initial_setup()
684 struct ax_device *ax = to_ax_dev(dev); in ax_init_dev()
818 struct ax_device *ax = to_ax_dev(dev); in ax_remove()
848 struct ax_device *ax; in ax_probe()
853 dev = ax__alloc_ei_netdev(sizeof(struct ax_device)); in ax_probe()
977 struct ax_device *ax = to_ax_dev(ndev); in ax_suspend()
990 struct ax_device *ax = to_ax_dev(ndev); in ax_resume()