Searched refs:bnx2x_nvram_read (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c1393 int bnx2x_nvram_read(struct bnx2x *bp, u32 offset, u8 *ret_buf, function
1453 rc = bnx2x_nvram_read(bp, offset, (u8 *)buf, buf_size);
1500 return bnx2x_nvram_read(bp, eeprom->offset, eebuf, eeprom->len);
2795 rc = bnx2x_nvram_read(bp, offset + done, buff, count);
H A Dbnx2x_cmn.h1393 * bnx2x_nvram_read - reads data from nvram [might sleep]
1400 int bnx2x_nvram_read(struct bnx2x *bp, u32 offset, u8 *ret_buf,
H A Dbnx2x_main.c14860 if (bnx2x_nvram_read(bp, offset, (u8 *)tbl, sizeof(*tbl))) {
14865 /* Since bnx2x_nvram_read() returns data in be32, we need to convert

Completed in 155 milliseconds