Searched refs:cong (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/net/rds/ |
D | Makefile | 2 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
|
/linux-4.4.14/include/linux/sunrpc/ |
D | xprt.h | 31 #define RPCXPRT_CONGESTED(xprt) ((xprt)->cong >= (xprt)->cwnd) 177 unsigned long cong; /* current congestion */ member
|
/linux-4.4.14/net/sunrpc/ |
D | xprt.c | 395 task->tk_pid, xprt->cong, xprt->cwnd); in __xprt_get_cong() 399 xprt->cong += RPC_CWNDSCALE; in __xprt_get_cong() 413 xprt->cong -= RPC_CWNDSCALE; in __xprt_put_cong() 452 if (result >= 0 && cwnd <= xprt->cong) { in xprt_adjust_cwnd() 465 xprt->cong, xprt->cwnd, cwnd); in xprt_adjust_cwnd()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 2452 struct sge_fl *fl, rspq_handler_t hnd, int cong) in t4_sge_alloc_rxq() argument 2485 if (cong >= 0) in t4_sge_alloc_rxq() 2512 if (cong >= 0) in t4_sge_alloc_rxq() 2514 htonl(FW_IQ_CMD_FL0CNGCHMAP_V(cong) | in t4_sge_alloc_rxq() 2576 if (!is_t4(adap->params.chip) && cong >= 0) { in t4_sge_alloc_rxq() 2583 if (cong == 0) { in t4_sge_alloc_rxq() 2589 if (cong & (1 << i)) in t4_sge_alloc_rxq()
|
D | cxgb4.h | 1106 struct sge_fl *fl, rspq_handler_t hnd, int cong);
|
/linux-4.4.14/Documentation/networking/ |
D | rds.txt | 340 update cong map if datagram was cong update
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | e100.c | 1466 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.4.14/Documentation/DocBook/ |
D | networking.xml.db | 215 API-xprt-release-xprt-cong 216 API-xprt-release-rqst-cong
|
/linux-4.4.14/include/linux/mlx5/ |
D | device.h | 542 struct mlx5_eqe_congestion cong; member
|