Searched refs:IS_VF_FLAG (Results 1 – 2 of 2) sorted by relevance
1486 #define IS_VF_FLAG (1 << 22) macro1496 #define IS_VF(bp) ((bp)->flags & IS_VF_FLAG)1497 #define IS_PF(bp) (!((bp)->flags & IS_VF_FLAG))
14004 bp->flags |= IS_VF_FLAG; in bnx2x_init_one()