Searched refs:cong (Results 1 – 15 of 15) sorted by relevance
/linux/samples/bpf/ |
A D | tcp_cong_kern.c | 27 char cong[] = "dctcp"; in bpf_cong() local 60 cong, sizeof(cong)); in bpf_cong() 64 cong, sizeof(cong)); in bpf_cong()
|
A D | tcp_basertt_kern.c | 27 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()
|
/linux/drivers/infiniband/hw/mlx5/ |
A D | Makefile | 6 cong.o \
|
/linux/net/rds/ |
A D | Makefile | 3 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
|
/linux/include/linux/sunrpc/ |
A D | xprt.h | 31 #define RPCXPRT_CONGESTED(xprt) ((xprt)->cong >= (xprt)->cwnd) 197 unsigned long cong; /* current congestion */ member
|
/linux/net/sunrpc/ |
A D | xprt.c | 470 xprt->cong += RPC_CWNDSCALE; in __xprt_get_cong() 484 xprt->cong -= RPC_CWNDSCALE; in __xprt_put_cong() 566 if (result >= 0 && cwnd <= xprt->cong) { in xprt_adjust_cwnd() 579 xprt->cong, xprt->cwnd, cwnd); in xprt_adjust_cwnd()
|
A D | sysfs.c | 144 xprt->last_used, xprt->cong, xprt->cwnd, xprt->max_reqs, in rpc_sysfs_xprt_info_show()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | sge.c | 4374 rspq_flush_handler_t flush_hnd, int cong) in t4_sge_alloc_rxq() argument 4409 if (cong >= 0) in t4_sge_alloc_rxq() 4411 FW_IQ_CMD_IQTYPE_V(cong ? FW_IQ_IQTYPE_NIC in t4_sge_alloc_rxq() 4440 if (cong >= 0) in t4_sge_alloc_rxq() 4442 htonl(FW_IQ_CMD_FL0CNGCHMAP_V(cong) | in t4_sge_alloc_rxq() 4517 if (!is_t4(adap->params.chip) && cong >= 0) { in t4_sge_alloc_rxq() 4525 if (cong == 0) { in t4_sge_alloc_rxq() 4531 if (cong & (1 << i)) in t4_sge_alloc_rxq()
|
A D | cxgb4.h | 1624 rspq_flush_handler_t flush_handler, int cong);
|
/linux/drivers/net/ethernet/intel/ |
A D | e100.c | 1438 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()
|
/linux/include/trace/events/ |
A D | sunrpc.h | 1185 __field(unsigned long, cong) 1201 __entry->cong = xprt->cong; 1210 __entry->snd_task_id, __entry->cong, __entry->cwnd,
|
/linux/Documentation/networking/ |
A D | rds.rst | 377 - update cong map if datagram was cong update
|
/linux/net/tipc/ |
A D | socket.c | 1016 bool cong; in tipc_send_group_anycast() local 1033 cong = tipc_group_cong(tsk->group, node, port, blks, in tipc_send_group_anycast() 1035 if (!cong) in tipc_send_group_anycast() 1047 if (likely(!cong && !tipc_dest_find(cong_links, node, 0))) in tipc_send_group_anycast()
|
/linux/net/sunrpc/xprtrdma/ |
A D | rpc_rdma.c | 1020 xprt->cong = 0; in rpcrdma_reset_cwnd()
|
/linux/include/linux/mlx5/ |
A D | device.h | 746 struct mlx5_eqe_congestion cong; member
|
Completed in 63 milliseconds