Searched refs:data_credits_max (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.h105 u16 data_credits_max; /* Max credits for a configured packet buffer member in struct:tc_bw_alloc
H A Dixgbe_dcb_82598.c166 credit_max = p->data_credits_max;
264 reg |= (u32)(p->data_credits_max) << IXGBE_TDPT2TCCR_MCL_SHIFT;
H A Dixgbe_dcb_82599.c166 credit_max = p->data_credits_max;
267 reg |= (u32)(p->data_credits_max) << IXGBE_RTTPT2C_MCL_SHIFT;
H A Dixgbe_dcb.c198 p->data_credits_max = (u16)credit_max;

Completed in 44 milliseconds