Searched refs:tx_total_len (Results 1 – 6 of 6) sorted by relevance
312 if (call->tx_total_len != -1) { in rxrpc_send_data()313 if (len > call->tx_total_len) in rxrpc_send_data()315 if (!more && len != call->tx_total_len) in rxrpc_send_data()411 if (call->tx_total_len != -1) in rxrpc_send_data()412 call->tx_total_len -= copy; in rxrpc_send_data()554 if (p->call.tx_total_len != -1 || len != sizeof(__s64)) in rxrpc_sendmsg_cmsg()556 p->call.tx_total_len = *(__s64 *)CMSG_DATA(cmsg); in rxrpc_sendmsg_cmsg()557 if (p->call.tx_total_len < 0) in rxrpc_sendmsg_cmsg()581 if (p->call.tx_total_len != -1 && p->command != RXRPC_CMD_SEND_DATA) in rxrpc_sendmsg_cmsg()646 .call.tx_total_len = -1, in rxrpc_do_sendmsg()[all …]
145 call->tx_total_len = -1; in rxrpc_alloc_call()280 call->tx_total_len = p->tx_total_len; in rxrpc_new_client_call()
284 s64 tx_total_len, in rxrpc_kernel_begin_call() argument312 p.tx_total_len = tx_total_len; in rxrpc_kernel_begin_call()
583 s64 tx_total_len; /* Total length left to be transmitted (or -1) */ member717 s64 tx_total_len; /* Total Tx data length (if send data) */ member
366 s64 tx_total_len; in afs_make_call() local385 tx_total_len = call->request_size; in afs_make_call()390 tx_total_len += op->store.last_to - op->store.first_offset; in afs_make_call()396 tx_total_len += PAGE_SIZE - op->store.first_offset; in afs_make_call()397 tx_total_len += op->store.last_to; in afs_make_call()398 tx_total_len += (op->store.last - op->store.first - 1) * PAGE_SIZE; in afs_make_call()413 tx_total_len, gfp, in afs_make_call()
807 s64 tx_total_len,828 tx_total_len is the amount of data the caller is intending to transmit1020 s64 tx_total_len);1024 size should be set when the call is begun. tx_total_len may not be less