Searched refs:bnx2x_nvram_read (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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() 2789 rc = bnx2x_nvram_read(bp, offset + done, buff, count); in bnx2x_nvram_crc()
|
H A D | bnx2x_cmn.h | 1393 * bnx2x_nvram_read - reads data from nvram [might sleep] 1400 int bnx2x_nvram_read(struct bnx2x *bp, u32 offset, u8 *ret_buf,
|
H A D | bnx2x_main.c | 14932 if (bnx2x_nvram_read(bp, offset, (u8 *)tbl, sizeof(*tbl))) { in bnx2x_get_fc_npiv() 14937 /* Since bnx2x_nvram_read() returns data in be32, we need to convert in bnx2x_get_fc_npiv()
|
/kernel/linux/linux-6.6/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 | 1393 * bnx2x_nvram_read - reads data from nvram [might sleep] 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() 14865 /* Since bnx2x_nvram_read() returns data in be32, we need to convert in bnx2x_get_fc_npiv()
|
Completed in 44 milliseconds