Searched refs:shadow_bulletin (Results 1 – 2 of 2) sorted by relevance
2986 memcpy(&bp->shadow_bulletin, bp->pf2vf_bulletin, in bnx2x_sample_bulletin()2989 crc = bnx2x_crc_vf_bulletin(&bp->shadow_bulletin.content); in bnx2x_sample_bulletin()2991 if (bp->shadow_bulletin.content.crc == crc) in bnx2x_sample_bulletin()2995 bp->shadow_bulletin.content.crc, crc); in bnx2x_sample_bulletin()3003 bulletin = &bp->shadow_bulletin.content; in bnx2x_sample_bulletin()
1458 union pf_vf_bulletin shadow_bulletin; member