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

/linux-master/samples/bpf/
H A Dtcp_cong_kern.c27 char cong[] = "dctcp"; local
60 cong, sizeof(cong));
64 cong, sizeof(cong));
H A Dtcp_basertt_kern.c27 char cong[20]; local
49 cong, sizeof(cong));
50 if (!n && !__builtin_memcmp(cong, nv, sizeof(nv))) {
/linux-master/drivers/infiniband/hw/mlx5/
H A DMakefile6 cong.o \
/linux-master/net/rds/
H A DMakefile3 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
/linux-master/include/linux/sunrpc/
H A Dxprt.h31 #define RPCXPRT_CONGESTED(xprt) ((xprt)->cong >= (xprt)->cwnd)
68 int rq_cong; /* has incremented xprt->cong */
208 unsigned long cong; /* current congestion */ member in struct:rpc_xprt
/linux-master/net/sunrpc/
H A Dxprt.c471 xprt->cong += RPC_CWNDSCALE;
485 xprt->cong -= RPC_CWNDSCALE;
567 if (result >= 0 && cwnd <= xprt->cong) {
579 dprintk("RPC: cong %ld, cwnd was %ld, now %ld\n",
580 xprt->cong, xprt->cwnd, cwnd);
H A Dsysfs.c154 xprt->last_used, xprt->cong, xprt->cwnd, xprt->max_reqs,
/linux-master/include/trace/events/
H A Dsunrpc.h1235 __field(unsigned long, cong)
1255 __entry->cong = xprt->cong;
1262 " cong=%lu cwnd=%lu%s",
1264 __entry->snd_task_id, __entry->cong, __entry->cwnd,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c4357 * @cong: < 0 -> no congestion feedback, >= 0 -> congestion channel map
4362 rspq_flush_handler_t flush_hnd, int cong)
4397 if (cong >= 0)
4399 FW_IQ_CMD_IQTYPE_V(cong ? FW_IQ_IQTYPE_NIC
4428 if (cong >= 0)
4430 htonl(FW_IQ_CMD_FL0CNGCHMAP_V(cong) |
4505 if (!is_t4(adap->params.chip) && cong >= 0) {
4513 if (cong == 0) {
4519 if (cong & (1 << i))
4359 t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, struct net_device *dev, int intr_idx, struct sge_fl *fl, rspq_handler_t hnd, rspq_flush_handler_t flush_hnd, int cong) argument
H A Dcxgb4.h1622 rspq_flush_handler_t flush_handler, int cong);
/linux-master/drivers/net/ethernet/intel/
H A De100.c1437 u16 bmcr, stat, id_lo, id_hi, cong; local
1495 cong = mdio_read(netdev, nic->mii.phy_id, MII_NSC_CONG);
1496 cong |= NSC_CONG_TXREADY;
1497 cong &= ~NSC_CONG_ENABLE;
1498 mdio_write(netdev, nic->mii.phy_id, MII_NSC_CONG, cong);
/linux-master/net/tipc/
H A Dsocket.c1017 bool cong; local
1034 cong = tipc_group_cong(tsk->group, node, port, blks,
1036 if (!cong)
1048 if (likely(!cong && !tipc_dest_find(cong_links, node, 0)))
/linux-master/net/sunrpc/xprtrdma/
H A Drpc_rdma.c1016 xprt->cong = 0;
/linux-master/include/linux/mlx5/
H A Ddevice.h745 struct mlx5_eqe_congestion cong; member in union:ev_data

Completed in 259 milliseconds