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()
170 struct ax_device *ax = to_ax_dev(dev); in ax_ei_interrupt_filtered()
331 struct ax_device *ax = to_ax_dev(dev); in ax_handle_link_change()
359 struct ax_device *ax = to_ax_dev(dev); in ax_mii_probe()
388 struct ax_device *ax = to_ax_dev(dev); in ax_phy_switch()
402 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_mdc()
414 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_dir()
426 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_set_data()
438 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); in ax_bb_get_data()
456 struct ax_device *ax = to_ax_dev(dev); in ax_mii_init()
486 struct ax_device *ax = to_ax_dev(dev); in ax_open()
535 struct ax_device *ax = to_ax_dev(dev); in ax_close()
656 struct ax_device *ax = to_ax_dev(dev); in ax_initial_setup()
677 struct ax_device *ax = to_ax_dev(dev); in ax_init_dev()
809 struct ax_device *ax = to_ax_dev(dev); in ax_remove()
841 struct ax_device *ax; in ax_probe()
846 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()