Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/net/
Dnetiucv.c166 int max_buffsize; member
667 if (msg->length > conn->max_buffsize) { in conn_action_rx()
671 msg->length, conn->max_buffsize); in conn_action_rx()
1142 (conn->max_buffsize - NETIUCV_HDRLEN)) { in netiucv_transmit_skb()
1437 return sprintf(buf, "%d\n", priv->conn->max_buffsize); in buffer_show()
1479 priv->conn->max_buffsize = bs1; in buffer_write()
1772 conn->max_buffsize = NETIUCV_BUFSIZE_DEFAULT; in netiucv_new_connection()
1775 conn->rx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()
1778 conn->tx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()