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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c2900 const struct crc_pair *nvram_tbl, u8 *buf)
2904 for (i = 0; nvram_tbl[i].size; i++) {
2905 int rc = bnx2x_nvram_crc(bp, nvram_tbl[i].offset,
2906 nvram_tbl[i].size, buf);
2909 "nvram_tbl[%d] has failed crc test (rc %d)\n",
2920 static const struct crc_pair nvram_tbl[] = { local
2964 rc = bnx2x_test_nvram_tbl(bp, nvram_tbl, buf);
2899 bnx2x_test_nvram_tbl(struct bnx2x *bp, const struct crc_pair *nvram_tbl, u8 *buf) argument

Completed in 138 milliseconds