Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/net/
H A Dnetiucv.c166 int max_buffsize; member
667 if (msg->length > conn->max_buffsize) { in conn_action_rx()
670 IUCV_DBF_TEXT_(data, 2, "msglen %d > max_buffsize %d\n", in conn_action_rx()
671 msg->length, conn->max_buffsize); in conn_action_rx()
1142 (conn->max_buffsize - NETIUCV_HDRLEN)) { in netiucv_transmit_skb()
1430 return sprintf(buf, "%d\n", priv->conn->max_buffsize); in buffer_show()
1472 priv->conn->max_buffsize = bs1; in buffer_write()
1765 conn->max_buffsize = NETIUCV_BUFSIZE_DEFAULT; in netiucv_new_connection()
1768 conn->rx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()
1771 conn->tx_buff = alloc_skb(conn->max_buffsize, GFP_KERNE in netiucv_new_connection()
[all...]
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dnetiucv.c148 int max_buffsize; member
645 if (msg->length > conn->max_buffsize) { in conn_action_rx()
648 IUCV_DBF_TEXT_(data, 2, "msglen %d > max_buffsize %d\n", 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()
1753 conn->max_buffsize = NETIUCV_BUFSIZE_DEFAULT; in netiucv_new_connection()
1756 conn->rx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()
1759 conn->tx_buff = alloc_skb(conn->max_buffsize, GFP_KERNE in netiucv_new_connection()
[all...]

Completed in 6 milliseconds