| /linux/fs/smb/client/ |
| H A D | smb2pdu.c | 530 unsigned int *total_len) in fill_small_buf() 555 void **request_buf, unsigned int *total_len) in __smb2_plain_req_init() 587 void **request_buf, unsigned int *total_len) in smb2_plain_req_init() 601 void **request_buf, unsigned int *total_len) in smb2_ioctl_req_init() 734 struct TCP_Server_Info *server, unsigned int *total_len) in assemble_neg_contexts() 1116 unsigned int total_len; in SMB2_negotiate() local 1555 unsigned int total_len; in SMB2_sess_alloc_buffer() local 2062 unsigned int total_len; in SMB2_logoff() local 2144 unsigned int total_len; in SMB2_tcon() local 2279 unsigned int total_len; in SMB2_tdis() local [all …]
|
| /linux/net/core/ |
| H A D | tso.c | 95 size_t total_len, size_t *offset) in tso_dma_iova_try() 170 size_t total_len = skb->len - hdr_len; in tso_dma_map_init() local
|
| /linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | crc32.h | 16 static inline u32 crc32_posix_end(u32 crc, size_t total_len) in crc32_posix_end()
|
| /linux/fs/smb/server/ |
| H A D | asn1.c | 103 int total_len = 4 + compute_asn_hdr_len_bytes(neg_result_len + in build_spnego_ntlmssp_neg_blob() local 140 int total_len = 4 + compute_asn_hdr_len_bytes(neg_result_len) * 2 + in build_spnego_ntlmssp_auth_blob() local
|
| /linux/drivers/dma/ioat/ |
| H A D | prep.c | 109 size_t total_len = len; in ioat_dma_prep_memcpy_lock() local 160 size_t total_len = len; in __ioat_prep_xor_lock() local 349 size_t total_len = len; in __ioat_prep_pq_lock() local 471 size_t total_len = len; in __ioat_prep_pq16_lock() local
|
| /linux/include/linux/ |
| H A D | xxhash.h | 147 uint64_t total_len; member
|
| H A D | splice.h | 30 size_t total_len; /* remaining length */ member
|
| /linux/drivers/spi/ |
| H A D | spi-cavium.c | 131 unsigned int total_len = 0; in octeon_spi_transfer_one_message() local
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal.c | 442 size_t total_len, bool atomic) in __opal_put_chars() 498 ssize_t opal_put_chars(uint32_t vtermno, const u8 *data, size_t total_len) in opal_put_chars() 510 size_t total_len) in opal_put_chars_atomic()
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_bsg.c | 207 uint32_t total_len = 0; in qla4xxx_read_nvram() local 279 uint32_t total_len = 0; in qla4xxx_update_nvram() local
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | pio.c | 493 unsigned int hdrlen, total_len; in b43_pio_tx() local 568 unsigned int total_len; in b43_pio_handle_txstatus() local
|
| /linux/drivers/net/ |
| H A D | tap.c | 578 unsigned long total_len = iov_iter_count(from); in tap_get_user() local 1117 size_t total_len) in tap_sendmsg() 1138 size_t total_len, int flags) in tap_recvmsg()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_droq.c | 519 octeon_droq_get_bufcount(u32 buf_size, u32 total_len) in octeon_droq_get_bufcount() 594 u32 pkt, total_len = 0, pkt_count, retval; in octeon_droq_fast_process_packets() local
|
| /linux/drivers/infiniband/core/ |
| H A D | rw.c | 294 u32 total_len = 0, i, j; in rdma_rw_init_map_wrs() local 411 u32 total_len = 0, i, j; in rdma_rw_init_map_wrs_bvec() local 494 size_t total_len = iter->bi_size; in rdma_rw_init_iova_wrs_bvec() local
|
| /linux/drivers/fsi/ |
| H A D | fsi-core.c | 616 size_t total_len, read_len; in fsi_slave_sysfs_raw_read() local 643 size_t total_len, write_len; in fsi_slave_sysfs_raw_write() local 719 size_t total_len, read_len; in cfam_read() local 755 size_t total_len, write_len; in cfam_write() local
|
| /linux/drivers/media/platform/mediatek/vcodec/common/ |
| H A D | mtk_vcodec_dbgfs.c | 96 int total_len = 200 * (dbgfs->inst_count == 0 ? 1 : dbgfs->inst_count); in mtk_vdec_dbgfs_read() local
|
| /linux/net/nfc/nci/ |
| H A D | data.c | 101 int total_len = skb->len; in nci_queue_tx_data_frags() local
|
| /linux/fs/ |
| H A D | pipe.c | 141 static void anon_pipe_prefill_and_lock(struct pipe_inode_info *pipe, size_t total_len) in anon_pipe_prefill_and_lock() 346 size_t total_len = iov_iter_count(to); in anon_pipe_read() local 513 size_t total_len = iov_iter_count(from); in anon_pipe_write() local
|
| /linux/drivers/net/ethernet/mellanox/mlxfw/ |
| H A D | mlxfw_mfa2_format.h | 40 __be16 total_len; member
|
| /linux/drivers/media/common/siano/ |
| H A D | smscoreapi.c | 1936 u32 total_len; in smscore_gpio_configure() local 2015 u32 total_len; in smscore_gpio_set_level() local 2063 u32 total_len; in smscore_gpio_get_level() local
|
| /linux/fs/squashfs/ |
| H A D | block.c | 226 int total_len = (block_end - block) << msblk->devblksize_log2; in squashfs_bio_read() local
|
| /linux/drivers/vhost/ |
| H A D | net.c | 689 static bool tx_can_batch(struct vhost_virtqueue *vq, size_t total_len) in tx_can_batch() 783 size_t len, total_len = 0; in handle_tx_copy() local 887 size_t len, total_len = 0; in handle_tx_zerocopy() local 1168 size_t total_len = 0; in handle_rx() local
|
| H A D | test.c | 54 size_t len, total_len = 0; in handle_vq() local
|
| /linux/drivers/nvme/target/ |
| H A D | io-cmd-file.c | 125 size_t len = 0, total_len = 0; in nvmet_file_execute_io() local
|
| /linux/block/ |
| H A D | blk-mq-dma.c | 166 unsigned int total_len) in blk_dma_map_iter_start()
|