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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dtiocx.c395 u64 cx_credits; local
397 cx_credits = REMOTE_HUB_L(nasid, TIO_ICE_PMI_TX_DYN_CREDIT_STAT_CB3);
398 cx_credits &= TIO_ICE_PMI_TX_DYN_CREDIT_STAT_CB3_CREDIT_CNT_MASK;
399 DBG("cx_credits= 0x%lx\n", cx_credits);
401 return (cx_credits == 0xf) ? 1 : 0;

Completed in 25 milliseconds