Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.c662 sc->flags = BNX2X_IS_VF_FLAG; in bnx2x_common_dev_init()
H A Dbnx2x.h929 #define IS_VF(sc) ((sc)->flags & BNX2X_IS_VF_FLAG)
1077 #define BNX2X_IS_VF_FLAG 0x100 macro