Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/ntb/test/
A Dntb_perf.c150 resource_size_t outbuf_size; member
544 peer->outbuf_xlat, peer->outbuf_size); in perf_setup_outbuf()
897 peer->out_phys_addr, peer->outbuf_size, in perf_init_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()
1417 &peer->outbuf_size); in perf_setup_peer_mw()
1422 peer->outbuf_size); in perf_setup_peer_mw()
1428 if (max_mw_size && peer->outbuf_size > max_mw_size) { in perf_setup_peer_mw()
1429 peer->outbuf_size = max_mw_size; in perf_setup_peer_mw()
[all …]
/linux-6.3-rc2/drivers/tty/hvc/
A Dhvc_console.h41 int outbuf_size; member
78 const struct hv_ops *ops, int outbuf_size);
A 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.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcudbg_if.h80 u32 outbuf_size; /* Output buffer size */ member
A Dcxgb4_cudbg.c177 cudbg_init.outbuf_size = size; in cxgb4_cudbg_collect()
/linux-6.3-rc2/drivers/scsi/
A Dhptiop.h238 __le32 outbuf_size; member
336 u32 outbuf_size; member
A 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()

Completed in 18 milliseconds