Searched refs:ax_local (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/asix/ |
H A D | ax88796c_main.c | 39 static int ax88796c_soft_reset(struct ax88796c_device *ax_local) in ax88796c_soft_reset() argument 44 lockdep_assert_held(&ax_local->spi_lock); in ax88796c_soft_reset() 46 AX_WRITE(&ax_local->ax_spi, PSR_RESET, P0_PSR); in ax88796c_soft_reset() 47 AX_WRITE(&ax_local->ax_spi, PSR_RESET_CLR, P0_PSR); in ax88796c_soft_reset() 52 &ax_local->ax_spi, P0_PSR); in ax88796c_soft_reset() 56 temp = AX_READ(&ax_local->ax_spi, P4_SPICR); in ax88796c_soft_reset() 57 if (ax_local->priv_flags & AX_CAP_COMP) { in ax88796c_soft_reset() 58 AX_WRITE(&ax_local->ax_spi, in ax88796c_soft_reset() 60 ax_local->ax_spi.comp = 1; in ax88796c_soft_reset() 62 AX_WRITE(&ax_local in ax88796c_soft_reset() 70 ax88796c_reload_eeprom(struct ax88796c_device *ax_local) ax88796c_reload_eeprom() argument 93 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); ax88796c_set_hw_multicast() local 132 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); ax88796c_set_mac_addr() local 146 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); ax88796c_load_mac_addr() local 222 ax88796c_check_free_pages(struct ax88796c_device *ax_local, u8 need_pages) ax88796c_check_free_pages() argument 246 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); ax88796c_tx_fixup() local 333 ax88796c_hard_xmit(struct ax88796c_device *ax_local) ax88796c_hard_xmit() argument 387 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); ax88796c_start_xmit() local 400 ax88796c_skb_return(struct ax88796c_device *ax_local, struct sk_buff *skb, struct rx_header *rxhdr) ax88796c_skb_return() argument 443 ax88796c_rx_fixup(struct ax88796c_device *ax_local, struct sk_buff *rx_skb) ax88796c_rx_fixup() argument 496 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); ax88796c_receive() local 548 ax88796c_process_isr(struct ax88796c_device *ax_local) ax88796c_process_isr() argument 587 struct ax88796c_device *ax_local; ax88796c_interrupt() local 609 struct ax88796c_device *ax_local = ax88796c_work() local 651 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); ax88796c_get_stats64() local 689 ax88796c_set_mac(struct ax88796c_device *ax_local) ax88796c_set_mac() argument 739 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); ax88796c_handle_link_change() local 771 ax88796c_set_csums(struct ax88796c_device *ax_local) ax88796c_set_csums() argument 797 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); ax88796c_open() local 881 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); ax88796c_close() local 920 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); ax88796c_set_features() local 944 ax88796c_hard_reset(struct ax88796c_device *ax_local) ax88796c_hard_reset() argument 969 struct ax88796c_device *ax_local; ax88796c_probe() local 1107 struct ax88796c_device *ax_local = dev_get_drvdata(&spi->dev); ax88796c_remove() local [all...] |
H A D | ax88796c_ioctl.c | 32 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_get_msglevel() local 34 return ax_local->msg_enable; in ax88796c_get_msglevel() 39 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_set_msglevel() local 41 ax_local->msg_enable = level; in ax88796c_set_msglevel() 47 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_get_pauseparam() local 49 pause->tx_pause = !!(ax_local->flowctrl & AX_FC_TX); in ax88796c_get_pauseparam() 50 pause->rx_pause = !!(ax_local->flowctrl & AX_FC_RX); in ax88796c_get_pauseparam() 51 pause->autoneg = (ax_local->flowctrl & AX_FC_ANEG) ? in ax88796c_get_pauseparam() 59 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); in ax88796c_set_pauseparam() local 67 ax_local in ax88796c_set_pauseparam() 99 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); ax88796c_get_regs() local 150 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); ax88796c_set_priv_flags() local 166 struct ax88796c_device *ax_local = to_ax88796c_device(ndev); ax88796c_get_priv_flags() local 173 struct ax88796c_device *ax_local = mdiobus->priv; ax88796c_mdio_read() local 195 struct ax88796c_device *ax_local = mdiobus->priv; ax88796c_mdio_write() local [all...] |
H A D | ax88796c_ioctl.h | 19 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);
|
Completed in 2 milliseconds