Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_main.c5190 int has_ovlan = IS_MF_SD(bp); in bnx2x_init_hw_common() local
5191 REG_WR(bp, PRS_REG_HDRS_AFTER_BASIC, (has_ovlan ? 7 : 6)); in bnx2x_init_hw_common()
5192 REG_WR(bp, PRS_REG_MUST_HAVE_HDRS, (has_ovlan ? 1 : 0)); in bnx2x_init_hw_common()
5224 int has_ovlan = IS_MF_SD(bp); in bnx2x_init_hw_common() local
5225 REG_WR(bp, PBF_REG_HDRS_AFTER_BASIC, (has_ovlan ? 7 : 6)); in bnx2x_init_hw_common()
5226 REG_WR(bp, PBF_REG_MUST_HAVE_HDRS, (has_ovlan ? 1 : 0)); in bnx2x_init_hw_common()