Home
last modified time | relevance | path

Searched refs:cong (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/net/rds/
DMakefile2 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
/linux-3.4.99/net/sunrpc/
Dxprt.c90 #define RPCXPRT_CONGESTED(xprt) ((xprt)->cong >= (xprt)->cwnd)
403 task->tk_pid, xprt->cong, xprt->cwnd); in __xprt_get_cong()
407 xprt->cong += RPC_CWNDSCALE; in __xprt_get_cong()
421 xprt->cong -= RPC_CWNDSCALE; in __xprt_put_cong()
450 if (result >= 0 && cwnd <= xprt->cong) { in xprt_adjust_cwnd()
463 xprt->cong, xprt->cwnd, cwnd); in xprt_adjust_cwnd()
/linux-3.4.99/include/linux/sunrpc/
Dxprt.h159 unsigned long cong; /* current congestion */ member
/linux-3.4.99/drivers/net/ethernet/intel/
De100.c1440 u16 bmcr, stat, id_lo, id_hi, cong; in e100_phy_init() local
1498 cong = mdio_read(netdev, nic->mii.phy_id, MII_NSC_CONG); in e100_phy_init()
1499 cong |= NSC_CONG_TXREADY; in e100_phy_init()
1500 cong &= ~NSC_CONG_ENABLE; in e100_phy_init()
1501 mdio_write(netdev, nic->mii.phy_id, MII_NSC_CONG, cong); in e100_phy_init()
/linux-3.4.99/Documentation/networking/
Drds.txt341 update cong map if datagram was cong update