Searched refs:outbuf_size (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/ntb/test/ |
H A D | ntb_perf.c | 150 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/drivers/tty/hvc/ |
H A D | hvc_console.h | 40 int outbuf_size; member 78 const struct hv_ops *ops, int outbuf_size);
|
H A D | hvc_console.c | 518 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(struct_size(hp, outbuf, outbuf_size), GFP_KERNEL); in hvc_alloc() 932 hp->outbuf_size = outbuf_size; in hvc_alloc()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_if.h | 80 u32 outbuf_size; /* Output buffer size */ member
|
H A D | cxgb4_cudbg.c | 177 cudbg_init.outbuf_size = size; in cxgb4_cudbg_collect()
|
/linux/drivers/scsi/ |
H A D | hptiop.h | 238 __le32 outbuf_size; member 336 u32 outbuf_size; member
|
H A D | hptiop.c | 818 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()
|