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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c3047 memcpy(&bp->shadow_bulletin, bp->pf2vf_bulletin,
3050 crc = bnx2x_crc_vf_bulletin(&bp->shadow_bulletin.content);
3052 if (bp->shadow_bulletin.content.crc == crc)
3056 bp->shadow_bulletin.content.crc, crc);
3064 bulletin = &bp->shadow_bulletin.content;
H A Dbnx2x.h1385 union pf_vf_bulletin shadow_bulletin; member in struct:bnx2x
H A Dbnx2x_vfpf.c959 if (bp->shadow_bulletin.content.valid_bitmap & 1 << VLAN_VALID) {

Completed in 102 milliseconds