Searched refs:bnx2x_nvram_read (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_ethtool.c | 1393 int bnx2x_nvram_read(struct bnx2x *bp, u32 offset, u8 *ret_buf, in bnx2x_nvram_read() function 1453 rc = bnx2x_nvram_read(bp, offset, (u8 *)buf, buf_size); in bnx2x_nvram_read32() 1500 return bnx2x_nvram_read(bp, eeprom->offset, eebuf, eeprom->len); in bnx2x_get_eeprom() 2797 rc = bnx2x_nvram_read(bp, offset + done, buff, count); in bnx2x_nvram_crc()
|
H A D | bnx2x_cmn.h | 1400 int bnx2x_nvram_read(struct bnx2x *bp, u32 offset, u8 *ret_buf,
|
H A D | bnx2x_main.c | 14860 if (bnx2x_nvram_read(bp, offset, (u8 *)tbl, sizeof(*tbl))) { in bnx2x_get_fc_npiv()
|