Searched refs:tx_total_len (Results 1 – 7 of 7) sorted by relevance
330 if (call->tx_total_len != -1) { in rxrpc_send_data()373 if (call->tx_total_len != -1) in rxrpc_send_data()374 call->tx_total_len -= copy; in rxrpc_send_data()521 if (p->call.tx_total_len < 0) in rxrpc_sendmsg_cmsg()616 .call.tx_total_len = -1, in rxrpc_do_sendmsg()677 if (p.call.tx_total_len != -1) { in rxrpc_do_sendmsg()679 if (call->tx_total_len != -1 || in rxrpc_do_sendmsg()683 call->tx_total_len = p.call.tx_total_len; in rxrpc_do_sendmsg()811 s64 tx_total_len) in rxrpc_kernel_set_tx_length() argument813 WARN_ON(call->tx_total_len != -1); in rxrpc_kernel_set_tx_length()[all …]
158 call->tx_total_len = -1; in rxrpc_alloc_call()210 call->tx_total_len = p->tx_total_len; in rxrpc_alloc_client_call()
332 s64 tx_total_len, in rxrpc_kernel_begin_call() argument360 p.tx_total_len = tx_total_len; in rxrpc_kernel_begin_call()
650 s64 tx_total_len; /* Total length left to be transmitted (or -1) */ member772 s64 tx_total_len; /* Total Tx data length (if send data) */ member
48 s64 tx_total_len,
338 s64 tx_total_len; in afs_make_call() local356 tx_total_len = call->request_size; in afs_make_call()358 tx_total_len += iov_iter_count(call->write_iter); in afs_make_call()371 tx_total_len, in afs_make_call()
807 s64 tx_total_len,828 tx_total_len is the amount of data the caller is intending to transmit1027 s64 tx_total_len);1031 size should be set when the call is begun. tx_total_len may not be less
Completed in 17 milliseconds