Home
last modified time | relevance | path

Searched defs:igb_ring (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb.h315 struct igb_ring { struct
318 struct bpf_prog *xdp_prog;
324 void *desc; /* descriptor ring memory */
335 s32 idleslope; /* idleSlope in kbps */
336 s32 sendslope; /* sendSlope in kbps */
337 s32 hicredit; /* hiCredit in bytes */
338 s32 locredit; /* loCredit in bytes */
341 u16 next_to_clean;
342 u16 next_to_use;
343 u16 next_to_alloc;
[all …]