Lines Matching refs:iov_len
314 u32 iov_len = min_t(u32, length, sg->length - sg_offset); in nvmet_tcp_map_pdu_iovec() local
317 iov->iov_len = iov_len; in nvmet_tcp_map_pdu_iovec()
319 length -= iov_len; in nvmet_tcp_map_pdu_iovec()
401 sg_init_one(&sg, iov->iov_base, iov->iov_len); in nvmet_tcp_recv_ddgst()
402 ahash_request_set_crypt(hash, &sg, NULL, iov->iov_len); in nvmet_tcp_recv_ddgst()
697 .iov_len = left in nvmet_try_send_ddgst()
706 ret = kernel_sendmsg(queue->sock, &msg, &iov, 1, iov.iov_len); in nvmet_try_send_ddgst()
884 iov.iov_len = sizeof(*icresp); in nvmet_tcp_handle_icreq()
885 ret = kernel_sendmsg(queue->sock, &msg, &iov, 1, iov.iov_len); in nvmet_tcp_handle_icreq()
1080 iov.iov_len = queue->left; in nvmet_tcp_try_recv_pdu()
1082 iov.iov_len, msg.msg_flags); in nvmet_tcp_try_recv_pdu()
1169 .iov_len = queue->left in nvmet_tcp_try_recv_ddgst()
1173 iov.iov_len, msg.msg_flags); in nvmet_tcp_try_recv_ddgst()