Searched refs:bnx2x_nvram_read (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 1319 static int bnx2x_nvram_read(struct bnx2x *bp, u32 offset, u8 *ret_buf, in bnx2x_nvram_read() function 1379 rc = bnx2x_nvram_read(bp, offset, (u8 *)buf, buf_size); in bnx2x_nvram_read32() 1426 return bnx2x_nvram_read(bp, eeprom->offset, eebuf, eeprom->len); in bnx2x_get_eeprom() 2689 rc = bnx2x_nvram_read(bp, offset + done, buff, count); in bnx2x_nvram_crc()
|