Searched refs:max_read (Results 1 – 14 of 14) sorted by relevance
| /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/sound/soc/codecs/ |
| H A D | wm_adsp.c | 1935 int mem_type, nwords, max_read; in wm_adsp_buffer_capture_block() 1950 max_read = wm_adsp_compr_frag_words(compr); in wm_adsp_buffer_capture_block() 1957 if (nwords > max_read) in wm_adsp_buffer_capture_block() 1958 nwords = max_read; in wm_adsp_buffer_capture_block() 1926 int mem_type, nwords, max_read; wm_adsp_buffer_capture_block() local
|
| /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 | 464 return server->max_read == 0; in smb2_need_neg() 550 rsize = min_t(unsigned int, rsize, server->max_read); in smb2_negotiate_rsize() 566 rsize = min_t(unsigned int, rsize, server->max_read); in smb3_negotiate_rsize()
|
| H A D | inode.c | 86 if (tcon->ses->server->max_read < PAGE_SIZE + MAX_CIFS_HDR_SIZE) in cifs_set_ops()
|
| H A D | connect.c | 303 server->max_read = 0; in cifs_abort_connection()
|
| H A D | smb2pdu.c | 1294 server->max_read = le32_to_cpu(rsp->MaxReadSize); in SMB2_negotiate()
|
| H A D | cifssmb.c | 504 server->max_read = server->maxBuf; in CIFSSMBNegotiate()
|
| /linux/fs/fuse/ |
| H A D | file.c | 1661 size_t nmax = write ? fc->max_write : fc->max_read; in fuse_direct_io() 2182 size_t max_bytes = write ? fc->max_write : fc->max_read; in fuse_folios_need_send()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 5965 uint32_t busy, max_read; in lpfc_cmf_timer() local 6061 max_read = atomic_xchg(&phba->rx_max_read_cnt, 0); in lpfc_cmf_timer() 6090 entry.max_read_cnt = max_read; in lpfc_cmf_timer()
|