Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c14 #define BIT_PG_TX 0x08 macro
50 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
55 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
60 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
67 changes |= (BIT_PG_TX | BIT_PFC | BIT_APP_UPCHG); in ixgbe_copy_dcb_cfg()
97 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
314 if (adapter->dcb_set_bitmap & (BIT_PG_TX|BIT_PG_RX)) { in ixgbe_dcbnl_set_all()
739 u8 mask = BIT_PFC | BIT_PG_TX | BIT_PG_RX | BIT_APP_UPCHG; in ixgbe_dcbnl_setdcbx()