Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/net/
Dnetiucv.c148 int max_buffsize; member
645 if (msg->length > conn->max_buffsize) { in conn_action_rx()
649 msg->length, conn->max_buffsize); in conn_action_rx()
1130 (conn->max_buffsize - NETIUCV_HDRLEN)) { in netiucv_transmit_skb()
1418 return sprintf(buf, "%d\n", priv->conn->max_buffsize); in buffer_show()
1460 priv->conn->max_buffsize = bs1; in buffer_write()
1741 conn->max_buffsize = NETIUCV_BUFSIZE_DEFAULT; in netiucv_new_connection()
1744 conn->rx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()
1747 conn->tx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()