/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-rsa.c | 198 unsigned int *mta; in starfive_rsa_cpu_start() local 202 mta = kmalloc(key_sz, GFP_KERNEL); in starfive_rsa_cpu_start() 203 if (!mta) in starfive_rsa_cpu_start() 206 ret = starfive_rsa_montgomery_form(ctx, mta, (u32 *)rctx->rsa_data, in starfive_rsa_cpu_start() 214 writel(mta[opsize - loop], in starfive_rsa_cpu_start() 261 kfree(mta); in starfive_rsa_cpu_start()
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_hw.c | 175 u32 mta; in atl1e_hash_set() local 189 mta = AT_READ_REG_ARRAY(hw, REG_RX_HASH_TABLE, hash_reg); in atl1e_hash_set() 191 mta |= (1 << hash_bit); in atl1e_hash_set() 193 AT_WRITE_REG_ARRAY(hw, REG_RX_HASH_TABLE, hash_reg, mta); in atl1e_hash_set()
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_hw.c | 224 u32 mta; in atl1c_hash_set() local 238 mta = AT_READ_REG_ARRAY(hw, REG_RX_HASH_TABLE, hash_reg); in atl1c_hash_set() 240 mta |= (1 << hash_bit); in atl1c_hash_set() 242 AT_WRITE_REG_ARRAY(hw, REG_RX_HASH_TABLE, hash_reg, mta); in atl1c_hash_set()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/files/ |
H A D | 0001-make.rc-set-VAL_MTA.patch | 12 s-nail: Cannot start /usr/lib/sendmail: executable not found (adjust *mta* variable)
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_mac.c | 395 u32 hash_bit, hash_reg, mta; in igb_mta_set() local 409 mta = array_rd32(E1000_MTA, hash_reg); in igb_mta_set() 411 mta |= BIT(hash_bit); in igb_mta_set() 413 array_wr32(E1000_MTA, hash_reg, mta); in igb_mta_set()
|
/openbmc/qemu/docs/system/devices/ |
H A D | igb.rst | 22 network.sh -6mta
|
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac-mac.c | 251 u32 crc32, bit, reg, mta; in emac_mac_multicast_addr_set() local 263 mta = readl(adpt->base + EMAC_HASH_TAB_REG0 + (reg << 2)); in emac_mac_multicast_addr_set() 264 mta |= BIT(bit); in emac_mac_multicast_addr_set() 265 writel(mta, adpt->base + EMAC_HASH_TAB_REG0 + (reg << 2)); in emac_mac_multicast_addr_set()
|
/openbmc/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atl2.c | 2330 u32 mta; in atl2_hash_set() local 2343 mta = ATL2_READ_REG_ARRAY(hw, REG_RX_HASH_TABLE, hash_reg); in atl2_hash_set() 2345 mta |= (1 << hash_bit); in atl2_hash_set() 2347 ATL2_WRITE_REG_ARRAY(hw, REG_RX_HASH_TABLE, hash_reg, mta); in atl2_hash_set()
|
H A D | atl1.c | 563 u32 mta; in atl1_hash_set() local 576 mta = ioread32((hw->hw_addr + REG_RX_HASH_TABLE) + (hash_reg << 2)); in atl1_hash_set() 577 mta |= (1 << hash_bit); in atl1_hash_set() 578 iowrite32(mta, (hw->hw_addr + REG_RX_HASH_TABLE) + (hash_reg << 2)); in atl1_hash_set()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 2297 u32 hash_reg, hash_bit, mta; in e1000_set_rx_mode() local 2301 mta = (1 << hash_bit); in e1000_set_rx_mode() 2302 mcarray[hash_reg] |= mta; in e1000_set_rx_mode()
|
/openbmc/qemu/hw/net/ |
H A D | trace-events | 108 … b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5, uint32_t mo, uint32_t mta, uint32_t mta_val) …
|