Searched refs:IGC_TXDCTL_PTHRESH (Results 1 – 2 of 2) sorted by relevance
503 #define IGC_TXDCTL_PTHRESH(x) FIELD_PREP(IGC_TXDCTL_PTHRESH_MASK, (x)) macro
752 txdctl |= IGC_TXDCTL_PTHRESH(8) | IGC_TXDCTL_HTHRESH(1) | in igc_configure_tx_ring()