Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c3248 mtqc |= IXGBE_MTQC_RT_ENA | IXGBE_MTQC_8TC_8TQ; in ixgbe_setup_mtqc()
3250 mtqc |= IXGBE_MTQC_RT_ENA | IXGBE_MTQC_4TC_4TQ; in ixgbe_setup_mtqc()
3258 mtqc = IXGBE_MTQC_RT_ENA | IXGBE_MTQC_8TC_8TQ; in ixgbe_setup_mtqc()
3260 mtqc = IXGBE_MTQC_RT_ENA | IXGBE_MTQC_4TC_4TQ; in ixgbe_setup_mtqc()
Dixgbe_type.h2341 #define IXGBE_MTQC_RT_ENA 0x1 /* DCB Enable */ macro