Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc.h328 #define IGC_FLAG_TSN_QAV_ENABLED BIT(18) macro
331 (IGC_FLAG_TSN_QBV_ENABLED | IGC_FLAG_TSN_QAV_ENABLED)
H A Digc_tsn.c47 new_flags |= IGC_FLAG_TSN_QAV_ENABLED; in igc_tsn_new_flags()