Searched refs:REG_MTU (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/atheros/atlx/ |
D | atlx.h | 244 #define REG_MTU 0x149C macro
|
D | atl2.c | 236 ATL2_WRITE_REG(hw, REG_MTU, adapter->netdev->mtu + in atl2_configure() 910 ATL2_WRITE_REG(hw, REG_MTU, new_mtu + ETH_HLEN + in atl2_change_mtu() 1840 regs_buff[20] = ATL2_READ_REG(hw, REG_MTU); in atl2_get_regs()
|
D | atl1.c | 1534 iowrite32(hw->max_frame_size, hw->hw_addr + REG_MTU); in atl1_configure()
|
/linux-6.12.1/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 157 AT_READ_REG(hw, REG_MTU, p++); in atl1c_get_regs()
|
D | atl1c_hw.h | 435 #define REG_MTU 0x149c macro
|
D | atl1c_main.c | 1459 AT_WRITE_REG(hw, REG_MTU, hw->max_frame_size + ETH_HLEN + in atl1c_configure_mac()
|
/linux-6.12.1/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_hw.h | 327 #define REG_MTU 0x149c macro
|
D | atl1e_ethtool.c | 177 regs_buff[20] = AT_READ_REG(hw, REG_MTU); in atl1e_get_regs()
|
D | atl1e_main.c | 1122 AT_WRITE_REG(hw, REG_MTU, hw->max_frame_size + ETH_HLEN + in atl1e_configure()
|