Searched refs:data_credits_refill (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_dcb.h104 u16 data_credits_refill; /* Credit refill amount in 64B granularity */ member in struct:tc_bw_alloc
H A Dixgbe_dcb_82598.c165 credit_refill = p->data_credits_refill;
223 reg |= p->data_credits_refill;
263 reg = p->data_credits_refill;
H A Dixgbe_dcb_82599.c165 credit_refill = p->data_credits_refill;
212 reg |= p->data_credits_refill;
266 reg = p->data_credits_refill;
H A Dixgbe_dcb.c170 p->data_credits_refill = (u16)credit_refill;

Completed in 37 milliseconds