Searched refs:mac_offset (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/wireless/marvell/libertas/ |
| A D | dev.h | 74 u32 mac_offset; member
|
| A D | debugfs.c | 446 ret = lbs_get_reg(priv, CMD_MAC_REG_ACCESS, priv->mac_offset, &val); in lbs_rdmac_read() 450 priv->mac_offset, val); in lbs_rdmac_read() 468 priv->mac_offset = simple_strtoul(buf, NULL, 16); in lbs_rdmac_write()
|
| /drivers/crypto/hisilicon/sec2/ |
| A D | sec_crypto.c | 969 u8 *mac_offset, *pbuf; in GEN_SEC_SETKEY_FUNC() local 987 mac_offset = pbuf + copy_size - authsize; in GEN_SEC_SETKEY_FUNC() 988 memcpy(req->aead_req.out_mac, mac_offset, authsize); in GEN_SEC_SETKEY_FUNC()
|
| /drivers/net/ethernet/broadcom/ |
| A D | tg3.c | 17058 u32 hi, lo, mac_offset; in tg3_get_device_address() local 17071 mac_offset = 0x7c; in tg3_get_device_address() 17075 mac_offset = 0xcc; in tg3_get_device_address() 17082 mac_offset = 0xcc; in tg3_get_device_address() 17084 mac_offset += 0x18c; in tg3_get_device_address() 17086 mac_offset = 0x10; in tg3_get_device_address() 17108 !tg3_nvram_read_be32(tp, mac_offset + 0, &be_hi) && in tg3_get_device_address() 17109 !tg3_nvram_read_be32(tp, mac_offset + 4, &be_lo)) { in tg3_get_device_address()
|
Completed in 34 milliseconds