Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc.h399 #define IGC_FLAG_TSN_QAV_ENABLED BIT(18) macro
404 (IGC_FLAG_TSN_QBV_ENABLED | IGC_FLAG_TSN_QAV_ENABLED | \
H A Digc_tsn.c243 new_flags |= IGC_FLAG_TSN_QAV_ENABLED; in igc_tsn_new_flags()