Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/i2o/
Di2o_lan.c588 u32 bucket_count; in i2o_lan_receive_post() local
600 bucket_count = (total >= priv->sgl_max) ? priv->sgl_max : total; in i2o_lan_receive_post()
601 total -= bucket_count; in i2o_lan_receive_post()
602 atomic_add(bucket_count, &priv->buckets_out); in i2o_lan_receive_post()
605 dev->name, bucket_count, bucket_len); in i2o_lan_receive_post()
609 __raw_writel(I2O_MESSAGE_SIZE(4 + 3 * bucket_count) | SGL_OFFSET_4, msg); in i2o_lan_receive_post()
612 __raw_writel(bucket_count, msg+3); in i2o_lan_receive_post()
617 while (bucket_count--) { in i2o_lan_receive_post()