Searched refs:max_read (Results 1 – 7 of 7) sorted by relevance
| /drivers/base/regmap/ |
| 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()
|
| /drivers/crypto/inside-secure/eip93/ |
| A D | eip93-hash.c | 320 unsigned int max_read, consumed = 0; in __eip93_hash_update() local 328 max_read = SHA256_BLOCK_SIZE - offset; in __eip93_hash_update() 334 while (to_consume > max_read) { in __eip93_hash_update() 343 max_read, consumed); in __eip93_hash_update() 352 max_read = SHA256_BLOCK_SIZE; in __eip93_hash_update()
|
| /drivers/infiniband/hw/hfi1/ |
| A D | tid_rdma.h | 63 u8 max_read; member
|
| A D | trace_tid.h | 311 __field(u8, max_read) 323 __entry->max_read = param->max_read; 334 __entry->max_read,
|
| 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()
|
| /drivers/char/xillybus/ |
| 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()
|
| /drivers/scsi/lpfc/ |
| A D | lpfc_init.c | 5975 uint32_t busy, max_read; in lpfc_cmf_timer() local 6071 max_read = atomic_xchg(&phba->rx_max_read_cnt, 0); in lpfc_cmf_timer() 6100 entry.max_read_cnt = max_read; in lpfc_cmf_timer()
|
Completed in 45 milliseconds