Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h1586 #define IS_VF_FLAG (1 << 22) macro
1596 #define IS_VF(bp) ((bp)->flags & IS_VF_FLAG)
1597 #define IS_PF(bp) (!((bp)->flags & IS_VF_FLAG))
Dbnx2x_main.c13844 bp->flags |= IS_VF_FLAG; in bnx2x_init_one()