Home
last modified time | relevance | path

Searched refs:shadow_bulletin (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c2986 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()
Dbnx2x.h1458 union pf_vf_bulletin shadow_bulletin; member