Searched defs:tx_max_pending (Results 1 - 1 of 1) sorted by relevance

/drivers/s390/net/
H A Dnetiucv.c209 unsigned long tx_max_pending; member in struct:connection_profile
819 if (conn->prof.tx_pending > conn->prof.tx_max_pending)
820 conn->prof.tx_max_pending = conn->prof.tx_pending;
1254 if (conn->prof.tx_pending > conn->prof.tx_max_pending)
1255 conn->prof.tx_max_pending = conn->prof.tx_pending;
1813 return sprintf(buf, "%ld\n", priv->conn->prof.tx_max_pending);
1822 priv->conn->prof.tx_max_pending = 0;
1826 static DEVICE_ATTR(tx_max_pending, 0644, txmpnd_show, txmpnd_write);

Completed in 68 milliseconds