Home | History | Annotate | Download | only in ixgbe

Lines Matching defs:rsc

74 #ifdef RSC
76 * HW RSC control:
129 #ifdef RSC
1264 #ifdef RSC
1268 * Used to detect a descriptor that has been merged by Hardware RSC.
1280 * Initialize Hardware RSC (LRO) feature on 82599
1295 /* If turning LRO/RSC off we need to disable it */
1335 /* Disable RSC for ACK packets */
1604 #ifdef RSC
1609 #ifdef RSC
1880 #ifdef RSC
1881 u32 rsc;
1918 #ifdef RSC
1919 rsc = 0;
1991 * LRO (called HW RSC), packets need
2006 #ifdef RSC
2008 rsc = ixgbe_rsc_count(cur);
2009 rxr->rsc_num += (rsc - 1);
2011 if (rsc) { /* Get hardware index */