Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/net/
Dnetiucv.c198 int max_buffsize; member
701 if (msg->length > conn->max_buffsize) { in conn_action_rx()
705 msg->length, conn->max_buffsize); in conn_action_rx()
1177 (conn->max_buffsize - NETIUCV_HDRLEN)) { in netiucv_transmit_skb()
1560 return sprintf(buf, "%d\n", priv->conn->max_buffsize); in buffer_show()
1602 priv->conn->max_buffsize = bs1; in buffer_write()
1895 conn->max_buffsize = NETIUCV_BUFSIZE_DEFAULT; in netiucv_new_connection()
1898 conn->rx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()
1901 conn->tx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()