Searched refs:tx_batch_mode (Results 1 – 2 of 2) sorted by relevance
66 static u8 tx_batch_mode = I2O_LAN_TX_BATCH_MODE; variable883 if (priv->tx_batch_mode >> 1) // switch automatically in i2o_lan_sdu_send()884 priv->tx_batch_mode = tickssofar ? 0x02 : 0x03; in i2o_lan_sdu_send()906 if ((priv->tx_batch_mode & 0x01) && !priv->send_active) { in i2o_lan_sdu_send()928 if (!(priv->tx_batch_mode & 0x01) || priv->tx_count == priv->sgl_max) { in i2o_lan_sdu_send()972 if (priv->tx_batch_mode >> 1) // switch automatically in i2o_lan_packet_send()973 priv->tx_batch_mode = tickssofar ? 0x02 : 0x03; in i2o_lan_packet_send()994 if ((priv->tx_batch_mode & 0x01) && !priv->send_active) { in i2o_lan_packet_send()1014 if (!(priv->tx_batch_mode & 0x01) || priv->tx_count == priv->sgl_max) { in i2o_lan_packet_send()1372 priv->tx_batch_mode = tx_batch_mode & 0x03; in i2o_lan_register_device()[all …]
155 u8 tx_batch_mode; /* Set when using batch mode sends */ member