Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bxe/
HDecore_hsi.h2667 #define DRV_FLAGS_PORT_MASK ((1 << DRV_FLAGS_DCB_CONFIGURED) | \ macro
2677 #define DRV_FLAGS_GET_PORT_MASK(_port) (DRV_FLAGS_PORT_MASK << \
HDbxe.c12860 bxe_update_drv_flags(sc, 1 << DRV_FLAGS_PORT_MASK, 0); in bxe_nic_load()