Home
last modified time | relevance | path

Searched refs:outbuf_size (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/drivers/ntb/test/
Dntb_perf.c150 resource_size_t outbuf_size; member
544 peer->outbuf_xlat, peer->outbuf_size); in perf_setup_outbuf()
633 perf_cmd_send(peer, PERF_CMD_SSIZE, peer->outbuf_size); in perf_service_work()
877 pthr->src = kmalloc_node(perf->test_peer->outbuf_size, GFP_KERNEL, in perf_init_test()
882 get_random_bytes(pthr->src, perf->test_peer->outbuf_size); in perf_init_test()
897 peer->out_phys_addr, peer->outbuf_size, in perf_init_test()
933 chunk_size = min_t(u64, peer->outbuf_size, chunk_size); in perf_run_test()
936 bnd_dst = peer->outbuf + peer->outbuf_size; in perf_run_test()
1010 pthr->perf->test_peer->outbuf_size, in perf_clear_test()
1233 "\tOut buffer size %pa\n", &peer->outbuf_size); in perf_dbgfs_read_info()
[all …]
/linux-6.6.21/drivers/tty/hvc/
Dhvc_console.h41 int outbuf_size; member
78 const struct hv_ops *ops, int outbuf_size);
Dhvc_console.c518 rsize = hp->outbuf_size - hp->n_outbuf; in hvc_write()
596 return hp->outbuf_size - hp->n_outbuf; in hvc_write_room()
913 int outbuf_size) in hvc_alloc() argument
925 hp = kzalloc(ALIGN(sizeof(*hp), sizeof(long)) + outbuf_size, in hvc_alloc()
933 hp->outbuf_size = outbuf_size; in hvc_alloc()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_if.h80 u32 outbuf_size; /* Output buffer size */ member
Dcxgb4_cudbg.c177 cudbg_init.outbuf_size = size; in cxgb4_cudbg_collect()
/linux-6.6.21/drivers/scsi/
Dhptiop.h238 __le32 outbuf_size; member
336 u32 outbuf_size; member
Dhptiop.c818 if (arg->outbuf_size) in hptiop_iop_request_callback_itl()
821 arg->outbuf_size); in hptiop_iop_request_callback_itl()
824 *arg->bytes_returned = arg->outbuf_size; in hptiop_iop_request_callback_itl()