Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c13 #define BIT_PG_TX 0x08 macro
48 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
53 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
58 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
65 changes |= (BIT_PG_TX | BIT_PFC | BIT_APP_UPCHG); in ixgbe_copy_dcb_cfg()
95 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
312 if (adapter->dcb_set_bitmap & (BIT_PG_TX|BIT_PG_RX)) { in ixgbe_dcbnl_set_all()
737 u8 mask = BIT_PFC | BIT_PG_TX | BIT_PG_RX | BIT_APP_UPCHG; in ixgbe_dcbnl_setdcbx()