Home
last modified time | relevance | path

Searched refs:IS_VF_FLAG (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1486 #define IS_VF_FLAG (1 << 22) macro
1496 #define IS_VF(bp) ((bp)->flags & IS_VF_FLAG)
1497 #define IS_PF(bp) (!((bp)->flags & IS_VF_FLAG))
H A Dbnx2x_main.c13958 bp->flags |= IS_VF_FLAG; in bnx2x_init_one()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1486 #define IS_VF_FLAG (1 << 22) macro
1495 #define IS_VF(bp) ((bp)->flags & IS_VF_FLAG)
1496 #define IS_PF(bp) (!((bp)->flags & IS_VF_FLAG))
H A Dbnx2x_main.c13886 bp->flags |= IS_VF_FLAG; in bnx2x_init_one()

Completed in 42 milliseconds