Searched refs:maxframe (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/tty/ |
H A D | n_hdlc.c | 157 static int maxframe = 4096; variable 380 if (count > maxframe) { in n_hdlc_tty_receive() 393 buf = kmalloc(struct_size(buf, buf, maxframe), in n_hdlc_tty_receive() 531 if (count > maxframe) { in n_hdlc_tty_write() 533 __func__, count, maxframe); in n_hdlc_tty_write() 534 count = maxframe; in n_hdlc_tty_write() 682 buf = kmalloc(struct_size(buf, buf, maxframe), GFP_KERNEL); in n_hdlc_alloc_buf() 803 maxframe = clamp(maxframe, 4096, MAX_HDLC_FRAME_SIZE); in n_hdlc_init() 808 maxframe); in n_hdlc_init() 827 module_param(maxframe, int, 0);
|
H A D | synclink_gt.c | 123 static int maxframe[MAX_DEVICES]; variable 127 module_param_array(maxframe, int, NULL, 0); 131 MODULE_PARM_DESC(maxframe, "Maximum frame size used by device (4096 to 65535)"); 3421 if (maxframe[info->line]) in add_device() 3422 info->max_frame_size = maxframe[info->line]; in add_device()
|
/openbmc/linux/net/caif/ |
H A D | caif_socket.c | 54 int headroom, tailroom, maxframe; member 552 if (len > cf_sk->maxframe && cf_sk->sk.sk_protocol != CAIFPROTO_RFM) in caif_seqpkt_sendmsg() 612 if (size > cf_sk->maxframe) in caif_stream_sendmsg() 613 size = cf_sk->maxframe; in caif_stream_sendmsg() 845 cf_sk->maxframe = mtu - (headroom + tailroom); in caif_connect() 846 if (cf_sk->maxframe < 1) { in caif_connect()
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 348 * rport fixes: for fport, get maxframe and class support
|