Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_hsi.h2699 #define DRV_FLAGS_PORT_MASK ((1 << DRV_FLAGS_DCB_CONFIGURED) | \ macro
2709 #define DRV_FLAGS_GET_PORT_MASK(_port) (DRV_FLAGS_PORT_MASK << \
H A Dbnx2x.c7402 bnx2x_update_drv_flags(sc, 1 << DRV_FLAGS_PORT_MASK, 0); in bnx2x_nic_load()