Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/hvc/
Dhvc_console.h54 int outbuf_size; member
89 const struct hv_ops *ops, int outbuf_size);
Dhvc_console.c517 while (count > 0 && (rsize = hp->outbuf_size - hp->n_outbuf) > 0) { in hvc_write()
580 return hp->outbuf_size - hp->n_outbuf; in hvc_write_room()
860 int outbuf_size) in hvc_alloc() argument
872 hp = kzalloc(ALIGN(sizeof(*hp), sizeof(long)) + outbuf_size, in hvc_alloc()
880 hp->outbuf_size = outbuf_size; in hvc_alloc()
/linux-4.4.14/drivers/scsi/
Dhptiop.h246 __le32 outbuf_size; member
344 u32 outbuf_size; member
Dhptiop.c827 if (arg->outbuf_size) in hptiop_iop_request_callback_itl()
830 arg->outbuf_size); in hptiop_iop_request_callback_itl()
833 *arg->bytes_returned = arg->outbuf_size; in hptiop_iop_request_callback_itl()