Lines Matching +full:tx +full:- +full:sec
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2009 - 2018 Intel Corporation. */
22 #define IGBVF_START_ITR 488 /* ~8000 ints/sec */
39 /* Tx/Rx descriptor defines */
48 #define IGBVF_MIN_ITR_USECS 10 /* 100000 irq/sec */
49 #define IGBVF_MAX_ITR_USECS 10000 /* 100 irq/sec */
52 * PTHRESH - MAC will consider prefetch if it has fewer than this number of
55 * HTHRESH - MAC will only prefetch if there are at least this many descriptors
58 * WTHRESH - RX descriptor writeback threshold - MAC will delay writing back
71 /* How many Tx Descriptors do we need to call netif_wake_queue ? */
79 #define IGBVF_MNG_VLAN_NONE (-1)
84 #define PS_PAGE_BUFFERS (MAX_PS_BUFFERS - 1)
103 /* Tx */
178 u32 requested_itr; /* ints/sec or adaptive */
179 u32 current_itr; /* Actual ITR register value, not ints/sec */
181 /* Tx */
196 /* Tx stats */