Searched refs:max_read (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/base/regmap/ |
| H A D | regmap-i2c.c | 312 u16 max_read = 0, max_write = 0; in regmap_get_i2c_bus() local 349 max_read = quirks->max_read_len; in regmap_get_i2c_bus() 356 if (max_read || max_write) { in regmap_get_i2c_bus() 361 ret_bus->max_raw_read = max_read; in regmap_get_i2c_bus()
|
| /linux/fs/fuse/ |
| H A D | inode.c | 886 ctx->max_read = result.uint_32; in fuse_parse_param() 926 if (fc->max_read != ~0) in fuse_show_options() 927 seq_printf(m, ",max_read=%u", fc->max_read); in fuse_show_options() 1460 ra_pages = fc->max_read / PAGE_SIZE; in process_init_reply() 1882 fc->max_read = max_t(unsigned int, 4096, ctx->max_read); in fuse_fill_super_common() 2054 ctx->max_read = ~0; in fuse_init_fs_context()
|
| H A D | cuse.c | 341 fc->max_read = max_t(unsigned, arg->max_read, 4096); in cuse_process_init_reply()
|
| H A D | fuse_i.h | 619 unsigned int max_read; member 674 unsigned max_read; member
|
| H A D | file.c | 1651 size_t nmax = write ? fc->max_write : fc->max_read; in fuse_direct_io() 2170 size_t max_bytes = write ? fc->max_write : fc->max_read; in fuse_folios_need_send()
|
| H A D | virtio_fs.c | 1533 ctx->max_read = UINT_MAX; in virtio_fs_ctx_set_defaults()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | tid_rdma.h | 63 u8 max_read; member
|
| H A D | tid_rdma.c | 170 (((u64)p->max_read & TID_OPFN_MAX_READ_MASK) << in tid_rdma_opfn_encode() 183 p->max_read = (data >> TID_OPFN_MAX_READ_SHIFT) & in tid_rdma_opfn_decode() 200 p->max_read = TID_RDMA_MAX_READ_SEGS_PER_REQ; in tid_rdma_opfn_init() 1969 req->n_flows = qpriv->tid_rdma.local.max_read; in tid_rdma_rcv_read_request() 3337 priv->tid_req.n_flows = remote->max_read; in setup_tid_rdma_wqe()
|
| /linux/drivers/char/xillybus/ |
| H A D | xillyusb.c | 784 unsigned int max_read; in try_queue_bulk_out() local 821 max_read = min(fill, ep->buffer_size); in try_queue_bulk_out() 823 count = fifo_read(&ep->fifo, xb->buf, max_read, xilly_memcpy); in try_queue_bulk_out()
|
| /linux/include/uapi/linux/ |
| H A D | fuse.h | 945 uint32_t max_read; member
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse.rst | 97 max_read=N
|
| /linux/fs/smb/client/ |
| H A D | cifsglob.h | 779 unsigned int max_read; member
|
| H A D | smb2ops.c | 453 return server->max_read == 0; in smb2_need_neg() 539 rsize = min_t(unsigned int, rsize, server->max_read); in smb2_negotiate_rsize() 555 rsize = min_t(unsigned int, rsize, server->max_read); in smb3_negotiate_rsize()
|
| H A D | inode.c | 68 if (cifs_sb_master_tcon(cifs_sb)->ses->server->max_read < in cifs_set_ops()
|
| H A D | connect.c | 300 server->max_read = 0; in cifs_abort_connection()
|
| H A D | smb2pdu.c | 1270 server->max_read = le32_to_cpu(rsp->MaxReadSize); in SMB2_negotiate()
|
| H A D | cifssmb.c | 503 server->max_read = server->maxBuf; in CIFSSMBNegotiate()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 5962 uint32_t busy, max_read; in lpfc_cmf_timer() local 6058 max_read = atomic_xchg(&phba->rx_max_read_cnt, 0); in lpfc_cmf_timer() 6087 entry.max_read_cnt = max_read; in lpfc_cmf_timer()
|