Home
last modified time | relevance | path

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

/linux-4.1.27/net/rds/
DMakefile2 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
/linux-4.1.27/include/linux/sunrpc/
Dxprt.h31 #define RPCXPRT_CONGESTED(xprt) ((xprt)->cong >= (xprt)->cwnd)
165 unsigned long cong; /* current congestion */ member
/linux-4.1.27/net/sunrpc/
Dxprt.c392 task->tk_pid, xprt->cong, xprt->cwnd); in __xprt_get_cong()
396 xprt->cong += RPC_CWNDSCALE; in __xprt_get_cong()
410 xprt->cong -= RPC_CWNDSCALE; in __xprt_put_cong()
449 if (result >= 0 && cwnd <= xprt->cong) { in xprt_adjust_cwnd()
462 xprt->cong, xprt->cwnd, cwnd); in xprt_adjust_cwnd()
/linux-4.1.27/Documentation/networking/
Drds.txt340 update cong map if datagram was cong update
/linux-4.1.27/drivers/net/ethernet/intel/
De100.c1466 u16 bmcr, stat, id_lo, id_hi, cong; in e100_phy_init() local
1524 cong = mdio_read(netdev, nic->mii.phy_id, MII_NSC_CONG); in e100_phy_init()
1525 cong |= NSC_CONG_TXREADY; in e100_phy_init()
1526 cong &= ~NSC_CONG_ENABLE; in e100_phy_init()
1527 mdio_write(netdev, nic->mii.phy_id, MII_NSC_CONG, cong); in e100_phy_init()
/linux-4.1.27/include/linux/mlx5/
Ddevice.h515 struct mlx5_eqe_congestion cong; member