Searched refs:REG_MTU (Results 1 – 9 of 9) sorted by relevance
/drivers/net/ethernet/atheros/atlx/ |
D | atlx.h | 257 #define REG_MTU 0x149C macro
|
D | atl2.c | 255 ATL2_WRITE_REG(hw, REG_MTU, adapter->netdev->mtu + in atl2_configure() 934 ATL2_WRITE_REG(hw, REG_MTU, new_mtu + ENET_HEADER_SIZE + in atl2_change_mtu() 1886 regs_buff[20] = ATL2_READ_REG(hw, REG_MTU); in atl2_get_regs()
|
D | atl1.c | 1555 iowrite32(hw->max_frame_size, hw->hw_addr + REG_MTU); in atl1_configure()
|
/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_hw.h | 340 #define REG_MTU 0x149c macro
|
D | atl1e_ethtool.c | 181 regs_buff[20] = AT_READ_REG(hw, REG_MTU); in atl1e_get_regs()
|
D | atl1e_main.c | 1138 AT_WRITE_REG(hw, REG_MTU, hw->max_frame_size + ETH_HLEN + in atl1e_configure()
|
/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 165 AT_READ_REG(hw, REG_MTU, p++); in atl1c_get_regs()
|
D | atl1c_hw.h | 447 #define REG_MTU 0x149c macro
|
D | atl1c_main.c | 1429 AT_WRITE_REG(hw, REG_MTU, hw->max_frame_size + ETH_HLEN + in atl1c_configure_mac()
|