Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtcp_cong_kern.c27 char cong[] = "dctcp"; in bpf_cong() local
60 cong, sizeof(cong)); in bpf_cong()
64 cong, sizeof(cong)); in bpf_cong()
H A Dtcp_basertt_kern.c27 char cong[20]; in bpf_basertt() local
49 cong, sizeof(cong)); in bpf_basertt()
50 if (!n && !__builtin_memcmp(cong, nv, sizeof(nv)+1)) { in bpf_basertt()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A DMakefile6 cong.o \
/OK3568_Linux_fs/kernel/net/rds/
H A DMakefile3 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxprt.h31 #define RPCXPRT_CONGESTED(xprt) ((xprt)->cong >= (xprt)->cwnd)
194 unsigned long cong; /* current congestion */ member
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dxprt.c442 xprt->cong += RPC_CWNDSCALE; in __xprt_get_cong()
456 xprt->cong -= RPC_CWNDSCALE; in __xprt_put_cong()
538 if (result >= 0 && cwnd <= xprt->cong) { in xprt_adjust_cwnd()
551 xprt->cong, xprt->cwnd, cwnd); in xprt_adjust_cwnd()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/data/
H A Drawdict_utf16_65105_freq.txt13971 徖 0.875034462358 1 cong
13972 瞛 1.15534975655 1 cong
13973 瑽 1.27965277191 1 cong
13974 樅 1.37385445284 1 cong
13975 蟌 1.41028209928 1 cong
13976 藂 1.46582894577 1 cong
13977 鏦 1.55812484117 1 cong
13978 欉 1.56006773445 1 cong
13979 暰 1.74740248276 1 cong
13980 謥 1.99416224895 1 cong
[all …]
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dsunrpc.h1155 __field(unsigned long, cong)
1171 __entry->cong = xprt->cong;
1178 __entry->snd_task_id, __entry->cong, __entry->cwnd,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c4351 rspq_flush_handler_t flush_hnd, int cong) in t4_sge_alloc_rxq() argument
4386 if (cong >= 0) in t4_sge_alloc_rxq()
4388 FW_IQ_CMD_IQTYPE_V(cong ? FW_IQ_IQTYPE_NIC in t4_sge_alloc_rxq()
4417 if (cong >= 0) in t4_sge_alloc_rxq()
4419 htonl(FW_IQ_CMD_FL0CNGCHMAP_V(cong) | in t4_sge_alloc_rxq()
4494 if (!is_t4(adap->params.chip) && cong >= 0) { in t4_sge_alloc_rxq()
4502 if (cong == 0) { in t4_sge_alloc_rxq()
4508 if (cong & (1 << i)) in t4_sge_alloc_rxq()
H A Dcxgb4.h1626 rspq_flush_handler_t flush_handler, int cong);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/
H A De100.c1438 u16 bmcr, stat, id_lo, id_hi, cong; in e100_phy_init() local
1496 cong = mdio_read(netdev, nic->mii.phy_id, MII_NSC_CONG); in e100_phy_init()
1497 cong |= NSC_CONG_TXREADY; in e100_phy_init()
1498 cong &= ~NSC_CONG_ENABLE; in e100_phy_init()
1499 mdio_write(netdev, nic->mii.phy_id, MII_NSC_CONG, cong); in e100_phy_init()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Drds.rst377 - update cong map if datagram was cong update
/OK3568_Linux_fs/kernel/net/tipc/
H A Dsocket.c996 bool cong; in tipc_send_group_anycast() local
1015 cong = tipc_group_cong(tsk->group, node, port, blks, in tipc_send_group_anycast()
1017 if (!cong) in tipc_send_group_anycast()
1029 if (likely(!cong && !tipc_dest_find(cong_links, node, 0))) in tipc_send_group_anycast()
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Ddevice.h728 struct mlx5_eqe_congestion cong; member
/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A Drpc_rdma.c1032 xprt->cong = 0; in rpcrdma_reset_cwnd()