Home
last modified time | relevance | path

Searched refs:bytes_acked (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_zcopy.c71 tx_sa->bytes_sent = tx_sa->bytes_acked = 0; in sdp_post_srcavail()
107 tx_sa->bytes_acked = payload_len; in sdp_post_srcavail()
171 else if (tx_sa->bytes_acked > tx_sa->bytes_sent) { in sdp_wait_rdmardcompl()
193 if (ssk->rx_sa && (tx_sa->bytes_acked < tx_sa->bytes_sent)) { in sdp_wait_rdmardcompl()
207 (tx_sa->bytes_acked < tx_sa->bytes_sent) && in sdp_wait_rdmardcompl()
213 if (tx_sa->bytes_acked == tx_sa->bytes_sent) in sdp_wait_rdmardcompl()
230 tx_sa->bytes_acked, tx_sa->bytes_sent, tx_sa->abort_flags); in sdp_wait_rdmardcompl()
393 ssk->tx_sa->bytes_acked += bytes_completed; in sdp_handle_rdma_read_compl()
702 sdp_update_iov_used(sk, iov, tx_sa->bytes_acked); in do_sdp_sendmsg_zcopy()
HDsdp.h302 u32 bytes_acked; member
/trueos/sys/netinet/
HDsctp_cc_functions.c1924 net->cc_mod.htcp_ca.bytes_acked = net->net_ack; in measure_achieved_throughput()
2101 net->cc_mod.htcp_ca.bytes_acked = net->mtu; in htcp_cong_avoid()
2121 net->cc_mod.htcp_ca.bytes_acked = net->mtu; in htcp_init()
HDsctp_structs.h205 uint16_t bytes_acked; member